com.hp.lft.sdk.wpf

Class WindowDescription.Init<T extends WindowDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • modal

        public T modal(java.lang.Boolean isModal)
        Indicates whether the object is the window is modal.
        Parameters:
        isModal - whether the object is the modal object
        Returns:
        the description instance with the update state (builder pattern)
      • parentText

        public T parentText(StringProperty parentText)
        Initializes text associated with the parent object of this object.
        Parameters:
        parentText - a StringProperty or RegExpProperty
        Returns:
        the description instance with the update state (builder pattern)
      • parentText

        public T parentText(java.lang.String parentText)
        Initializes the text associated with the parent object of this object.
        Parameters:
        parentText - the text to associate with the parent object
        Returns:
        the description instance with the update state (builder pattern)