com.hp.lft.sdk.sap.ui5

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

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • enabled

        public T enabled(java.lang.Boolean enabled)
        Initializes whether the menu bar is enabled.
        Parameters:
        enabled - true to enable.
        Returns:
        The description instance with the update state (builder pattern).
      • itemsCount

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

        public T items(java.lang.String[] items)
        Initializes all items of the menubar.
        Parameters:
        items - all items of the menubar.
        Returns:
        the description instance with the update state (builder pattern).