|
|||||||||||
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.ColumnDesignModelImp com.cc.framework.ui.model.imp.ColumnTextareaDesignModelImp
Field Summary | |
private DeferredValue |
cols
Number ofcharacter columns |
private DeferredValue |
rows
Number for character rows |
private static long |
serialVersionUID
Serial Version UID |
private DeferredValue |
wrap
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms. |
Fields inherited from class com.cc.framework.ui.model.imp.ColumnDesignModelImp |
|
Fields inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp |
|
Constructor Summary | |
ColumnTextareaDesignModelImp()
|
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 class com.cc.framework.ui.model.imp.ClientHandlerImp |
evaluate, 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.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 DeferredValue rows
private DeferredValue cols
private DeferredValue wrap
Constructor Detail |
public ColumnTextareaDesignModelImp()
Method Detail |
public int getCols()
ColumnTextareaDesignModel
getCols
in interface ColumnTextareaDesignModel
ColumnTextareaDesignModel.getCols()
public void setCols(int cols)
ColumnTextareaDesignModel
setCols
in interface ColumnTextareaDesignModel
cols
- Number of character columnsColumnTextareaDesignModel.setCols(int)
public void setCols(java.lang.String cols)
ColumnTextareaDesignModel
setCols
in interface ColumnTextareaDesignModel
cols
- Number of character columnsColumnTextareaDesignModel.setCols(java.lang.String)
public int getRows()
ColumnTextareaDesignModel
getRows
in interface ColumnTextareaDesignModel
ColumnTextareaDesignModel.getRows()
public void setRows(int rows)
ColumnTextareaDesignModel
setRows
in interface ColumnTextareaDesignModel
rows
- Number of character rowsColumnTextareaDesignModel.setRows(int)
public void setRows(java.lang.String rows)
ColumnTextareaDesignModel
setRows
in interface ColumnTextareaDesignModel
rows
- Number of character rowsColumnTextareaDesignModel.setRows(java.lang.String)
public java.lang.String getWrap()
ColumnTextareaDesignModel
getWrap
in interface ColumnTextareaDesignModel
ColumnTextareaDesignModel.getWrap()
public void setWrap(java.lang.String wrap)
ColumnTextareaDesignModel
setWrap
in interface ColumnTextareaDesignModel
wrap
- Word WrappingColumnTextareaDesignModel.setWrap(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |