com.hp.lft.sdk.oracle

Class TabDescription.Init<T extends TabDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • label

        public T label(StringProperty label)
        Initializes the tab's label.
        Parameters:
        label - the text displayed on the object.
        Returns:
        the description instance with the update state (builder pattern).
      • label

        public T label(String label)
        Initializes the tab's label.
        Parameters:
        label - the text displayed on the object.
        Returns:
        the description instance with the update state (builder pattern).
      • classPath

        public T classPath(StringProperty classPath)
        Initializes the tab's classPath.
        Parameters:
        classPath - the hierarchy of the object's Oracle class.
        Returns:
        the description instance with the update state (builder pattern).
      • classPath

        public T classPath(String classPath)
        Initializes the tab's classPath.
        Parameters:
        classPath - the hierarchy of the object's Oracle class.
        Returns:
        the description instance with the update state (builder pattern).
      • enabled

        public T enabled(Boolean enabled)
        Indicates whether the object is enable.
        Parameters:
        enabled - true to set as enabled.
        Returns:
        the description instance with the update state (builder pattern).