|
|||||||||||
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.HeadlineDesignModelImp
Designmodel for the HeadlineControl
Field Summary | |
private java.lang.String |
caption
The caption |
private java.lang.String |
detail
The detail text |
private boolean |
filter
Indicates if strings should be converted into there HTML-String representation. |
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 | |
HeadlineDesignModelImp()
Constructor for HeadlineDesignModelImp |
Method Summary | |
java.lang.String |
getCaption()
Returns the Caption |
java.lang.String |
getDetail()
Gets the Details |
boolean |
getFilter()
Returns the Filter setting |
void |
setCaption(java.lang.String caption)
Sets the Caption |
void |
setDetail(java.lang.String detail)
Sets the Details |
void |
setFilter(boolean filter)
Sets the Filter. |
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 detail
private java.lang.String caption
private boolean filter
Constructor Detail |
public HeadlineDesignModelImp()
Method Detail |
public java.lang.String getDetail()
HeadlineDesignModel
getDetail
in interface HeadlineDesignModel
HeadlineDesignModel.getDetail()
public void setDetail(java.lang.String detail)
HeadlineDesignModel
setDetail
in interface HeadlineDesignModel
detail
- DetailsHeadlineDesignModel.setDetail(String)
public java.lang.String getCaption()
HeadlineDesignModel
getCaption
in interface HeadlineDesignModel
HeadlineDesignModel.getCaption()
public void setCaption(java.lang.String caption)
HeadlineDesignModel
setCaption
in interface HeadlineDesignModel
caption
- CaptionHeadlineDesignModel.setCaption(String)
public boolean getFilter()
HeadlineDesignModel
getFilter
in interface HeadlineDesignModel
HeadlineDesignModel.getFilter()
public void setFilter(boolean filter)
HeadlineDesignModel
setFilter
in interface HeadlineDesignModel
filter
- true if Strings should be HTML encodedHeadlineDesignModel.setFilter(boolean)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |