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

Packages that use SelectOption
org.exoplatform.faq.webui   
 

Uses of SelectOption in org.exoplatform.faq.webui
 

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

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

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

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



Copyright © 2012 eXo Platform SAS. All Rights Reserved.