Interface ProgressBar

    • Field Detail

      • PN_COMPLETED

        static final java.lang.String PN_COMPLETED
        Name of property that defines the completion percentage. The property should provide a numeric value between 0 and 100.
        Since:
        com.adobe.cq.wcm.core.components.models 12.12.0
        See Also:
        Constant Field Values
    • Method Detail

      • getCompleted

        default float getCompleted()
        Get the completed percentage
        Returns:
        Completed percentage as a number between 0 and 100
        Since:
        com.adobe.cq.wcm.core.components.models 12.12.0
      • getRemaining

        default float getRemaining()
        Get the remaining percentage
        Returns:
        Remaining percentage as a number between 0 and 100
        Since:
        com.adobe.cq.wcm.core.components.models 12.12.0