|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Design model for the rating control
Field Summary | |
static int |
COL_BAR
Identifier of the bar column |
static int |
COL_DETAIL
Identifier of the detail column |
static int |
COL_LABEL
Identifier of the label column |
static int |
COL_RATIO
Identifier of the ratio column |
static int |
COL_VALUE
Identifier of the value column |
Method Summary | |
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 |
ImageMap |
getImageMap()
Returns the associated ImageMap |
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. |
void |
setImageMap(ImageMap map)
Specifies the name of an image map. |
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 |
public static final int COL_LABEL
public static final int COL_BAR
public static final int COL_VALUE
public static final int COL_RATIO
public static final int COL_DETAIL
Method Detail |
public java.lang.String getEmptyText()
public void setEmptyText(java.lang.String emptyText)
emptyText
- Textpublic boolean getFilter()
public void setFilter(boolean filter)
filter
- true
if Strings should be HTML encodedpublic void setImageMap(ImageMap map)
map
- ImageMappublic ImageMap getImageMap()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |