public class ListItem
extends java.lang.Object
The ListItem
holds the list of data in a UI component like radioGroup, picklist(Choice), list etc.
WorkItemConnector
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SEPARATOR_VALUE_KEY |
Constructor and Description |
---|
ListItem()
Constructs an empty list
|
ListItem(java.util.Map<java.lang.Object,java.lang.String> entries)
Constructs a list of item with specified information in the map.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Object,java.lang.String> |
getListEntries()
Retrieves the list content, the list entries is a <value object, attribute name > map.
|
void |
sortByValue(java.lang.Enum order) |