Uses of Class
org.exoplatform.webui.core.model.SelectOption
Packages that use SelectOption
-
Uses of SelectOption in org.exoplatform.webui.core.model
Methods in org.exoplatform.webui.core.model that return types with arguments of type SelectOptionMethods in org.exoplatform.webui.core.model with parameters of type SelectOptionModifier and TypeMethodDescriptionvoidSelectOptionGroup.addOption(SelectOption option) Adds a SelectItemOption to the listMethod parameters in org.exoplatform.webui.core.model with type arguments of type SelectOptionConstructor parameters in org.exoplatform.webui.core.model with type arguments of type SelectOption -
Uses of SelectOption in org.exoplatform.webui.form
Method parameters in org.exoplatform.webui.form with type arguments of type SelectOptionModifier and TypeMethodDescriptionUIFormSelectBoxWithGroups.addOptionGroup(String label, List<SelectOption> options)