com.hp.lft.sdk.stdwin

Class StatusBarDescription

  • All Implemented Interfaces:
    CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, java.lang.Cloneable


    public class StatusBarDescription
    extends UiObjectBaseDescription
    The description of a standard Windows StatusBar test object.
    • Constructor Detail

      • StatusBarDescription

        public StatusBarDescription()
        Initializes a new instance of the StatusBarDescription class.
      • StatusBarDescription

        protected StatusBarDescription(StatusBarDescription.Init<?> init)
        Initializes a new instance of the StatusBarDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setItems

        public void setItems(java.lang.String[] items)
        Sets the items (parts) in the StatusBarDescription.
        Parameters:
        items - the items in the StatusBarDescription.
      • getItems

        public java.lang.String[] getItems()
        Returns the items in the StatusBarDescription.
        Returns:
        the items in the StatusBarDescription.
      • setItemsCount

        public void setItemsCount(java.lang.Integer count)
        Sets the number of items in the StatusBarDescription.
        Parameters:
        count - the number of items in the StatusBarDescription.
      • getItemsCount

        public java.lang.Integer getItemsCount()
        Returns the number of items in the StatusBarDescription.
        Returns:
        the number of items in the StatusBarDescription.