public static class SelectType.SelectInputEntryGroup extends Object
| Constructor and Description |
|---|
SelectInputEntryGroup(String label) |
SelectInputEntryGroup(String label,
List<SelectType.SelectInputEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSelectInputEntry(SelectType.SelectInputEntry entry) |
List<SelectType.SelectInputEntry> |
getEntries() |
String |
getLabel() |
public SelectInputEntryGroup(String label, List<SelectType.SelectInputEntry> entries)
public SelectInputEntryGroup(String label)
public void addSelectInputEntry(SelectType.SelectInputEntry entry)
public String getLabel()
public List<SelectType.SelectInputEntry> getEntries()
Copyright © 2019. All rights reserved.