T - the generic typepublic class ThreeDropDownChoicesModel<T> extends TwoDropDownChoicesModel<T>
| Constructor and Description |
|---|
ThreeDropDownChoicesModel(T selectedOption,
Map<T,List<T>> modelsMap,
List<T> selectedValuesChoices)
Instantiates a new generic three drop down choices model.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addSelectedValue(T selectedValue)
Adds the selected value.
|
boolean |
containsSelectedValue(T selectedValue)
Contains selected value.
|
boolean |
removeSelectedValue(T selectedValue)
Removes the selected value.
|
getChildChoicespublic ThreeDropDownChoicesModel(T selectedOption, Map<T,List<T>> modelsMap, List<T> selectedValuesChoices)
selectedOption - the selected optionmodelsMap - the models mapselectedValuesChoices - the selected values choicespublic boolean addSelectedValue(T selectedValue)
selectedValue - the selected valuepublic boolean containsSelectedValue(T selectedValue)
selectedValue - the selected valuepublic boolean removeSelectedValue(T selectedValue)
selectedValue - the selected valueCopyright © 2010–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.