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

All Superinterfaces:
HasBinding, HasCurrentMarkup, HasFor, HasId, HasIdBindingAndRendered, HasLabelWithAccessKey, HasMarkup, HasTip, IsDeprecatedInline, IsGridLayoutComponent, IsGridLayoutComponentBase, IsRendered

public interface LabelTagDeclaration
extends HasIdBindingAndRendered, HasLabelWithAccessKey, HasFor, IsDeprecatedInline, HasTip, HasMarkup, HasCurrentMarkup, IsGridLayoutComponent

Renders a label component.


Method Summary
 void setValue(String value)
          Text value to display as label.
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelWithAccessKey
setAccessKey, setLabelWithAccessKey
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasFor
setFor
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDeprecatedInline
setInline
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTip
setTip
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasMarkup
setMarkup
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasCurrentMarkup
setCurrentMarkup
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsGridLayoutComponent
setHeight, setWidth
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsGridLayoutComponentBase
setColumnSpan, setCurrentHeight, setCurrentWidth, setDisplay, setHorizontalIndex, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPreferredHeight, setPreferredWidth, setRowSpan, setTop, setVerticalIndex
 

Method Detail

setValue

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



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.