|
|||||||||||
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.RatingDesignModelImp
Implementation of the rating control design model
Field Summary | |
private java.lang.String |
emptyText
Text to display if a empty list is shown. |
private boolean |
filter
Specifies if all String should be converted into valid HTML Strings |
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 |
|
Fields inherited from interface com.cc.framework.ui.model.RatingDesignModel |
COL_BAR, COL_DETAIL, COL_LABEL, COL_RATIO, COL_VALUE |
Constructor Summary | |
RatingDesignModelImp()
|
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 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 boolean filter
private java.lang.String emptyText
Constructor Detail |
public RatingDesignModelImp()
Method Detail |
public boolean getFilter()
RatingDesignModel
getFilter
in interface RatingDesignModel
RatingDesignModel.getFilter()
public ImageMap getImageMap()
RatingDesignModel
getImageMap
in interface RatingDesignModel
RatingDesignModel.getImageMap()
public void setFilter(boolean filter)
RatingDesignModel
setFilter
in interface RatingDesignModel
filter
- true
if Strings should be HTML encodedRatingDesignModel.setFilter(boolean)
public void setImageMap(ImageMap map)
RatingDesignModel
setImageMap
in interface RatingDesignModel
map
- ImageMapRatingDesignModel.setImageMap(com.cc.framework.ui.ImageMap)
public java.lang.String getEmptyText()
RatingDesignModel
getEmptyText
in interface RatingDesignModel
RatingDesignModel.getEmptyText()
public void setEmptyText(java.lang.String emptyText)
RatingDesignModel
setEmptyText
in interface RatingDesignModel
emptyText
- TextRatingDesignModel.setEmptyText(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |