com.hp.lft.sdk.wpf

Class WindowDescription

    • Constructor Detail

      • WindowDescription

        public WindowDescription()
        Initializes a new instance of the WindowDescription class.
    • Method Detail

      • setModal

        public void setModal(java.lang.Boolean isModal)
        Set whether the window is the modal object.
        Parameters:
        isModal - whether the window is modal.
      • isModal

        public java.lang.Boolean isModal()
        Indicates whether the window is modal.
        Returns:
        true, if the window is modal.
      • setParentText

        public void setParentText(java.lang.String parentText)
        Sets the text associated with the parent object of this object.
        Parameters:
        parentText - the text to associate with the parent object
      • setParentText

        public void setParentText(StringProperty parentText)
        Sets the text associated with the parent object of this object.
        Parameters:
        parentText - a StringProperty or RegExpProperty
      • getParentText

        public StringProperty getParentText()
        Return the text associated with the parent object of the object.
        Returns:
        parentText the text associated with the parent