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 SummaryConstructors
- 
Method SummaryModifier 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.InitabsoluteLocation, 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, windowTitleRegExpMethods 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- DescriptionBase.Init<T extends StatusBarDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
itemsInitializes the items in the status bar.- Parameters:
- items- the items in the status bar.
- Returns:
- the description instance with the update state (builder pattern)
 
- 
itemsCountInitializes the number of items in the status bar.- Parameters:
- count- the item count
- Returns:
- the description instance with the update state (builder pattern)
 
- 
rightAlignedInitializes 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)
 
- 
rightToLeftLayoutInitializes 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)
 
- 
rightToLeftReadingInitializes 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)
 
- 
attachedTextInitializes the static text that is attached to this object.- Parameters:
- attachedText- a- StringPropertyor- RegExpProperty
- Returns:
- the description instance with the update state (builder pattern)
 
- 
attachedTextInitializes the static text that is attached to this object.- Parameters:
- attachedText- the static text
- Returns:
- the description instance with the update state (builder pattern)
 
- 
windowExtendedStyleSets 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.
 
- 
windowStyleSets 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.
 
- 
windowExtendedStyleSets 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.
 
- 
windowStyleSets 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.
 
 
-