Uses of Class
org.jboss.seam.annotations.selectitems.SelectItems

Packages that use SelectItems
org.jboss.seam.databinding.selectitems SelectItems DataBinder implementation classes. 
 

Uses of SelectItems in org.jboss.seam.databinding.selectitems
 

Methods in org.jboss.seam.databinding.selectitems with parameters of type SelectItems
 Object SelectItemsBinder.getSelection(SelectItems arg0, List<SelectItem> arg1)
           
 String SelectItemsBinder.getVariableName(SelectItems ann)
           
 ScopeType SelectItemsBinder.getVariableScope(SelectItems ann)
           
 List SelectItemsBinder.getWrappedData(SelectItems ann, List<SelectItem> list)
           
 boolean SelectItemsBinder.isDirty(SelectItems ann, List<SelectItem> existingData, List list)
           
 List<SelectItem> SelectItemsBinder.wrap(SelectItems ann, List list)