com.cc.framework.ui.model
Interface ColumnTextDesignModel

All Superinterfaces:
AccessControlled, ActionBehavior, AjaxSupport, ClientHandler, ColumnDesignModel, DesignModel
All Known Subinterfaces:
ColumnCheckboxDesignModel, ColumnRadioDesignModel
All Known Implementing Classes:
ColumnCheckboxDesignModelImp, ColumnRadioDesignModelImp, ColumnTextDesignModelImp

public interface ColumnTextDesignModel
extends ColumnDesignModel

Defines the visual Properties for the textColumn

Version:
$Revision: 1.9 $
Author:
Harald Schulz

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.ColumnDesignModel
addDesignRule, allowAjaxRendering, filter, getAlignment, getAnchor, getAnchorProperty, getConverter, getDesignRules, getDisableProperty, getEditableProperty, getEnableProperty, getEnvironment, getHeader, getImageMap, getImageProperty, getJoinMode, getLinkName, getLinkNameProperty, getMaxLength, getProperty, getRunAt, getStyle, getStyleClass, getStyleId, getTarget, getTargetProperty, getTitle, getTooltip, getTooltipProperty, getTransaction, getType, getWidth, isDisabled, isEditable, isSortable, setAlignment, setAlignment, setAnchor, setAnchorProperty, setConverter, setDisabled, setDisabled, setDisableProperty, setEditable, setEditable, setEditableProperty, setEnableProperty, setEnvironment, setFilter, setFilter, setHeader, setImageMap, setImageProperty, setJoinMode, setJoinMode, setLinkName, setLinkNameProperty, setMaxLength, setMaxLength, setPermission, setPermission, setProperty, setRunAt, setSortable, setStyle, setStyleClass, setStyleId, setTarget, setTargetProperty, setTitle, setTooltip, setTooltipProperty, setTransaction, setType, setWidth, 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
 

Method Detail

getSize

public int getSize()
Returns the number of visible characters for an input/text field.

Returns:
Number of character positions to allocate

setSize

public void setSize(int size)
Sets the number of visible characters for an input/text field.

Parameters:
size - Number of character positions to allocate

setSize

public void setSize(java.lang.String size)
Sets the number of visible characters for an input/text field.

Parameters:
size - Number of character positions to allocate

getInputType

public InputFieldType getInputType()
Returns the type of the input field

Returns:
The type of the Input field
See Also:
InputFieldType

setInputType

public void setInputType(InputFieldType type)
Sets the type of the input field

Parameters:
type - The type of the Input field


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.