Uses of Interface
de.digitalcollections.model.api.view.SelectOption
| Package | Description |
|---|---|
| de.digitalcollections.model.api.view | |
| de.digitalcollections.model.impl.view |
-
Uses of SelectOption in de.digitalcollections.model.api.view
Methods in de.digitalcollections.model.api.view that return SelectOption Modifier and Type Method Description SelectOptionSelectList. getSelectedOption()Methods in de.digitalcollections.model.api.view that return types with arguments of type SelectOption Modifier and Type Method Description java.util.List<SelectOption>SelectList. getOptions()Methods in de.digitalcollections.model.api.view with parameters of type SelectOption Modifier and Type Method Description voidSelectList. addOption(SelectOption option)voidSelectList. setSelectedOption(SelectOption selectedOption)Method parameters in de.digitalcollections.model.api.view with type arguments of type SelectOption Modifier and Type Method Description voidSelectList. setOptions(java.util.List<SelectOption> options) -
Uses of SelectOption in de.digitalcollections.model.impl.view
Classes in de.digitalcollections.model.impl.view that implement SelectOption Modifier and Type Class Description classSelectOptionImplMethods in de.digitalcollections.model.impl.view that return SelectOption Modifier and Type Method Description SelectOptionSelectListImpl. getSelectedOption()Methods in de.digitalcollections.model.impl.view that return types with arguments of type SelectOption Modifier and Type Method Description java.util.List<SelectOption>SelectListImpl. getOptions()Methods in de.digitalcollections.model.impl.view with parameters of type SelectOption Modifier and Type Method Description voidSelectListImpl. addOption(SelectOption option)voidSelectListImpl. setSelectedOption(SelectOption selectedOption)Method parameters in de.digitalcollections.model.impl.view with type arguments of type SelectOption Modifier and Type Method Description voidSelectListImpl. setOptions(java.util.List<SelectOption> options)