public class ListDescription extends UiObjectBaseDescription
Modifier and Type | Class and Description |
---|---|
static class |
ListDescription.Builder
This class can be used to construct an instance of the ListDescription class using the builder pattern.
|
protected static class |
ListDescription.Init<T extends ListDescription.Init<T>>
Helper class for ListDescription.Builder.
|
Modifier | Constructor and Description |
---|---|
|
ListDescription()
Initializes a new instance of the ListDescription class.
|
protected |
ListDescription(ListDescription.Init<?> init)
Initializes a new instance of the ListDescription class using the Builder pattern.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getItemsCount()
Returns the number of items in the list.
|
java.lang.String[] |
getSelectedItems()
Returns the selected items in the list.
|
void |
setItemsCount(java.lang.Integer count)
Sets the number of items in the list.
|
void |
setSelectedItems(java.lang.String[] items)
Sets the selected items in the list.
|
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 ListDescription()
protected ListDescription(ListDescription.Init<?> init)
init
- the Builder pattern.public void setSelectedItems(java.lang.String[] items)
items
- the selected items in the list.public java.lang.String[] getSelectedItems()
public void setItemsCount(java.lang.Integer count)
count
- the number of items in the list.public java.lang.Integer getItemsCount()