| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cc.framework.ui.model.imp.ClientHandlerImp
com.cc.framework.ui.model.imp.ControlDesignModelImp
com.cc.framework.ui.model.imp.TextDesignModelImp
Designmodel for text/input fields
| Field Summary | |
private  Converter | 
converter
The converter that should be used to convert Java Objects into their localized String representation.  | 
private  boolean | 
filter
Specifies if all String should be converted into there HTML representation  | 
private  InputFieldType | 
inputType
Type of the input field.  | 
private  int | 
maxLength
Maximum number of input characters to accept.  | 
private static long | 
serialVersionUID
Serial Version UID  | 
private  int | 
size
Number of character positions to allocate.  | 
| Fields inherited from class com.cc.framework.ui.model.imp.ControlDesignModelImp | 
 | 
| Fields inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp | 
 | 
| Constructor Summary | |
TextDesignModelImp()
Constructor  | 
|
| Method Summary | |
 boolean | 
filter()
Returns if the filter is activated (default=true).  | 
 Converter | 
getConverter()
Returns the the Converter that should be used to convert Java Objects into their localized String representation.  | 
 InputFieldType | 
getInputType()
Returns the type of the input field  | 
 int | 
getMaxLength()
Returns the maximal number of input characters which can be inserted into the text field.  | 
 int | 
getSize()
Returns the number of visible characters for an input/text field.  | 
 void | 
setConverter(Converter converter)
Sets the Converter that should be used to convert Java Objects into their localized String representation.  | 
 void | 
setFilter(boolean filter)
Activates the HTML encoding (filter).  | 
 void | 
setInputType(InputFieldType inputType)
Sets the type of the input field  | 
 void | 
setMaxLength(int maxLength)
Sets the maximum number of input characters to accept.  | 
 void | 
setSize(int size)
Sets the size of the input field.  | 
| Methods inherited from class com.cc.framework.ui.model.imp.ControlDesignModelImp | 
addDesignRule, enableAjax, getAction, getBorder, getDesignRules, getHeight, getHelp, getId, getLocaleName, getName, getPermission, getProperty, getRunAt, getStyle, getStyleClass, getStyleId, getSummary, getTabIndex, getTooltip, getTransaction, getWidth, hasShadow, isAjaxEnabled, isDisabled, isDynamicDesignModel, isFormElement, setAction, setBorder, setDisabled, setDynamicDesignModel, setFormElement, setHeight, setHelp, setId, setLocaleName, setName, setPermission, setProperty, setRunAt, setShadow, setStyle, setStyleClass, setStyleId, setSummary, setTabIndex, setTooltip, setTransaction, setWidth, show | 
| Methods inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp | 
evaluate, getHandler, 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.TextDesignModel | 
getTooltip, setTooltip | 
| 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 | 
| Field Detail | 
private static final long serialVersionUID
private Converter converter
private int maxLength
private int size
private InputFieldType inputType
InputFieldTypeprivate boolean filter
| Constructor Detail | 
public TextDesignModelImp()
| Method Detail | 
public int getMaxLength()
TextDesignModel
getMaxLength in interface TextDesignModelTextDesignModel.getMaxLength()public int getSize()
TextDesignModel
getSize in interface TextDesignModelTextDesignModel.getSize()public void setMaxLength(int maxLength)
setMaxLength in interface TextDesignModelmaxLength - The maximum number of input characters to accept.public void setSize(int size)
setSize in interface TextDesignModelsize - The size of the input field.public InputFieldType getInputType()
TextDesignModel
getInputType in interface TextDesignModelTextDesignModel.getInputType()public void setInputType(InputFieldType inputType)
setInputType in interface TextDesignModelinputType - The input field typeInputFieldTypepublic boolean filter()
TextDesignModel
filter in interface TextDesignModeltrue if string will be HTML encoded;
         false otherwiseTextDesignModel.filter()public void setFilter(boolean filter)
TextDesignModel
setFilter in interface TextDesignModelfilter - true if strings should be HTML encoded; false
            otherwiseTextDesignModel.setFilter(boolean)public Converter getConverter()
TextDesignModel
getConverter in interface TextDesignModelnullSee Also:TextDesignModel.getConverter()public void setConverter(Converter converter)
TextDesignModel
setConverter in interface TextDesignModelconverter - Converters instanceTextDesignModel.setConverter(com.cc.framework.convert.Converter)
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||