|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for option items
Method Summary | |
boolean |
filter()
Returns if the filter is activated (default=true). |
ImageModel |
getImage()
Returns the image for the current option element. |
int |
getIndent()
Gets an optional indentiation level of the current element. |
java.lang.Object |
getKey()
Gets the key of the current iteration element |
java.lang.Object |
getLabel()
Returns the label of the current element |
int |
getMaxLength()
Returns the maximum number of characters that are displayed for each option element. |
java.lang.Object |
getProperty(java.lang.String propertyName)
Returns the value for the given property on the current iteration element |
java.lang.String |
getStyle()
Returns the HTML-style that can be directly specified with this attribute. |
java.lang.String |
getStyleClass()
Returns the HTML-class attribute that can be specified with this attribute |
java.lang.Object |
getTooltip()
Returns the tooltip for the current element |
boolean |
localize()
If this flag is set to true the framework interprets all
labels as resource identifiers and localize them. |
Method Detail |
public java.lang.Object getKey()
public java.lang.Object getLabel()
public java.lang.Object getTooltip()
null
public int getIndent()
public int getMaxLength()
public java.lang.String getStyle()
public java.lang.String getStyleClass()
public boolean filter()
true
if string will be html encoded;
false
otherwisepublic boolean localize()
true
the framework interprets all
labels as resource identifiers and localize them. If the flag is set to
false
the lables are treated as string literals without
localization.
true
if all labels should be localizedpublic ImageModel getImage()
null
public java.lang.Object getProperty(java.lang.String propertyName)
propertyName
- the property name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |