Class ProgressBar

All Implemented Interfaces:
IHideablePanel, ILazyHideablePanel, ITableRowStateHolder, Serializable, EventListener, PartialStateHolder, StateHolder, TransientStateHolder, ComponentSystemEventListener, FacesListener, SystemEventListenerHolder

public class ProgressBar extends BaseHideablePanel
Control that displays a progress indicator.
See Also:
  • Field Details

  • Constructor Details

    • ProgressBar

      public ProgressBar()
  • Method Details

    • getPercentComplete

      public Integer getPercentComplete()
      Return the percent complete as a number between 0 and 100.
      Returns:
      the percentComplete
    • setPercentComplete

      public void setPercentComplete(Integer percentComplete)
      Set the percent complete as a number between 0 and 100.
      Parameters:
      percentComplete - the percentComplete to set
    • getWorkMessage

      public String getWorkMessage()
      Return the progress work message
      Returns:
      the workMessage
    • setWorkMessage

      public void setWorkMessage(String workMessage)
      Set the progress work message
      Parameters:
      workMessage - the workMessage to set
    • getShowWorkMessage

      public Boolean getShowWorkMessage()
      Returns whether the work message should be displayed.
      Returns:
      the showWorkMessage
    • setShowWorkMessage

      public void setShowWorkMessage(Boolean showWorkMessage)
      Sets whether the work message should be displayed.
      Parameters:
      showWorkMessage - the showWorkMessage to set