Uses of Class
org.exoplatform.webui.core.model.SelectItem
Packages that use SelectItem
-
Uses of SelectItem in org.exoplatform.webui.core.model
Subclasses of SelectItem in org.exoplatform.webui.core.modelModifier and TypeClassDescriptionclassCreated by The eXo Platform SARL Author : Philippe Aristote philippe.aristote@gmail.com An item in a UIFormInputItemSelector Each item is actually held in a SelectItemCategory, which is held by the UIFormInputItemSelectorclassRepresents an optgroup in a select element Holds a list of SelectItemOption that represent the options inside this optgroup -
Uses of SelectItem in org.exoplatform.webui.form
Methods in org.exoplatform.webui.form that return types with arguments of type SelectItemMethod parameters in org.exoplatform.webui.form with type arguments of type SelectItemConstructor parameters in org.exoplatform.webui.form with type arguments of type SelectItemModifierConstructorDescriptionUIFormSelectBoxWithGroups(String name, String bindingExpression, List<SelectItem> options)