|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the visual Properties for the select Column
Method Summary | |
java.lang.String |
getOptionsProperty()
Returns the name of the property which returns the individual OptionListDataModel for each row of the list |
java.lang.Object |
getSharedOptions()
Returns the OptionListDataModel that is shared among all rows of the list |
int |
getSize()
Returns the number of visible characters for an input/text field. |
boolean |
isMultiple()
Indicates that multiple selections is allowed. |
void |
setMultiple(boolean multiple)
Indicates that multiple selections is allowed. |
void |
setOptionsProperty(java.lang.String property)
Specifies the name of the property which returns the OptionListDataModel |
void |
setSharedOptions(java.lang.Object elements)
Sets a option list that is shared among all rows of the list |
void |
setSize(int size)
Sets the size of the input field. |
void |
setSize(java.lang.String size)
Sets the size of the input field. |
Methods inherited from interface com.cc.framework.ui.model.ClientHandler |
getHandler, getHandlers, setHandler |
Methods inherited from interface com.cc.framework.ui.model.AccessControlled |
getPermission, show |
Methods inherited from interface com.cc.framework.ui.model.ActionBehavior |
isAjaxEnabled |
Methods inherited from interface com.cc.framework.ui.model.AjaxSupport |
enableAjax, isAjaxEnabled |
Methods inherited from interface com.cc.framework.ui.model.OptionListDesignModel |
filter, getEmpty, getImageMap, getKeyProperty, getLabelProperty, getMaxLength, getProperty, getStyle, getStyleClass, getTooltipProperty, localize, setEmpty, setFilter, setImageMap, setKeyProperty, setLabelProperty, setLocalize, setMaxLength, setProperty, setStyle, setStyleClass, setTooltipProperty, showRoot, showRoot |
Method Detail |
public void setOptionsProperty(java.lang.String property)
property
- The name of the propertypublic java.lang.String getOptionsProperty()
public void setSharedOptions(java.lang.Object elements)
elements
- The Option elementspublic java.lang.Object getSharedOptions()
public int getSize()
public void setSize(int size)
size
- The size of the input field.public void setSize(java.lang.String size)
size
- The size of the input field.public boolean isMultiple()
true
for a multiple selection controlpublic void setMultiple(boolean multiple)
multiple
- for multiple selection
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |