com.hp.lft.sdk.oracle

Class FormWindowDescription.Init<T extends FormWindowDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • shortTitle

        public T shortTitle(StringProperty shortTitle)
        Initializes the form window's short title.
        Parameters:
        shortTitle - the window short title.
        Returns:
        the description instance with the update state (builder pattern).
      • shortTitle

        public T shortTitle(String shortTitle)
        Initializes the form window's short title.
        Parameters:
        shortTitle - the window short title.
        Returns:
        the description instance with the update state (builder pattern).
      • classPath

        public T classPath(StringProperty classPath)
        Initializes the form window'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 form window'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).