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

All Superinterfaces:
BeanTagDeclaration, HasBinding, HasId, HasIdBindingAndRendered, HasMarkup, HasTip, IsRendered, JspTag, Tag, TobagoTagDeclaration
All Known Implementing Classes:
ProgressTag

public interface ProgressTagDeclaration
extends BeanTagDeclaration, HasIdBindingAndRendered, HasTip, HasMarkup

Renders a progressbar.


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)
          The current value of 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.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.HasTip
setTip
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasMarkup
setMarkup
 

Method Detail

setValue

void setValue(String value)
The current value of this component.



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