|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Designmodel for the option list
Method Summary | |
boolean |
filter()
Returns if the filter is activated (default=true). |
java.lang.String |
getEmpty()
Returns the label of an additional empty-entry |
ImageMap |
getImageMap()
Returns the associated ImageMap |
java.lang.String |
getKeyProperty()
Returns the name of the property which returns the key of the option. |
java.lang.String |
getLabelProperty()
Returns the name of the property which supplies the display text of the option. |
int |
getMaxLength()
Returns the maximum number of characters that are displayed for each option element. |
java.lang.String |
getProperty()
Returns the name of the property using which the Java-Bean is to be accessed. |
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.String |
getTooltipProperty()
Returns the name of the property which supplies the tooltip text of the option. |
boolean |
localize()
If this flag is set to true the framework interprets all
labels as resource identifiers and localize them. |
void |
setEmpty(java.lang.String empty)
Sets the label of an additional empty-entry |
void |
setFilter(boolean filter)
Activates the HTML encoding (filter). |
void |
setImageMap(ImageMap map)
Specifies the image map. |
void |
setKeyProperty(java.lang.String property)
Sets the name of the property which returns the key of the option. |
void |
setLabelProperty(java.lang.String property)
Sets the name of the property which supplies the display text of the option. |
void |
setLocalize(boolean localize)
If this flag is set to true the framework interprets all
labels as resource identifiers and localize them. |
void |
setMaxLength(int max)
Sets the maximum number of characters that are displayed for each option element. |
void |
setProperty(java.lang.String property)
Sets the name of the property which holds the data for the column |
void |
setStyle(java.lang.String style)
Sets the CSS styles to be applied to this column. |
void |
setStyleClass(java.lang.String styleClass)
Sets the CSS stylesheet class |
void |
setTooltipProperty(java.lang.String property)
Sets the name of the property which supplies the tooltip text of the option. |
boolean |
showRoot()
Returns if the root element should be displayed (for TreeDataModel options) |
void |
showRoot(boolean show)
Specifies whether the root of the tree element should be displayed (for TreeDataModel options). |
Method Detail |
public java.lang.String getEmpty()
public void setEmpty(java.lang.String empty)
empty
- Label for the additional empty-entrypublic java.lang.String getKeyProperty()
public void setKeyProperty(java.lang.String property)
property
- Name of the propertypublic java.lang.String getLabelProperty()
public java.lang.String getTooltipProperty()
public void setLabelProperty(java.lang.String property)
property
- Name of the propertypublic void setTooltipProperty(java.lang.String property)
property
- Name of the propertypublic java.lang.String getProperty()
public void setProperty(java.lang.String property)
property
- The name of the property.public java.lang.String getStyle()
public void setStyle(java.lang.String style)
style
- The CSS styles for this column.public java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
styleClass
- The CSS stylesheet classpublic int getMaxLength()
public void setMaxLength(int max)
max
- Maximum number of characters to displaypublic boolean filter()
true
if string will be HTML encoded;
false
otherwisepublic void setFilter(boolean filter)
filter
- true
if strings should be HTML encoded; false
otherwisepublic void setLocalize(boolean localize)
true
the framework interprets all
labels as resource identifiers and localize them. If the flag is set to
false
the labels are treated as string literals without
localization.
localize
- Localization setting for the option listpublic boolean localize()
true
the framework interprets all
labels as resource identifiers and localize them. If the flag is set to
false
the labels are treated as string literals without
localization.
true
if all labels should be localizedpublic void setImageMap(ImageMap map)
map
- ImageMappublic ImageMap getImageMap()
public boolean showRoot()
true
if the root element should be
displayed; false
otherwisepublic void showRoot(boolean show)
show
- true
if the root element should be displayed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |