com.cc.framework.ui.model
Interface ColumnTextareaDesignModel

All Superinterfaces:
AccessControlled, ActionBehavior, AjaxSupport, ClientHandler, ColumnDesignModel, DesignModel
All Known Implementing Classes:
ColumnTextareaDesignModelImp

public interface ColumnTextareaDesignModel
extends ColumnDesignModel

Defines the visual Properties for the textareaColumn

Version:
$Revision: 1.6 $
Author:
Harald Schulz

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 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

getCols

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

Returns:
Number of character columns

setCols

public void setCols(int cols)
Sets the number of visible columns for an input/text field.

Parameters:
cols - Number of character columns

setCols

public void setCols(java.lang.String cols)
Sets the number of visible columns for an input/text field.

Parameters:
cols - Number of character columns

getRows

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

Returns:
Number of character rows

setRows

public void setRows(int rows)
Sets the number of visible rows for an input/text field.

Parameters:
rows - Number of character rows

setRows

public void setRows(java.lang.String rows)
Sets the number of visible rows for an input/text field.

Parameters:
rows - Number of character rows

setWrap

public 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.

Parameters:
wrap - Word Wrapping

getWrap

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

Returns:
Word Wrapping


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