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

All Superinterfaces:
BeanTagDeclaration, HasBinding, HasDeprecatedWidth, HasFor, HasId, HasIdBindingAndRendered, HasLabelWithAccessKey, HasMarkup, HasTip, IsInline, IsRendered, JspTag, Tag, TobagoTagDeclaration
All Known Implementing Classes:
LabelTag

public interface LabelTagDeclaration
extends BeanTagDeclaration, HasIdBindingAndRendered, HasLabelWithAccessKey, HasFor, IsInline, HasDeprecatedWidth, HasTip, HasMarkup

Renders a label component.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 void setValue(String value)
          Text value to display as label.
 
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.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.HasLabelWithAccessKey
setAccessKey, setLabelWithAccessKey
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasFor
setFor
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsInline
setInline
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasDeprecatedWidth
setWidth
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasTip
setTip
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasMarkup
setMarkup
 

Method Detail

setValue

void setValue(String value)
Text value to display as label. Overwritten by 'labelWithAccessKey'



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