com.cc.framework.ui.model.imp
Class ColumnTextareaDesignModelImp

java.lang.Object
  extended bycom.cc.framework.ui.model.imp.ClientHandlerImp
      extended bycom.cc.framework.ui.model.imp.ColumnDesignModelImp
          extended bycom.cc.framework.ui.model.imp.ColumnTextareaDesignModelImp
All Implemented Interfaces:
AccessControlled, ActionBehavior, AjaxSupport, ClientHandler, ColumnDesignModel, ColumnTextareaDesignModel, DesignModel, java.io.Serializable

public class ColumnTextareaDesignModelImp
extends ColumnDesignModelImp
implements ColumnTextareaDesignModel

Version:
$Revision: 1.8 $
Author:
Harald Schulz
See Also:
Serialized Form

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.ColumnDesignModelImp
addDesignRule, allowAjaxRendering, enableAjax, filter, getAlignment, getAnchor, getAnchorProperty, getConverter, getDesignRules, getDisableProperty, getEditableProperty, getEnableProperty, getEnvironment, getHandler, getHeader, getImageMap, getImageProperty, getJoinMode, getLinkName, getLinkNameProperty, getMaxLength, getPermission, getProperty, getRunAt, getStyle, getStyleClass, getStyleId, getTarget, getTargetProperty, getTitle, getTooltip, getTooltipProperty, getTransaction, getType, getWidth, isAjaxEnabled, 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, show
 
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.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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values

rows

private DeferredValue rows
Number for character rows


cols

private DeferredValue cols
Number ofcharacter columns


wrap

private DeferredValue wrap
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms.

Constructor Detail

ColumnTextareaDesignModelImp

public ColumnTextareaDesignModelImp()
Method Detail

getCols

public int getCols()
Description copied from interface: ColumnTextareaDesignModel
Returns the number of visible columns for an input/text field.

Specified by:
getCols in interface ColumnTextareaDesignModel
Returns:
Number of character columns
See Also:
ColumnTextareaDesignModel.getCols()

setCols

public void setCols(int cols)
Description copied from interface: ColumnTextareaDesignModel
Sets the number of visible columns for an input/text field.

Specified by:
setCols in interface ColumnTextareaDesignModel
Parameters:
cols - Number of character columns
See Also:
ColumnTextareaDesignModel.setCols(int)

setCols

public void setCols(java.lang.String cols)
Description copied from interface: ColumnTextareaDesignModel
Sets the number of visible columns for an input/text field.

Specified by:
setCols in interface ColumnTextareaDesignModel
Parameters:
cols - Number of character columns
See Also:
ColumnTextareaDesignModel.setCols(java.lang.String)

getRows

public int getRows()
Description copied from interface: ColumnTextareaDesignModel
Returns the number of visible rows for an input/text field.

Specified by:
getRows in interface ColumnTextareaDesignModel
Returns:
Number of character rows
See Also:
ColumnTextareaDesignModel.getRows()

setRows

public void setRows(int rows)
Description copied from interface: ColumnTextareaDesignModel
Sets the number of visible rows for an input/text field.

Specified by:
setRows in interface ColumnTextareaDesignModel
Parameters:
rows - Number of character rows
See Also:
ColumnTextareaDesignModel.setRows(int)

setRows

public void setRows(java.lang.String rows)
Description copied from interface: ColumnTextareaDesignModel
Sets the number of visible rows for an input/text field.

Specified by:
setRows in interface ColumnTextareaDesignModel
Parameters:
rows - Number of character rows
See Also:
ColumnTextareaDesignModel.setRows(java.lang.String)

getWrap

public java.lang.String getWrap()
Description copied from interface: ColumnTextareaDesignModel
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms.

Specified by:
getWrap in interface ColumnTextareaDesignModel
Returns:
Word Wrapping
See Also:
ColumnTextareaDesignModel.getWrap()

setWrap

public void setWrap(java.lang.String wrap)
Description copied from interface: ColumnTextareaDesignModel
The WRAP attribute can be used to specify how to handle word-wrapping display in text input areas in forms.

Specified by:
setWrap in interface ColumnTextareaDesignModel
Parameters:
wrap - Word Wrapping
See Also:
ColumnTextareaDesignModel.setWrap(java.lang.String)


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