|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.model.imp.ClientHandlerImp com.cc.framework.ui.model.imp.ControlDesignModelImp com.cc.framework.ui.model.imp.InfoDesignModelImp
Designmodel for the InfoControl
Field Summary | |
private java.lang.String |
base
Image Base directory |
private java.lang.String |
content
The Frames content |
private boolean |
frame
Enables or disables the frame |
private java.lang.String |
resource
The resource whisch should be displayed in the infocontrol |
private static long |
serialVersionUID
Serial Version UID |
Fields inherited from class com.cc.framework.ui.model.imp.ControlDesignModelImp |
|
Fields inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp |
|
Constructor Summary | |
InfoDesignModelImp()
Constructor |
Method Summary | |
java.lang.String |
getBase()
Gets the Base Directory for the Resource |
java.lang.String |
getContent()
|
java.lang.String |
getResource()
Returns the Resource |
void |
setBase(java.lang.String base)
Sets the resoure base directory |
void |
setContent(java.lang.String content)
|
void |
setResource(java.lang.String resource)
Sets a Resource |
void |
setShowFrame(boolean show)
Disables the frames border |
boolean |
showFrame()
|
Methods inherited from class com.cc.framework.ui.model.imp.ControlDesignModelImp |
addDesignRule, enableAjax, getAction, getBorder, getDesignRules, getHeight, getHelp, getId, getLocaleName, getName, getPermission, getProperty, getRunAt, getStyle, getStyleClass, getStyleId, getSummary, getTabIndex, getTooltip, getTransaction, getWidth, hasShadow, isAjaxEnabled, 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, show |
Methods inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp |
evaluate, getHandler, getHandlers, setHandler |
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.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 |
Field Detail |
private static final long serialVersionUID
private java.lang.String base
private java.lang.String resource
private boolean frame
private java.lang.String content
Constructor Detail |
public InfoDesignModelImp()
Method Detail |
public java.lang.String getBase()
WebResourceAccess
getBase
in interface WebResourceAccess
null
WebResourceAccess.getBase()
public void setBase(java.lang.String base)
WebResourceAccess
setBase
in interface WebResourceAccess
base
- Base DirectoryWebResourceAccess.setBase(java.lang.String)
public java.lang.String getResource()
InfoDesignModel
getResource
in interface InfoDesignModel
InfoDesignModel.getResource()
public void setResource(java.lang.String resource)
InfoDesignModel
setResource
in interface InfoDesignModel
resource
- ResourceInfoDesignModel.setResource(java.lang.String)
public java.lang.String getContent()
getContent
in interface InfoDesignModel
InfoDesignModel.getContent()
public void setContent(java.lang.String content)
setContent
in interface InfoDesignModel
content
- The raw HTML content of the inner frameInfoDesignModel.setContent(java.lang.String)
public void setShowFrame(boolean show)
InfoDesignModel
setShowFrame
in interface InfoDesignModel
show
- true
if the frame should be shownInfoDesignModel.setShowFrame(boolean)
public boolean showFrame()
showFrame
in interface InfoDesignModel
true
if the frame should be shownInfoDesignModel.showFrame()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |