com.hp.lft.sdk.java

Class ExpandBarDescription.Init<T extends ExpandBarDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • itemsCount

        public T itemsCount(java.lang.Integer itemsCount)
        Initializes the number of ExpandBar items in the ExpandBar.
        Parameters:
        itemsCount - the number of ExpandBar items in the ExpandBar.
        Returns:
        the description instance with the updated state (builder pattern).
      • expandedItems

        public T expandedItems(java.lang.String[] expandedItems)
        Initializes the expanded items in the ExpandBar.
        Parameters:
        expandedItems - the expanded items in the ExpandBar.
        Returns:
        the description instance with the updated state (builder pattern).