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 SummaryConstructors
- 
Method SummaryModifier 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.InitabsoluteLocation, absoluteLocation, absoluteLocation, id, id, location, location, location, name, name, size, size, size, typeMethods 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- ElementDescription.Init<T extends WindowDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
textInitializes the text associated with the window.- Parameters:
- text- the text.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
textInitializes the text associated with the window.- Parameters:
- text- the text.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
workingPaneSizeInitializes 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).
 
- 
workingPaneSizeInitializes 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).
 
- 
workingPaneSizeInitializes 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).
 
- 
minimizedInitializes whether the window is minimized.- Parameters:
- minimized- true if minimized.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
transactionInitializes the transaction the user is currently executing.- Parameters:
- transaction- the transaction name.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
transactionInitializes the transaction the user is currently executing.- Parameters:
- transaction- the transaction name.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
screenNumberInitializes the number of the currently displayed screen.- Parameters:
- screenNumber- the screen number.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
programInitializes 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).
 
- 
programInitializes 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).
 
 
-