|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Design model for the Multilevel Select Control
Method Summary | |
int |
getLevels()
Returns the number of levels. |
java.lang.String |
getSelectableProperty()
Returns the name of the property that specifies if a tree node is to be selectable by the user or not. |
void |
setLevels(int levels)
Sets the number of levels |
void |
setSelectableProperty(java.lang.String property)
Sets the name of the property that specifies if a tree node is to be selectable by the user or not. |
Methods inherited from interface com.cc.framework.ui.model.SelectDesignModel |
getSize, isMultiple, setMultiple, setSize |
Methods inherited from interface com.cc.framework.ui.model.ControlDesignModel |
addDesignRule, getAction, getBorder, getDesignRules, getHeight, getHelp, getId, getLocaleName, getName, getProperty, getRunAt, getStyle, getStyleClass, getStyleId, getSummary, getTabIndex, getTooltip, getTransaction, getWidth, hasShadow, isDisabled, isDynamicDesignModel, isFormElement, setAction, setBorder, setDisabled, setDynamicDesignModel, setFormElement, setHeight, setHelp, setId, setLocaleName, setName, setPermission, setProperty, setRunAt, setShadow, setStyle, setStyleClass, setStyleId, setSummary, setTabIndex, setTooltip, setTransaction, setWidth |
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 |
Method Detail |
public int getLevels()
public void setLevels(int levels)
levels
- The number of levelspublic java.lang.String getSelectableProperty()
null
public void setSelectableProperty(java.lang.String property)
property
- the name of the property
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |