Package com.hp.lft.sdk.oracle
Class StatusBarDescription.Init<T extends StatusBarDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.oracle.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.oracle.StatusBarDescription.Init<T>
- Direct Known Subclasses:
StatusBarDescription.Builder
- Enclosing class:
- StatusBarDescription
protected abstract static class StatusBarDescription.Init<T extends StatusBarDescription.Init<T>>
extends UiObjectBaseDescription.Init<T>
Helper class for StatusBarDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns the built description instance (builder pattern).classPath
(StringProperty classPath) Initializes the status bar's classPath.Initializes the status bar's classPath.Indicates whether the object is enable.errorCode
(StringProperty errorCode) Initializes the status bar's errorCode.Initializes the status bar's errorCode.message
(StringProperty message) Initializes the status bar's message.Initializes the status bar's message.Methods inherited from class com.hp.lft.sdk.oracle.UiObjectBaseDescription.Init
absoluteLocation, absoluteLocation, absoluteLocation, location, location, location, objectType, objectType, size, size, size
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 StatusBarDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
errorCode
Initializes the status bar's errorCode.- Parameters:
errorCode
- the error code of the displayed message.- Returns:
- the description instance with the update state (builder pattern).
-
errorCode
Initializes the status bar's errorCode.- Parameters:
errorCode
- the error code of the displayed message.- Returns:
- the description instance with the update state (builder pattern).
-
message
Initializes the status bar's message.- Parameters:
message
- the text of the displayed message.- Returns:
- the description instance with the update state (builder pattern).
-
message
Initializes the status bar's message.- Parameters:
message
- the text of the displayed message.- Returns:
- the description instance with the update state (builder pattern).
-
classPath
Initializes the status bar's classPath.- Parameters:
classPath
- the hierarchy of the object's Oracle class.- Returns:
- the description instance with the update state (builder pattern).
-
classPath
Initializes the status bar's classPath.- Parameters:
classPath
- the hierarchy of the object's Oracle class.- Returns:
- the description instance with the update state (builder pattern).
-
enabled
Indicates whether the object is enable.- Parameters:
enabled
- true to set as enabled.- Returns:
- the description instance with the update state (builder pattern).
-