RichFaces Showcase 4.1.0.20111101-M4

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.1.0.20111101-M4

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.