Interface ProgressTagDeclaration

All Superinterfaces:
HasBinding, HasId, HasIdBindingAndRendered, HasTip, IsRendered, IsVisual

public interface ProgressTagDeclaration extends HasIdBindingAndRendered, HasTip, IsVisual
Renders a progress bar.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The maximum of the value of the progress.
    void
    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.HasId

    setId

    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
  • Method Details

    • setValue

      void setValue(String value)
      The current value of this component. May be a java.lang.Number or a javax.swing.BoundedRangeModel
    • setMax

      void setMax(String max)
      The maximum of the value of the progress.