Package com.hp.lft.sdk.winforms
Class WindowDescription.Init<T extends WindowDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.winforms.UiObjectDescriptionBase.Init<T>
com.hp.lft.sdk.winforms.WindowDescription.Init<T>
- Direct Known Subclasses:
- WindowDescription.Builder
- Enclosing class:
- WindowDescription
protected abstract static class WindowDescription.Init<T extends WindowDescription.Init<T>>
extends UiObjectDescriptionBase.Init<T>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionIndicates whether this object is the foreground objectIndicates whether this object has a thin-line border.build()Returns the built description instance (builder pattern).Indicates whether this object has a title bar.maximizable(Boolean isMaximizable) Indicates whether this object can be maximized.mdiChildWindow(Boolean isMdiChildWindow) Indicates whether this object is a multiple-document interface (MDI) child window.minimizable(Boolean isMinimizable) Indicates whether this object can be minimized.popupWindow(Boolean isPopupWindow) Indicates whether this object is a pop-up window.Indicates whether this object has a sizing border.systemMenu(Boolean hasSystemMenu) Indicates whether this object has a window menu on its title bar.toolWindow(Boolean isToolWindow) Indicates whether this object is intended to be a floating toolbar.Indicates whether this object should stay above all non-topmost windows, even when this object is deactivated.Methods inherited from class com.hp.lft.sdk.winforms.UiObjectDescriptionBase.InitabsoluteLocation, absoluteLocation, absoluteLocation, childWindow, enabled, focused, fullNamePath, fullNamePath, fullType, fullType, location, location, location, nativeClass, nativeClass, objectName, objectName, ownedWindow, size, size, size, text, text, visible, windowClassRegExp, windowClassRegExp, windowId, windowTitleRegExp, windowTitleRegExpMethods inherited from class com.hp.lft.sdk.DescriptionBase.Initindex, objectProperties, self, vri, vri
- 
Constructor Details- 
Initprotected Init()
 
- 
- 
Method Details- 
buildDescription copied from class:DescriptionBase.InitReturns the built description instance (builder pattern).- Overrides:
- buildin class- DescriptionBase.Init<T extends WindowDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
activeIndicates whether this object is the foreground object- Parameters:
- isActive- true if foreground object
- Returns:
- the description instance with the update state (builder pattern)
 
- 
borderIndicates whether this object has a thin-line border.- Parameters:
- hasBorder- true if has a thin-line border
- Returns:
- the description instance with the update state (builder pattern)
 
- 
captionIndicates whether this object has a title bar.- Parameters:
- hasCaption- true if has a title bar.
- Returns:
- the description instance with the update state (builder pattern)
 
- 
sizeboxIndicates whether this object has a sizing border.- Parameters:
- hasSizebox- true if has a sizing border
- Returns:
- the description instance with the update state (builder pattern)
 
- 
systemMenuIndicates whether this object has a window menu on its title bar.- Parameters:
- hasSystemMenu- true if has a window menu on its title bar
- Returns:
- the description instance with the update state (builder pattern)
 
- 
mdiChildWindowIndicates whether this object is a multiple-document interface (MDI) child window.- Parameters:
- isMdiChildWindow- true if MDI child window
- Returns:
- the description instance with the update state (builder pattern)
 
- 
popupWindowIndicates whether this object is a pop-up window.- Parameters:
- isPopupWindow- true if pop-up window
- Returns:
- the description instance with the update state (builder pattern)
 
- 
toolWindowIndicates whether this object is intended to be a floating toolbar.- Parameters:
- isToolWindow- true if intended to be floating toolbar
- Returns:
- the description instance with the update state (builder pattern)
 
- 
maximizableIndicates whether this object can be maximized.- Parameters:
- isMaximizable- true if can be maximized
- Returns:
- the description instance with the update state (builder pattern)
 
- 
minimizableIndicates whether this object can be minimized.- Parameters:
- isMinimizable- true if can be minimized
- Returns:
- the description instance with the update state (builder pattern)
 
- 
topmostIndicates 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
- Returns:
- the description instance with the update state (builder pattern)
 
 
-