Interface ProgressTagDeclaration
-
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,HasTip
,IsRendered
,IsVisual
public interface ProgressTagDeclaration extends HasIdBindingAndRendered, HasTip, IsVisual
Renders a progress bar.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setMax(String max)
The maximum of the value of the progress.void
setValue(String value)
The current value of this component.-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTip
setTip
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
-