Uses of Class
org.exoplatform.answer.webui.SelectItem

Packages that use SelectItem
org.exoplatform.answer.webui   
org.exoplatform.answer.webui.popup   
 

Uses of SelectItem in org.exoplatform.answer.webui
 

Subclasses of SelectItem in org.exoplatform.answer.webui
 class SelectOption
          An item in a UIFormInputItemSelector Each item is actually held in a SelectItemCategory, which is held by the UIFormInputItemSelector
 class SelectOptionGroup
          Represents an optgroup in a select element Holds a list of SelectItemOption that represent the options inside this optgroup
 

Methods in org.exoplatform.answer.webui that return types with arguments of type SelectItem
 List<SelectItem> UIFormSelectBoxWithGroups.getOptions()
           
 

Method parameters in org.exoplatform.answer.webui with type arguments of type SelectItem
 UIFormSelectBoxWithGroups UIFormSelectBoxWithGroups.setOptions(List<SelectItem> options)
           
 

Constructor parameters in org.exoplatform.answer.webui with type arguments of type SelectItem
UIFormSelectBoxWithGroups(String name, String bindingExpression, List<SelectItem> options)
           
 

Uses of SelectItem in org.exoplatform.answer.webui.popup
 

Methods in org.exoplatform.answer.webui.popup that return types with arguments of type SelectItem
 List<SelectItem> UIAddressEmailsForm.getOptions()
           
 



Copyright © 2003–2014 eXo Platform SAS. All rights reserved.