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 SummaryConstructors
- 
Method SummaryModifier 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.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 StatusBarDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
textInitializes the text associated with the status bar.- Parameters:
- text- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
textInitializes the text associated with the status bar.- Parameters:
- text- the text.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
itemsCountInitializes 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).
 
- 
itemsInitializes 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).
 
- 
messageAsPopupInitializes 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).
 
- 
messageIdInitializes the ID of the message in text format.- Parameters:
- messageId- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
messageIdInitializes the ID of the message in text format.- Parameters:
- messageId- the ID.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
messageNumberInitializes the internal number of the message on the status bar.- Parameters:
- messageNumber- a- StringPropertyor- RegExpProperty.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
messageNumberInitializes 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).
 
- 
messageTypeInitializes the type of message.- Parameters:
- messageType- the type.
- Returns:
- the description instance with the update state (builder pattern).
 
 
-