Class WindowDescription

java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable

public class WindowDescription extends UiObjectDescriptionBase
The description of a .NET Windows Forms Window test object.
  • Constructor Details

    • WindowDescription

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

      protected WindowDescription(WindowDescription.Init<?> init)
  • Method Details

    • setActive

      public void setActive(Boolean isActive)
      Sets whether this object is the foreground object.
      Parameters:
      isActive - true if foreground
    • isActive

      public Boolean isActive()
      Indicates whether this object is the foreground object
      Returns:
      true if foreground
    • setBorder

      public void setBorder(Boolean hasBorder)
      Sets whether this object has a thin-line border.
      Parameters:
      hasBorder - true if has thin-line border
    • hasBorder

      public Boolean hasBorder()
      Indicates whether the object has a thin-line border.
      Returns:
      true if has thin-line border
    • setCaption

      public void setCaption(Boolean hasCaption)
      Sets whether this object has a title bar.
      Parameters:
      hasCaption - true if has title bar
    • hasCaption

      public Boolean hasCaption()
      Indicates whether this object has a title bar.
      Returns:
      true if has title bar
    • setSizebox

      public void setSizebox(Boolean hasSizebox)
      Sets whether this object has a sizing border.
      Parameters:
      hasSizebox - true if has sizing border
    • hasSizebox

      public Boolean hasSizebox()
      Indicates whether this object has a sizing border.
      Returns:
      true if has sizing border
    • setSystemMenu

      public void setSystemMenu(Boolean hasSystemMenu)
      Sets whether this object has a window menu on its title bar.
      Parameters:
      hasSystemMenu - true if has window menu on its title bar
    • hasSystemMenu

      public Boolean hasSystemMenu()
      Indicates whether this object has a window menu on its title bar.
      Returns:
      true if has window menu on its title bar
    • setMdiChildWindow

      public void setMdiChildWindow(Boolean isMdiChildWindow)
      Sets whether this object is a multiple-document interface (MDI) child window.
      Parameters:
      isMdiChildWindow - true if is MDI child window
    • isMdiChildWindow

      public Boolean isMdiChildWindow()
      Indicates whether this object is a multiple-document interface (MDI) child window.
      Returns:
      true if is MDI child window
    • setPopupWindow

      public void setPopupWindow(Boolean isPopupWindow)
      Sets whether this object is a pop-up window.
      Parameters:
      isPopupWindow - true if is pop-up window
    • isPopupWindow

      public Boolean isPopupWindow()
      Indicates whether this object is a pop-up window.
      Returns:
      true if is pop-up window
    • setToolWindow

      public void setToolWindow(Boolean isToolWindow)
      Sets whether this object is intended to be a floating toolbar.
      Parameters:
      isToolWindow - true if is tool window
    • isToolWindow

      public Boolean isToolWindow()
      Indicates whether this object is intended to be a floating toolbar.
      Returns:
      true if is tool window
    • setMaximizable

      public void setMaximizable(Boolean isMaximizable)
      Sets whether this object can be maximized.
      Parameters:
      isMaximizable - true if can be maximized
    • isMaximizable

      public Boolean isMaximizable()
      Indicates whether this object can be maximized.
      Returns:
      true if can be maximized
    • setMinimizable

      public void setMinimizable(Boolean isMinimizable)
      Sets whether this object can be minimized.
      Parameters:
      isMinimizable - true if can be minimized
    • isMinimizable

      public Boolean isMinimizable()
      Indicates whether this object can be minimized.
      Returns:
      true if can be minimized
    • setTopmost

      public void setTopmost(Boolean isTopmost)
      Sets whether this object should stay above all non-topmost windows, even when this object is deactivated.
      Parameters:
      isTopmost - true if should stay above all non-topmost windows
    • isTopmost

      public Boolean isTopmost()
      Sets whether this object should stay above all non-topmost windows, even when this object is deactivated.
      Returns:
      true if should stay above all non-topmost windows