| Constructor and Description |
|---|
SelectEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildren(SelectTag.SelectEntry entry) |
List<SelectTag.SelectEntry> |
getChildren() |
String |
getDisplay() |
String |
getGrouped() |
String |
getValue() |
void |
setDisplay(String display) |
void |
setGrouped(String grouped) |
void |
setValue(String value) |
public List<SelectTag.SelectEntry> getChildren()
public void addChildren(SelectTag.SelectEntry entry)
children - the children to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic String getDisplay()
public void setDisplay(String display)
display - the display to setpublic String getGrouped()
public void setGrouped(String grouped)
grouped - the grouped to setCopyright © 2020. All rights reserved.