|
|||||||||||
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.ColumnTextDesignModelImp
Designmodel for text columns
Field Summary | |
private InputFieldType |
inputType
Type of the input field. |
private static long |
serialVersionUID
Serial Version UID |
private DeferredValue |
size
Number of character positions to allocate. |
Fields inherited from class com.cc.framework.ui.model.imp.ColumnDesignModelImp |
|
Fields inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp |
|
Constructor Summary | |
ColumnTextDesignModelImp()
Constructor for ColumnTextDesignModelImp |
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 inputType)
Sets the type of the input field |
void |
setSize(int size)
Sets the size of the input field. |
void |
setSize(java.lang.String size)
Sets the number of visible characters for an input/text field. |
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 size
private InputFieldType inputType
InputFieldType
Constructor Detail |
public ColumnTextDesignModelImp()
Method Detail |
public int getSize()
ColumnTextDesignModel
getSize
in interface ColumnTextDesignModel
ColumnTextDesignModel.getSize()
public void setSize(int size)
setSize
in interface ColumnTextDesignModel
size
- The size of the input field.public void setSize(java.lang.String size)
ColumnTextDesignModel
setSize
in interface ColumnTextDesignModel
size
- Number of character positions to allocateColumnTextDesignModel.setSize(java.lang.String)
public InputFieldType getInputType()
ColumnTextDesignModel
getInputType
in interface ColumnTextDesignModel
ColumnTextDesignModel.getInputType()
public void setInputType(InputFieldType inputType)
setInputType
in interface ColumnTextDesignModel
inputType
- The input field typeInputFieldType
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |