RichFaces Showcase 4.3.1.Final

Uses of Class
org.richfaces.demo.tables.model.capitals.Capital

Packages that use Capital
org.richfaces.demo.autocomplete   
org.richfaces.demo.inplaces   
org.richfaces.demo.lists   
org.richfaces.demo.tables   
org.richfaces.demo.tables.model.capitals   
 

Uses of Capital in org.richfaces.demo.autocomplete
 

Methods in org.richfaces.demo.autocomplete that return types with arguments of type Capital
 List<Capital> AutocompleteBean.getCapitals()
           
 

Method parameters in org.richfaces.demo.autocomplete with type arguments of type Capital
 void AutocompleteBean.setCapitals(List<Capital> capitals)
           
 

Uses of Capital in org.richfaces.demo.inplaces
 

Method parameters in org.richfaces.demo.inplaces with type arguments of type Capital
 void InplaceSelectBean.setCapitals(List<Capital> capitals)
           
 

Uses of Capital in org.richfaces.demo.lists
 

Methods in org.richfaces.demo.lists that return types with arguments of type Capital
 List<Capital> ListSelectBean.getCapitals()
           
 List<Capital> ListSelectBean.getSelectedCapitals()
           
 

Method parameters in org.richfaces.demo.lists with type arguments of type Capital
 void ListSelectBean.setCapitals(List<Capital> capitals)
           
 void ListSelectBean.setSelectedCapitals(List<Capital> selectedCapitals)
           
 

Uses of Capital in org.richfaces.demo.tables
 

Methods in org.richfaces.demo.tables that return types with arguments of type Capital
 List<Capital> CapitalsBean.getCapitals()
           
 Comparator<Capital> CapitalsSortingBean.getTimeZoneComparator()
           
 

Method parameters in org.richfaces.demo.tables with type arguments of type Capital
 void CapitalsBean.setCapitals(List<Capital> capitals)
           
 

Uses of Capital in org.richfaces.demo.tables.model.capitals
 

Methods in org.richfaces.demo.tables.model.capitals that return types with arguments of type Capital
 List<Capital> CapitalsParser.getCapitalsList()
           
 


RichFaces Showcase 4.3.1.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.