Class PercentCompleteComponent

All Implemented Interfaces:
GuiComponent, GraphicalComponent, com.ptc.core.components.rendering.guicomponents.PrintableComponent, GraphicalAttRepresentationHandler, com.ptc.netmarkets.util.misc.NmFormatable, Serializable

public class PercentCompleteComponent extends ProgressBarComponent
This class is the gui component that represents progress bars.

Supported API: true

Extendable: true
See Also:
  • Method Details

    • newInstance

      public GraphicalComponent newInstance(Object value, Map<String,Object> metaData) throws WTException
      Create a new PercentCompleteComponent. For detailed description check:
      invalid reference
      GraphicalComponent#newInstance()

      Supported API: true

      Specified by:
      newInstance in interface GraphicalComponent
      Overrides:
      newInstance in class ProgressBarComponent
      Parameters:
      value - the value of the attribute to render. value may be null.
      metaData - a map of the additional data (e.g. begin, end, color, ...) used to render the value metaData may be null.
      Returns:
      a new GraphicalComponent instance
      Throws:
      WTException