com.hp.lft.sdk.oracle

Class UiFormBaseDescription.Init<T extends UiFormBaseDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • title

        public T title(StringProperty title)
        Initializes the UiFormBase'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 UiFormBase's title.
        Parameters:
        title - the window title.
        Returns:
        the description instance with the update state (builder pattern).