|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.control.Control com.cc.framework.ui.control.SelectControl com.cc.framework.ui.control.MultiLevelSelectControl
The SelectControl
Field Summary | |
private static long |
serialVersionUID
Serial Version UID |
Fields inherited from class com.cc.framework.ui.control.SelectControl |
|
Fields inherited from class com.cc.framework.ui.control.Control |
log |
Fields inherited from interface com.cc.framework.ui.model.StateModel |
PROP_CONTROL |
Constructor Summary | |
MultiLevelSelectControl()
Constructor |
|
MultiLevelSelectControl(MultiLevelSelectDesignModel designModel)
Constructor |
Method Summary | |
int |
getLevels()
Returns the number of visible select 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 |
setDesignModel(MultiLevelSelectDesignModel designModel)
Sets the DesignModel |
void |
setOptions(OptionListDesignModel options,
java.lang.Object elements)
Sets a option list. |
Methods inherited from class com.cc.framework.ui.control.SelectControl |
getBody, getDataModel, getDesignModel, getOptionElements, getOptions, getSize, getStateModel, getValues, isMultiple, reset, setBody, setDesignModel, setValue, setValues |
Methods inherited from class com.cc.framework.ui.control.Control |
addButton, allowAjaxRendering, execute, execute, execute, execute, execute, execute, execute, getAction, getAjaxId, getButtons, getControlName, getDesignRules, getFrameworkString, getHandler, getHandlers, getHeight, getHelp, getId, getLocaleName, getName, getPermission, getPrincipal, getProperty, getRunAt, getStyle, getStyleClass, getStyleId, getSummary, getTabIndex, getTooltip, getTransaction, getUniqueStyleId, getWidth, isAjaxEnabled, isDisabled, isFormElement, markDirty, onHelp, setAjaxAttribute, setHandler, setPrincipal, show, showButton, synchronizeState, synchronizeState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.cc.framework.ui.model.StateModel |
reset, synchronizeState |
Methods inherited from interface com.cc.framework.ui.model.SelectDataModel |
getValues, setValues |
Field Detail |
private static final long serialVersionUID
Constructor Detail |
public MultiLevelSelectControl()
public MultiLevelSelectControl(MultiLevelSelectDesignModel designModel)
designModel
- SelectDesignModelMethod Detail |
public void setDesignModel(MultiLevelSelectDesignModel designModel)
designModel
- SwapSelectDesignModelpublic int getLevels()
public java.lang.String getSelectableProperty()
null
public void setOptions(OptionListDesignModel options, java.lang.Object elements)
setOptions
in class SelectControl
options
- The options to setelements
- The Option elements (TreeNodeDataModel)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |