|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the visual Properties for the textareaColumn
Method Summary | |
int |
getCols()
Returns the number of visible columns for an input/text field. |
int |
getRows()
Returns the number of visible rows for an input/text field. |
java.lang.String |
getWrap()
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms. |
void |
setCols(int cols)
Sets the number of visible columns for an input/text field. |
void |
setCols(java.lang.String cols)
Sets the number of visible columns for an input/text field. |
void |
setRows(int rows)
Sets the number of visible rows for an input/text field. |
void |
setRows(java.lang.String rows)
Sets the number of visible rows for an input/text field. |
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.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 getCols()
public void setCols(int cols)
cols
- Number of character columnspublic void setCols(java.lang.String cols)
cols
- Number of character columnspublic int getRows()
public void setRows(int rows)
rows
- Number of character rowspublic void setRows(java.lang.String rows)
rows
- Number of character rowspublic void setWrap(java.lang.String wrap)
wrap
- Word Wrappingpublic java.lang.String getWrap()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |