com.hp.lft.sdk.oracle

Class UiFormBaseDescription

    • Constructor Detail

      • UiFormBaseDescription

        public UiFormBaseDescription()
        Initializes a new instance of the UiFormBaseDescription class.
      • UiFormBaseDescription

        protected UiFormBaseDescription(UiFormBaseDescription.Init<?> init)
        Initializes a new instance of the UiFormBaseDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setTitle

        public void setTitle(String title)
        Sets the window title.
        Parameters:
        title - the window title.
      • getTitle

        public StringProperty getTitle()
        Returns the window title.
        Returns:
        the window title.