|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeViewStyleKeysInterface
The class contains constants used as keys into the style map used by the TreeView.
TreeView
,
ComplexStyleInterface
Field Summary | |
---|---|
static java.lang.String |
TREEVIEW_BACKGROUND_IMAGE
Key for the style used for the normally sized background node's images when PROGRESSIVE There is no default value |
static java.lang.String |
TREEVIEW_BACKGROUND_IMAGE1
Key for the style used for the smaller background node's images when PROGRESSIVE There is no default value |
static java.lang.String |
TREEVIEW_CURSOR_HAND
Key for the style used for the 'cursor hand' when PROGRESSIVE There is no default value |
static java.lang.String |
TREEVIEW_DESCRIPTION
Key for the style used for the description part of the text for a node. |
static java.lang.String |
TREEVIEW_DISABLED
Key for the style used for a node which has been disabled. |
static java.lang.String |
TREEVIEW_DIV_IMAGE_SPACE
Key for the style used to control the spacing between the +/- and the node image for the DIV version of the TreeView Value defaults to treeDivImageSpace |
static java.lang.String |
TREEVIEW_FLOAT
Key for the style used for the DIV holding the left part of the node when PROGRESSIVE and the node's text spans on multiple rows There is no default value |
static java.lang.String |
TREEVIEW_IMAGE
Key for the style used for the node image (or icon). |
static java.lang.String |
TREEVIEW_IMAGE_SPACE
Key for the style used to control the spacing between the +/- and the node image Value defaults to treeImageSpace |
static java.lang.String |
TREEVIEW_LINK
Key for the style used for node text which is linked to a URL. |
static java.lang.String |
TREEVIEW_LINKACTIVE
Key for the style used for node text which is selected and linked to a URL. |
static java.lang.String |
TREEVIEW_PANE
Key for the style used for div which surrounds the TreeView. |
static java.lang.String |
TREEVIEW_SELECTED
Key for the style used for a node which has been selected. |
static java.lang.String |
TREEVIEW_TABLE
Key for the style used for the table which surrounds the plus/minus lines of the TreeView. |
static java.lang.String |
TREEVIEW_TEXT
Key for the style used for node text which is not linked to a URL. |
Field Detail |
---|
static final java.lang.String TREEVIEW_TEXT
static final java.lang.String TREEVIEW_SELECTED
static final java.lang.String TREEVIEW_DISABLED
static final java.lang.String TREEVIEW_DESCRIPTION
static final java.lang.String TREEVIEW_IMAGE
static final java.lang.String TREEVIEW_LINK
static final java.lang.String TREEVIEW_LINKACTIVE
static final java.lang.String TREEVIEW_PANE
static final java.lang.String TREEVIEW_TABLE
static final java.lang.String TREEVIEW_FLOAT
static final java.lang.String TREEVIEW_BACKGROUND_IMAGE
static final java.lang.String TREEVIEW_BACKGROUND_IMAGE1
static final java.lang.String TREEVIEW_CURSOR_HAND
static final java.lang.String TREEVIEW_IMAGE_SPACE
static final java.lang.String TREEVIEW_DIV_IMAGE_SPACE
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |