public class ExpandBarDescription extends UiObjectBaseDescription
Modifier and Type | Class and Description |
---|---|
static class |
ExpandBarDescription.Builder
This class can be used to construct an instance of the ExpandBarDescription class using the builder pattern.
|
protected static class |
ExpandBarDescription.Init<T extends ExpandBarDescription.Init<T>>
Helper class for ExpandBarDescription.Builder.
|
Modifier | Constructor and Description |
---|---|
|
ExpandBarDescription()
Initializes a new instance of the ExpandBarDescription class.
|
protected |
ExpandBarDescription(ExpandBarDescription.Init<?> init)
Initializes a new instance of the ExpandBarDescription class using the Builder pattern.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getExpandedItems()
Returns the expanded items in the ExpandBar.
|
java.lang.Integer |
getItemsCount()
Returns the number of ExpandBar items in the ExpandBar.
|
void |
setExpandedItems(java.lang.String[] expandedItems)
Sets the expanded items in the ExpandBar.
|
void |
setItemsCount(java.lang.Integer itemsCount)
Sets the number of ExpandBar items in the ExpandBar.
|
getAbsoluteLocation, getAttachedText, getBackgroundColor, getForegroundColor, getLabel, getLocation, getNativeClass, getObjectName, getPath, getSize, getTagName, isEnabled, isFocused, isVisible, setAbsoluteLocation, setAbsoluteLocation, setAbsoluteLocation, setAttachedText, setAttachedText, setBackgroundColor, setBackgroundColor, setEnabled, setFocused, setForegroundColor, setForegroundColor, setLabel, setLabel, setLocation, setLocation, setLocation, setNativeClass, setNativeClass, setObjectName, setObjectName, setPath, setPath, setSize, setSize, setSize, setTagName, setTagName, setVisible
cloneTo, getIndex, getIndexType, getVRI, setIndex, setIndexType, setVRI, setVRI
clone
getValueAs, getValueAsStringProperty, insertValue
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone
public ExpandBarDescription()
protected ExpandBarDescription(ExpandBarDescription.Init<?> init)
init
- the Builder pattern.public void setItemsCount(java.lang.Integer itemsCount)
itemsCount
- the number of ExpandBar items in the ExpandBar.public java.lang.Integer getItemsCount()
public void setExpandedItems(java.lang.String[] expandedItems)
expandedItems
- the expanded items in the ExpandBar.public java.lang.String[] getExpandedItems()