Package com.hp.lft.sdk.winforms
Class StatusBarDescription.Init<T extends StatusBarDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.winforms.UiObjectDescriptionBase.Init<T>
com.hp.lft.sdk.winforms.StatusBarDescription.Init<T>
- Direct Known Subclasses:
StatusBarDescription.Builder
- Enclosing class:
- StatusBarDescription
protected abstract static class StatusBarDescription.Init<T extends StatusBarDescription.Init<T>>
extends UiObjectDescriptionBase.Init<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachedText
(StringProperty attachedText) Initializes the static text that is attached to this object.attachedText
(String attachedText) Initializes the static text that is attached to this object.build()
Returns the built description instance (builder pattern).Initializes the items in the status bar.itemsCount
(Integer count) Initializes the number of items in the status bar.rightAligned
(Boolean isRightAligned) Initializes whether the object has generic right-aligned properties.rightToLeftLayout
(Boolean isRightToLeftLayout) Initializes whether the object's horizontal origin is on the right edge.rightToLeftReading
(Boolean isRightToLeftReading) Initializes whether the object's text is displayed using right-to-left reading-order properties.windowExtendedStyle
(Long windowExtendedStyle) Sets the extended window style of the object as long.
Note: the two windowExtendedStyle overloads are mutually exclusive, using both will cause a runtime exception.windowExtendedStyle
(EnumSet<WindowExtendedStyles> windowExtendedStyle) Sets the extended window style of the object.windowStyle
(Long windowStyle) Sets the window style of the object as long.
Note: the two windowStyle overloads are mutually exclusive, using both will cause a runtime exception.windowStyle
(EnumSet<WindowStyles> windowStyle) Sets the window style of the object.Methods inherited from class com.hp.lft.sdk.winforms.UiObjectDescriptionBase.Init
absoluteLocation, absoluteLocation, absoluteLocation, childWindow, enabled, focused, fullNamePath, fullNamePath, fullType, fullType, location, location, location, nativeClass, nativeClass, objectName, objectName, ownedWindow, size, size, size, text, text, visible, windowClassRegExp, windowClassRegExp, windowId, windowTitleRegExp, windowTitleRegExp
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).
-
items
Initializes the items in the status bar.- Parameters:
items
- the items in the status bar.- Returns:
- the description instance with the update state (builder pattern)
-
itemsCount
Initializes the number of items in the status bar.- Parameters:
count
- the item count- Returns:
- the description instance with the update state (builder pattern)
-
rightAligned
Initializes whether the object has generic right-aligned properties.- Parameters:
isRightAligned
- true if has generic right-aligned properties- Returns:
- the description instance with the update state (builder pattern)
-
rightToLeftLayout
Initializes whether the object's horizontal origin is on the right edge.- Parameters:
isRightToLeftLayout
- true if horizontal origin on right edge- Returns:
- the description instance with the update state (builder pattern)
-
rightToLeftReading
Initializes whether the object's text is displayed using right-to-left reading-order properties.- Parameters:
isRightToLeftReading
- true if text is displayed right-to-left- Returns:
- the description instance with the update state (builder pattern)
-
attachedText
Initializes the static text that is attached to this object.- Parameters:
attachedText
- aStringProperty
orRegExpProperty
- Returns:
- the description instance with the update state (builder pattern)
-
attachedText
Initializes the static text that is attached to this object.- Parameters:
attachedText
- the static text- Returns:
- the description instance with the update state (builder pattern)
-
windowExtendedStyle
Sets the extended window style of the object. Possible values:WindowExtendedStyles
Note: the two windowExtendedStyle overloads are mutually exclusive, using both will cause a runtime exception.- Parameters:
windowExtendedStyle
- the extended window style of the object.- Returns:
- the extended window style of the object.
-
windowStyle
Sets the window style of the object. Possible values:WindowStyles
Note: the two windowStyle overloads are mutually exclusive, using both will cause a runtime exception.- Parameters:
windowStyle
- the window style of the object. Possible values:WindowStyles
- Returns:
- the window style of the object.
-
windowExtendedStyle
Sets the extended window style of the object as long.
Note: the two windowExtendedStyle overloads are mutually exclusive, using both will cause a runtime exception.- Parameters:
windowExtendedStyle
- the extended window style of the object as long.- Returns:
- the extended window style of the object.
-
windowStyle
Sets the window style of the object as long.
Note: the two windowStyle overloads are mutually exclusive, using both will cause a runtime exception.- Parameters:
windowStyle
- the window style of the object as long.- Returns:
- the window style of the object.
-