|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the visual Properties for the textColumn
Method Summary | |
InputFieldType |
getInputType()
Returns the type of the input field |
int |
getSize()
Returns the number of visible characters for an input/text field. |
void |
setInputType(InputFieldType type)
Sets the type of the input field |
void |
setSize(int size)
Sets the number of visible characters for an input/text field. |
void |
setSize(java.lang.String size)
Sets the number of visible characters for an input/text field. |
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 getSize()
public void setSize(int size)
size
- Number of character positions to allocatepublic void setSize(java.lang.String size)
size
- Number of character positions to allocatepublic InputFieldType getInputType()
InputFieldType
public void setInputType(InputFieldType type)
type
- The type of the Input field
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |