|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the visual attributes of a tree.
Method Summary | |
boolean |
filter()
Returns if the filter is activated (default=true). |
ImageMap |
getImageMap()
Returns the associated ImageMap |
java.lang.String |
getImageProperty()
Returns the image property |
java.lang.String |
getLabelProperty()
Returns the Property which should be used to get the labels for the Nodes |
int |
getMaxLength()
Returns the maximal number of input characters which can be inserted into the text field. |
int |
getRowCount()
Returns the maximum number of lines that are depicted simultaneously. |
void |
setFilter(boolean filter)
Activates the HTML encoding (filter). |
void |
setImageMap(ImageMap map)
Specifies the name of an image map. |
void |
setImageProperty(java.lang.String property)
Specifies the property using which an image can be assigned to every Row-Bean |
void |
setLabelProperty(java.lang.String property)
Specifies the property using which a label can be assigned to every Row-Bean. |
void |
setMaxLength(int max)
Sets the maximal number of input characters which can be inserted into the text field. |
void |
setRowCount(int rows)
This attribute is used to specify the maximum number of lines that are depicted simultaneously. |
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.ScrollSupport |
getScrollHeight, setScrollHeight |
Methods inherited from interface com.cc.framework.ui.model.TreeStyle |
getEnableProperty, getExpansionMode, getGroupSelect, getSelectMode, getStyle, getStyleClass, getStyleId, getTarget, getTargetProperty, getTooltipProperty, isDisabled, setDisabled, setEnableProperty, setExpansionMode, setGroupSelect, setLabelWrap, setSelectMode, setStyle, setStyleClass, setStyleId, setTarget, setTargetProperty, setTooltipProperty, showButtons, showButtons, showCheckBoxes, showCheckBoxes, showLines, showLines, showLinesAtRoot, showLinesAtRoot, showRoot, showRoot, wrapLabels |
Method Detail |
public int getRowCount()
public void setRowCount(int rows)
rows
- The number of rows to showpublic void setImageProperty(java.lang.String property)
property
- Name of the propertypublic java.lang.String getImageProperty()
public void setLabelProperty(java.lang.String property)
property
- Name of the propertypublic java.lang.String getLabelProperty()
public void setImageMap(ImageMap map)
map
- ImageMappublic ImageMap getImageMap()
public boolean filter()
true
if string will be HTML encoded;
false
otherwisepublic void setFilter(boolean filter)
filter
- true
if strings should be HTML encoded; false
otherwisepublic int getMaxLength()
public void setMaxLength(int max)
max
- Maximum number of input characters to accept
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |