|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface defines the styles of a tree element
Method Summary | |
java.lang.String |
getEnableProperty()
Liefert den Namen der Eigenschaft, welche die Spaltendaten ermittelt, zurück |
ExpansionMode |
getExpansionMode()
Returns the expansion state. |
boolean |
getGroupSelect()
Returns if the group nodes are selectabel. |
SelectMode |
getSelectMode()
Returns the the selection mode of the list. |
java.lang.String |
getStyle()
Returns the HTML-style |
java.lang.String |
getStyleClass()
Returns the HTML-class attribute |
java.lang.String |
getStyleId()
Returns the HTML-id attribute |
java.lang.String |
getTarget()
Returns the target attribute. |
java.lang.String |
getTargetProperty()
Returns the name of the property. |
java.lang.String |
getTooltipProperty()
Returns the name of the property. |
boolean |
isDisabled()
Returns the disabled Flag |
void |
setDisabled(boolean disabled)
Sets the disabled Flag |
void |
setEnableProperty(java.lang.String property)
Setzt den Namen der Eigenschaft mit deren Hilfe der Spaltenwert bestimmt werden kann. |
void |
setExpansionMode(ExpansionMode mode)
Sets the expansion state |
void |
setGroupSelect(boolean select)
Defines if the group nodes should be selectabel. |
void |
setLabelWrap(boolean wrap)
Sets the label wrapping behavior |
void |
setSelectMode(SelectMode mode)
Specifies the selection mode of the list. |
void |
setStyle(java.lang.String style)
An HTML-style can be directly specified with this attribute. |
void |
setStyleClass(java.lang.String styleClass)
The HTML-class attribute of the element can be specified with this attribute. |
void |
setStyleId(java.lang.String id)
The HTML-id attribute of the element can be specified with this attribute |
void |
setTarget(java.lang.String target)
Defines a target attribute which should be inserted in all generated hyperlinks of the columns. |
void |
setTargetProperty(java.lang.String targetProperty)
Specifies the name of a property with the help of which the relevant line can generate an HTML-target attribute. |
void |
setTooltipProperty(java.lang.String tooltipProperty)
Specifies the name of a property with the help of which the relevant line can generate an HTML-text attribute. |
boolean |
showButtons()
Returns if the icons for expanding a node are displayed. |
void |
showButtons(boolean show)
Defines if the icons for expanding a node should be displayed. |
boolean |
showCheckBoxes()
Returns if a checkbox is displayed before the tree entries. |
void |
showCheckBoxes(boolean show)
Indicates whether a checkbox should be displayed before the tree entries The tree entries must implement the Checkable Interface,
so that the control element can draw the checkboxes. |
boolean |
showLines()
Returns if a line between the nodes is displayed. |
void |
showLines(boolean show)
Defines if a line between the nodes should be displayed. |
boolean |
showLinesAtRoot()
Returns whether lines should be drawn to the construction elements of the uppermost (displayed) level. |
void |
showLinesAtRoot(boolean show)
Specifies whether lines should be drawn to the construction elements of the uppermost (displayed) level. |
boolean |
showRoot()
Returns if the root element should be displayed |
void |
showRoot(boolean show)
Specifies whether the root of the tree element should be displayed. |
boolean |
wrapLabels()
|
Method Detail |
public ExpansionMode getExpansionMode()
public void setExpansionMode(ExpansionMode mode)
mode
- The expansion modepublic boolean showButtons()
public void showButtons(boolean show)
show
- true
if the icons should be displayed;false
otherwise.public boolean showLines()
true
if a line between the nodes is displayed;false
otherwise.public void showLines(boolean show)
show
- true
if a line between the nodes should be
displayed;false
otherwise.public boolean showLinesAtRoot()
public void showLinesAtRoot(boolean show)
show
- true
if the line should be visible on the
uppermost level; false
otherwisepublic boolean showRoot()
true
if the root element should be
displayed; false
otherwisepublic void showRoot(boolean show)
show
- true
if the root element should be displayedpublic boolean showCheckBoxes()
true
if a checkbox is displayed;false
otherwisepublic void showCheckBoxes(boolean show)
Checkable
Interface,
so that the control element can draw the checkboxes. Group nodes must not
implement this interface, since the Check-State of groups can be
automatically calculated with the help of the state of the pages.
show
- true
if checkbox should be displayed;false
otherwisepublic void setGroupSelect(boolean select)
select
- true
if the group nodes should be selectabel;false
otherwisepublic boolean getGroupSelect()
true
if the group nodes are selectabel;false
otherwisepublic void setTarget(java.lang.String target)
target
- The target attributepublic java.lang.String getTarget()
public void setTargetProperty(java.lang.String targetProperty)
targetProperty
- The name of the property to usepublic java.lang.String getTargetProperty()
public void setTooltipProperty(java.lang.String tooltipProperty)
tooltipProperty
- The target attributepublic java.lang.String getTooltipProperty()
public SelectMode getSelectMode()
public void setSelectMode(SelectMode mode)
mode
- The select modepublic void setStyleId(java.lang.String id)
id
- The HTML-id attributepublic java.lang.String getStyleId()
public void setStyleClass(java.lang.String styleClass)
styleClass
- The HTML-class attributepublic java.lang.String getStyleClass()
public void setStyle(java.lang.String style)
style
- The HTML-Stylepublic java.lang.String getStyle()
public java.lang.String getEnableProperty()
public void setEnableProperty(java.lang.String property)
property
- Der Name der Eigenschaftpublic void setDisabled(boolean disabled)
disabled
- true
if the control should be rendered as
inactivepublic boolean isDisabled()
public boolean wrapLabels()
true
when the tree should wrap labelspublic void setLabelWrap(boolean wrap)
wrap
- true
to wrap labels
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |