Interface ProgressTagDeclaration
- All Superinterfaces:
- HasBinding,- HasId,- HasIdBindingAndRendered,- HasTip,- IsRendered,- IsVisual
Renders a progress bar.
- 
Method SummaryMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTipsetTipMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedMethods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Method Details- 
setValueThe current value of this component. May be a java.lang.Number or a javax.swing.BoundedRangeModel
- 
setMaxThe maximum of the value of the progress.
 
-