|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Designmodel for the Textarea field
Method Summary | |
int |
getColumns()
Returns the number of Columns |
Converter |
getConverter()
Returns the the Converter that should be used to convert Java Objects into their localized String representation. |
int |
getMaxLength()
Returns the maximal length of the value for the textarea |
int |
getRows()
Returns the number of Rows |
java.lang.String |
getTooltip()
Retrieves the optional tooltip text |
java.lang.String |
getWrap()
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms. |
boolean |
isReadonly()
Returns true if the read only attribute was set |
void |
setColumns(int columns)
Sets the number of Columns |
void |
setConverter(Converter converter)
Sets the Converter that should be used to convert Java Objects into their localized String representation. |
void |
setMaxLength(int maxlength)
Sets the maximal length of the value for the textarea |
void |
setReadonly(boolean readonly)
Specifies the read only attribute |
void |
setRows(int rows)
Sets the number of Rows |
void |
setTooltip(java.lang.String tooltip)
Sets the optional tooltip text |
void |
setWrap(java.lang.String wrap)
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms. |
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, 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, 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 int getColumns()
public void setColumns(int columns)
columns
- Number of Columnspublic int getRows()
public void setRows(int rows)
rows
- Number of Rowspublic void setReadonly(boolean readonly)
readonly
- true
if the textarea should be rendered as read
onlypublic boolean isReadonly()
public void setMaxLength(int maxlength)
maxlength
- The maximal length of the value for the textareapublic int getMaxLength()
public void setWrap(java.lang.String wrap)
wrap
- Word Wrappingpublic java.lang.String getWrap()
public void setTooltip(java.lang.String tooltip)
setTooltip
in interface ControlDesignModel
tooltip
- Tooltippublic java.lang.String getTooltip()
getTooltip
in interface ControlDesignModel
null
public Converter getConverter()
null
public void setConverter(Converter converter)
converter
- Converters instance
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |