|
|||||||||||
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.InfoControl
The info control
Field Summary | |
private InfoDataModel |
dataModel
Data model |
private InfoDesignModel |
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 | |
InfoControl()
Constructor |
Method Summary | |
java.lang.String |
getBase()
Gets the base directory for the resource |
java.lang.String |
getContent()
Retrieves the raw HTML content of the control |
DataModel |
getDataModel()
Returns the data model of the Control |
ControlDesignModel |
getDesignModel()
Returns the design model of the control |
java.lang.String |
getResource()
Returns the resource. |
StateModel |
getStateModel()
Returns the state model of the control |
void |
reset()
Resets the actual state of a control to the initial state |
void |
setDataModel(InfoDataModel dataModel)
Sets the data model |
void |
setDesignModel(InfoDesignModel designModel)
Sets the design model |
boolean |
showFrame()
|
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 InfoDataModel dataModel
private InfoDesignModel designModel
Constructor Detail |
public InfoControl()
Method Detail |
public DataModel getDataModel()
Control
getDataModel
in class Control
Control.getDataModel()
public void setDataModel(InfoDataModel dataModel)
dataModel
- DataModelpublic ControlDesignModel getDesignModel()
Control
getDesignModel
in class Control
Control.getDesignModel()
public StateModel getStateModel()
Control
getStateModel
in class Control
Control.getStateModel()
public void setDesignModel(InfoDesignModel designModel)
designModel
- InfoDesignModelpublic java.lang.String getResource()
public java.lang.String getBase()
null
public boolean showFrame()
true
if the frame should be shownpublic java.lang.String getContent()
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 |