com.hp.lft.sdk.sap.ui5

Class NavigationBarDescription.Init<T extends NavigationBarDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • itemsCount

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

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