|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the visual Properties for the select Column
Method Summary | |
boolean |
filter()
Returns if the filter is activated (default=true). |
int |
getMaxLength()
Returns the maximal number of input characters which can be inserted into the text field. |
java.lang.String |
getOptionsProperty()
Returns the name of the property which returns the individual OptionListDataModel for each row of the list |
java.lang.Object |
getSharedOptions()
Returns the OptionListDataModel that is shared among all rows of the list |
int |
getSize()
Returns the number of visible characters for an input/text field. |
java.lang.String |
getTooltip()
Retrieves the optional tooltip text |
void |
setFilter(boolean filter)
Activates the HTML encoding (filter). |
void |
setMaxLength(int maxLength)
Sets the maximum number of input characters to accept. |
void |
setOptionsProperty(java.lang.String property)
Specifies the name of the property which returns the OptionListDataModel |
void |
setSharedOptions(java.lang.Object elements)
Sets a option list that is shared among all rows of the list |
void |
setSize(int size)
Sets the size of the input field. |
void |
setSize(java.lang.String size)
Sets the size of the input field. |
void |
setTooltip(java.lang.String tooltip)
Sets the optional tooltip text |
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.OptionListDesignModel |
getEmpty, getImageMap, getKeyProperty, getLabelProperty, getProperty, getStyle, getStyleClass, getTooltipProperty, localize, setEmpty, setImageMap, setKeyProperty, setLabelProperty, setLocalize, setProperty, setStyle, setStyleClass, setTooltipProperty, showRoot, showRoot |
Method Detail |
public void setOptionsProperty(java.lang.String property)
property
- The name of the propertypublic java.lang.String getOptionsProperty()
public void setSharedOptions(java.lang.Object elements)
elements
- The Option elementspublic java.lang.Object getSharedOptions()
public int getSize()
public void setSize(int size)
size
- The size of the input field.public void setSize(java.lang.String size)
size
- The size of the input field.public int getMaxLength()
getMaxLength
in interface ColumnDesignModel
public void setMaxLength(int maxLength)
setMaxLength
in interface ColumnDesignModel
maxLength
- The maximum number of input characters to accept.public void setTooltip(java.lang.String tooltip)
setTooltip
in interface ColumnDesignModel
tooltip
- Tooltippublic java.lang.String getTooltip()
getTooltip
in interface ColumnDesignModel
null
public boolean filter()
filter
in interface ColumnDesignModel
true
if string will be HTML encoded;
false
otherwisepublic void setFilter(boolean filter)
setFilter
in interface ColumnDesignModel
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 |