com.hp.lft.sdk.sap.gui

Class MenubarDescription.Init<T extends MenubarDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • items

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

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