Package com.hp.lft.sdk.sap.gui
Class WindowDescription.Init<T extends WindowDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.sap.gui.ElementDescription.Init<T>
com.hp.lft.sdk.sap.gui.WindowDescription.Init<T>
- Direct Known Subclasses:
WindowDescription.Builder
- Enclosing class:
- WindowDescription
protected abstract static class WindowDescription.Init<T extends WindowDescription.Init<T>>
extends ElementDescription.Init<T>
Helper class for WindowDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns the built description instance (builder pattern).Initializes whether the window is minimized.program
(StringProperty program) Initializes the name of the SAP source program that is currently executing.Initializes the name of the SAP source program that is currently executing.screenNumber
(Long screenNumber) Initializes the number of the currently displayed screen.text
(StringProperty text) Initializes the text associated with the window.Initializes the text associated with the window.transaction
(StringProperty transaction) Initializes the transaction the user is currently executing.transaction
(String transaction) Initializes the transaction the user is currently executing.workingPaneSize
(SizeProperty workingPaneSize) Initializes the window's working pane size in character metric.workingPaneSize
(Dimension workingPaneSize) Initializes the window's working pane size in character metric.workingPaneSize
(Integer width, Integer height) Initializes the window's working pane size in character metric.Methods inherited from class com.hp.lft.sdk.sap.gui.ElementDescription.Init
absoluteLocation, absoluteLocation, absoluteLocation, id, id, location, location, location, name, name, size, size, size, type
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 classElementDescription.Init<T extends WindowDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
text
Initializes the text associated with the window.- Parameters:
text
- the text.- Returns:
- the description instance with the update state (builder pattern).
-
text
Initializes the text associated with the window.- Parameters:
text
- the text.- Returns:
- the description instance with the update state (builder pattern).
-
workingPaneSize
Initializes the window's working pane size in character metric. The working pane is the area between the toolbar and the status bar.- Parameters:
workingPaneSize
- the working pane size.- Returns:
- the description instance with the update state (builder pattern).
-
workingPaneSize
Initializes the window's working pane size in character metric. The working pane is the area between the toolbar and the status bar.- Parameters:
width
- in character metric.height
- in character metric.- Returns:
- the description instance with the update state (builder pattern).
-
workingPaneSize
Initializes the window's working pane size in character metric. The working pane is the area between the toolbar and the status bar.- Parameters:
workingPaneSize
- in character metric.- Returns:
- the description instance with the update state (builder pattern).
-
minimized
Initializes whether the window is minimized.- Parameters:
minimized
- true if minimized.- Returns:
- the description instance with the update state (builder pattern).
-
transaction
Initializes the transaction the user is currently executing.- Parameters:
transaction
- the transaction name.- Returns:
- the description instance with the update state (builder pattern).
-
transaction
Initializes the transaction the user is currently executing.- Parameters:
transaction
- the transaction name.- Returns:
- the description instance with the update state (builder pattern).
-
screenNumber
Initializes the number of the currently displayed screen.- Parameters:
screenNumber
- the screen number.- Returns:
- the description instance with the update state (builder pattern).
-
program
Initializes the name of the SAP source program that is currently executing.- Parameters:
program
- the program name.- Returns:
- the description instance with the update state (builder pattern).
-
program
Initializes the name of the SAP source program that is currently executing.- Parameters:
program
- the program name.- Returns:
- the description instance with the update state (builder pattern).
-