|
|||||||||||
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.MenuControl
The MenuControl
Field Summary | |
private MenuDataModel |
dataModel
Data model |
private MenuDesignModel |
designModel
Design model |
private static long |
serialVersionUID
Serial Version UID |
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 | |
MenuControl()
Constructor |
Method Summary | |
MenuItem[] |
getContent()
Returns the Content |
DataModel |
getDataModel()
Returns the data model of the Control |
ControlDesignModel |
getDesignModel()
Returns the design model of the control |
ImageMap |
getImageMap()
Returns the ImageMap |
java.lang.String |
getMenuId()
Returns the Id |
StateModel |
getStateModel()
Returns the state model of the control |
MenuType |
getType()
Returns the Type |
void |
reset()
Resets the actual state of a control to the initial state |
void |
setDataModel(MenuDataModel dataModel)
Sets the data model |
void |
setDesignModel(MenuDesignModel designModel)
Sets the design model |
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, setValue, 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 |
synchronizeState |
Field Detail |
private static final long serialVersionUID
private MenuDataModel dataModel
private MenuDesignModel designModel
Constructor Detail |
public MenuControl()
Method Detail |
public DataModel getDataModel()
Control
getDataModel
in class Control
Control.getDataModel()
public void setDataModel(MenuDataModel dataModel)
dataModel
- MenuDataModelpublic ControlDesignModel getDesignModel()
Control
getDesignModel
in class Control
Control.getDesignModel()
public void setDesignModel(MenuDesignModel designModel)
designModel
- MenuDesignModelpublic StateModel getStateModel()
Control
getStateModel
in class Control
Control.getStateModel()
public MenuType getType()
public MenuItem[] getContent()
public java.lang.String getMenuId()
public ImageMap getImageMap()
public void reset()
StateModel
reset
in interface StateModel
StateModel.reset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |