com.hp.lft.sdk.java

Class ExpandBarDescription

    • Constructor Detail

      • ExpandBarDescription

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

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

      • setItemsCount

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

        public java.lang.Integer getItemsCount()
        Returns the number of ExpandBar items in the ExpandBar.
        Returns:
        the number of ExpandBar items in the ExpandBar.
      • setExpandedItems

        public void setExpandedItems(java.lang.String[] expandedItems)
        Sets the expanded items in the ExpandBar.
        Parameters:
        expandedItems - the expanded items in the ExpandBar.
      • getExpandedItems

        public java.lang.String[] getExpandedItems()
        Returns the expanded items in the ExpandBar.
        Returns:
        the expanded items in the ExpandBar.