public final class PickListInputItem extends InputItem
Constructor and Description |
---|
PickListInputItem(String inputId,
String title,
PickListItems items) |
PickListInputItem(String inputId,
String title,
String subtitle,
PickListItems items) |
PickListInputItem(String inputId,
String title,
String subtitle,
PickListItems items,
PickListItem value) |
Modifier and Type | Method and Description |
---|---|
PickListItems |
getItems() |
PickListItem |
getValue() |
void |
setItems(PickListItems items) |
void |
setValue(PickListItem value) |
getInputId, setInputId
getSubtitle, getTag, getTitle, setSubtitle, setTag, setTitle, toString
public PickListInputItem(String inputId, String title, PickListItems items)
public PickListInputItem(String inputId, String title, String subtitle, PickListItems items)
public PickListInputItem(String inputId, String title, String subtitle, PickListItems items, PickListItem value)
public PickListItems getItems()
public void setItems(PickListItems items)
items
- the items to setpublic PickListItem getValue()
public void setValue(PickListItem value)
value
- the value to setCopyright © 2015 MMSOFT Design. All Rights Reserved.