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

Packages that use SelectOption
org.exoplatform.answer.webui   
 

Uses of SelectOption in org.exoplatform.answer.webui
 

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

Methods in org.exoplatform.answer.webui with parameters of type SelectOption
 void SelectOptionGroup.addOption(SelectOption option)
          Adds a SelectItemOption to the list
 

Method parameters in org.exoplatform.answer.webui with type arguments of type SelectOption
 UIFormSelectBoxWithGroups UIFormSelectBoxWithGroups.addOptionGroup(String label, List<SelectOption> options)
           
 void SelectOptionGroup.setOptions(List<SelectOption> options)
           
 

Constructor parameters in org.exoplatform.answer.webui with type arguments of type SelectOption
SelectOptionGroup(String label, List<SelectOption> list)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.