org.apache.myfaces.tobago.taglib.component
Interface TextAreaTagDeclaration

All Superinterfaces:
BeanTagDeclaration, HasBinding, HasConverter, HasDeprecatedDimension, HasDeprecatedHeight, HasDeprecatedWidth, HasId, HasIdBindingAndRendered, HasLabel, HasLabelAndAccessKey, HasLabelWithAccessKey, HasOnchange, HasTabIndex, HasTip, HasValidator, HasValue, HasValueChangeListener, InputTagDeclaration, IsDisabled, IsFocus, IsReadonly, IsRendered, IsRequired, JspTag, Tag, TextInputTagDeclaration, TobagoTagDeclaration
All Known Implementing Classes:
TextAreaTag

public interface TextAreaTagDeclaration
extends TextInputTagDeclaration, HasIdBindingAndRendered, HasConverter, IsReadonly, IsDisabled, HasDeprecatedDimension, IsFocus, IsRequired, HasLabelAndAccessKey, HasTip

Renders a multiline text input control.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 void setMarkup(String markup)
          Indicate markup of this component.
 void setRows(String rows)
          The row count for this component.
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasValidator
setValidator
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasOnchange
setOnchange
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasValue
setValue
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasValueChangeListener
setValueChangeListener
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasTabIndex
setTabIndex
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRendered
setRendered
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasConverter
setConverter
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsReadonly
setReadonly
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsDisabled
setDisabled
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasDeprecatedWidth
setWidth
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasDeprecatedHeight
setHeight
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsFocus
setFocus
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRequired
setRequired
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasLabel
setLabel
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasLabelWithAccessKey
setAccessKey, setLabelWithAccessKey
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasTip
setTip
 

Method Detail

setRows

void setRows(String rows)
The row count for this component.


setMarkup

void setMarkup(String markup)
Indicate markup of this component. Possible value is 'none'. But this can be overridden in the theme.



Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.