Interface ProgressTagDeclaration

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

public interface ProgressTagDeclaration extends HasIdBindingAndRendered, HasTip, IsVisual
Renders a progress bar.
  • 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.