Package com.hp.lft.sdk.sap.gui
Class StatusBarDescription.Init<T extends StatusBarDescription.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.StatusBarDescription.Init<T>
- Direct Known Subclasses:
StatusBarDescription.Builder
- Enclosing class:
- StatusBarDescription
protected abstract static class StatusBarDescription.Init<T extends StatusBarDescription.Init<T>>
extends ElementDescription.Init<T>
Helper class for StatusBarDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns the built description instance (builder pattern).Initializes the list of non-empty items in the status bar.itemsCount
(Integer itemsCount) Initializes the number of non-empty items contained in the status bar.messageAsPopup
(Boolean messageAsPopup) Initializes whether the message is a pop-up.messageId
(StringProperty messageId) Initializes the ID of the message in text format.Initializes the ID of the message in text format.messageNumber
(StringProperty messageNumber) Initializes the internal number of the message on the status bar.messageNumber
(String messageNumber) Initializes the internal number of the message on the status bar.messageType
(StatusBarMessageType messageType) Initializes the type of message.text
(StringProperty text) Initializes the text associated with the status bar.Initializes the text associated with the status bar.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 StatusBarDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
text
Initializes the text associated with the status bar.- Parameters:
text
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
text
Initializes the text associated with the status bar.- Parameters:
text
- the text.- Returns:
- the description instance with the update state (builder pattern).
-
itemsCount
Initializes the number of non-empty items contained in the status bar.- Parameters:
itemsCount
- the number of non-empty items.- Returns:
- the description instance with the update state (builder pattern).
-
items
Initializes the list of non-empty items in the status bar.- Parameters:
items
- the list of non-empty items.- Returns:
- the description instance with the update state (builder pattern).
-
messageAsPopup
Initializes whether the message is a pop-up.- Parameters:
messageAsPopup
- true to set as pop-up.- Returns:
- the description instance with the update state (builder pattern).
-
messageId
Initializes the ID of the message in text format.- Parameters:
messageId
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
messageId
Initializes the ID of the message in text format.- Parameters:
messageId
- the ID.- Returns:
- the description instance with the update state (builder pattern).
-
messageNumber
Initializes the internal number of the message on the status bar.- Parameters:
messageNumber
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
messageNumber
Initializes the internal number of the message on the status bar.- Parameters:
messageNumber
- the internal number.- Returns:
- the description instance with the update state (builder pattern).
-
messageType
Initializes the type of message.- Parameters:
messageType
- the type.- Returns:
- the description instance with the update state (builder pattern).
-