Package com.hp.lft.sdk.java
Class WindowDescription.Init<T extends WindowDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.java.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.java.WindowDescription.Init<T>
- Direct Known Subclasses:
DialogDescription.Init
,InternalFrameDescription.Init
,WindowDescription.Builder
- Enclosing class:
- WindowDescription
protected abstract static class WindowDescription.Init<T extends WindowDescription.Init<T>>
extends UiObjectBaseDescription.Init<T>
Helper class for WindowDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns the built description instance (builder pattern).javaWindow
(Boolean isJavaWindow) Initializes whether the object is a Java window.maximizable
(Boolean isMaximizable) Initializes whether this window can be maximized.minimizable
(Boolean isMinimizable) Initializes whether this window can be minimized.Initializes whether this window can be resized.title
(StringProperty title) Initializes the window title.Initializes the window title.Methods inherited from class com.hp.lft.sdk.java.UiObjectBaseDescription.Init
absoluteLocation, absoluteLocation, absoluteLocation, attachedText, attachedText, backgroundColor, backgroundColor, enabled, focused, foregroundColor, foregroundColor, label, label, location, location, location, nativeClass, nativeClass, objectName, objectName, path, path, size, size, size, tagName, tagName, visible, wrapped
Methods inherited from class com.hp.lft.sdk.DescriptionBase.Init
index, objectProperties, self, vri, vri
-
Constructor Details
-
Init
protected Init()
-
-
Method Details
-
build
Description copied from class:DescriptionBase.Init
Returns the built description instance (builder pattern).- Overrides:
build
in classDescriptionBase.Init<T extends WindowDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
javaWindow
Initializes whether the object is a Java window.- Parameters:
isJavaWindow
- sets whether the object is a Java window.- Returns:
- the description instance with the update state (builder pattern).
-
maximizable
Initializes whether this window can be maximized.- Parameters:
isMaximizable
- sets whether this window can be maximized.- Returns:
- the description instance with the update state (builder pattern).
-
minimizable
Initializes whether this window can be minimized.- Parameters:
isMinimizable
- sets whether this window can be minimized.- Returns:
- the description instance with the update state (builder pattern).
-
resizable
Initializes whether this window can be resized.- Parameters:
isResizable
- true if can be resized.- Returns:
- the description instance with the update state (builder pattern).
-
title
Initializes the window title.- Parameters:
title
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
title
Initializes the window title.- Parameters:
title
- the window title.- Returns:
- the description instance with the update state (builder pattern).
-