com.hp.lft.sdk.oracle

Class FlexFieldWindowDescription.Init<T extends FlexFieldWindowDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • title

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

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

        public T classPath(StringProperty classPath)
        Initializes the flex field 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 flex field 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).