public static class GroupedDropDownChoice.DropDownChoiceGroup<T> extends Object implements Serializable
DropDownChoiceGroup(String groupName)
DropDownChoiceGroup(String groupName, List<T> values)
void
add(T item)
String
getGroupName()
List<T>
getValues()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DropDownChoiceGroup(String groupName, List<T> values)
public DropDownChoiceGroup(String groupName)
public List<T> getValues()
public String getGroupName()
public void add(T item)