com.hp.lft.sdk.java

Class MenuDescription.Init<T extends MenuDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • subMenusCount

        public T subMenusCount(java.lang.Integer count)
        Initializes the number of menu items that are direct children of this menu.
        Parameters:
        count - the number of direct child menu items.
        Returns:
        the description instance with the update state (builder pattern).
      • text

        public T text(java.lang.String text)
        Initializes the menu's text
        Parameters:
        text - the text.
        Returns:
        the description instance with the update state (builder pattern).