|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Design model for the MessageControl
Method Summary | |
boolean |
filter()
Returns if the filter is activated (default=true). |
java.lang.String |
getCaption()
Returns the Caption |
java.lang.String |
getDetail()
Returns the Detail String |
java.lang.String |
getFormId()
Returns the Form Id |
Severity |
getSeverity()
Returns the Severity of the Message |
void |
setCaption(java.lang.String caption)
Sets the Caption |
void |
setDetail(java.lang.String detail)
Sets the Details |
void |
setFilter(boolean filter)
Activates the HTML encoding (filter). |
void |
setFormId(java.lang.String formid)
Sets the Form Id |
void |
setSeverity(Severity severity)
sets the Severity |
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 |
Methods inherited from interface com.cc.framework.ui.model.FrameContainer |
addInnerFrame, getImage, getInnerFrames, setImage |
Methods inherited from interface com.cc.framework.ui.model.ButtonContainer |
getButtonPermission, setButtonPermission, showButton |
Method Detail |
public java.lang.String getFormId()
public void setFormId(java.lang.String formid)
formid
- Form Idpublic java.lang.String getCaption()
public void setCaption(java.lang.String caption)
caption
- Captionpublic java.lang.String getDetail()
public void setDetail(java.lang.String detail)
detail
- Detailspublic Severity getSeverity()
public void setSeverity(Severity severity)
severity
- Severitypublic boolean filter()
true
if string will be HTML encoded;
false
otherwisepublic void setFilter(boolean filter)
filter
- true
if strings should be HTML encoded; false
otherwise
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |