com.hp.lft.sdk.stdwin

Class StatusBarDescription.Init<T extends StatusBarDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • items

        public T items(java.lang.String[] items)
        Initializes the items in the StatusBarDescription.
        Parameters:
        items - the items in the StatusBarDescription.
        Returns:
        the description instance with the update state (builder pattern).
      • itemsCount

        public T itemsCount(java.lang.Integer count)
        Initializes the number of items in the StatusBarDescription.
        Parameters:
        count - the number of items in the StatusBarDescription.
        Returns:
        the description instance with the update state (builder pattern).