|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Design model for a gauge
Method Summary | |
AlignmentType |
getAlignment()
Returns the alignment for the column |
java.lang.String |
getEmptyText()
A text that is output in the body of the gauge element if there are no items available |
boolean |
getFilter()
Returns the Filter setting |
void |
setAlignment(AlignmentType alignment)
Sets the alignment for the column |
void |
setEmptyText(java.lang.String emptyText)
Sets the text that is output in the body of the gauge element if there are no items available |
void |
setFilter(boolean filter)
Sets the Filter. |
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 |
Method Detail |
public java.lang.String getEmptyText()
public void setEmptyText(java.lang.String emptyText)
emptyText
- Textpublic AlignmentType getAlignment()
public void setAlignment(AlignmentType alignment)
alignment
- The alignmentpublic boolean getFilter()
public void setFilter(boolean filter)
filter
- true
if Strings should be HTML encoded
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |