protected abstract static class StatusBarDescription.Init<T extends StatusBarDescription.Init<T>> extends UiObjectBaseDescription.Init<T>
Modifier | Constructor and Description |
---|---|
protected |
Init() |
Modifier and Type | Method and Description |
---|---|
StatusBarDescription |
build()
Returns the built description instance (builder pattern).
|
T |
items(java.lang.String[] items)
Initializes the items in the StatusBarDescription.
|
T |
itemsCount(java.lang.Integer count)
Initializes the number of items in the StatusBarDescription.
|
absoluteLocation, absoluteLocation, absoluteLocation, accessibleName, accessibleName, attachedText, attachedText, enabled, focused, location, location, location, nativeClass, nativeClass, size, size, size, text, text, visible, windowClassRegExp, windowClassRegExp, windowExtendedStyle, windowExtendedStyle, windowId, windowStyle, windowStyle, windowTitleRegExp, windowTitleRegExp
index, self, vri, vri
public StatusBarDescription build()
DescriptionBase.Init
build
in class DescriptionBase.Init<T extends StatusBarDescription.Init<T>>
public T items(java.lang.String[] items)
items
- the items in the StatusBarDescription.public T itemsCount(java.lang.Integer count)
count
- the number of items in the StatusBarDescription.