RichFaces Showcase 4.1.0.20111101-M4

Uses of Class
org.richfaces.demo.tables.model.cars.InventoryItem

Packages that use InventoryItem
org.richfaces.demo.tables   
 

Uses of InventoryItem in org.richfaces.demo.tables
 

Methods in org.richfaces.demo.tables that return InventoryItem
 InventoryItem CarsBean.getEditedCar()
           
 

Methods in org.richfaces.demo.tables that return types with arguments of type InventoryItem
 List<InventoryItem> CarsBean.createCar(String vendor, String model, int count)
           
 List<InventoryItem> CarsBean.getAllInventoryItems()
           
 List<InventoryItem> ExtTableSelectionBean.getInventoryItems()
           
 List<InventoryItem> ExtTableSelectionBean.getSelectionItems()
           
 

Methods in org.richfaces.demo.tables with parameters of type InventoryItem
 void CarsBean.setEditedCar(InventoryItem editedCar)
           
 

Method parameters in org.richfaces.demo.tables with type arguments of type InventoryItem
 void ExtTableSelectionBean.setInventoryItems(List<InventoryItem> inventoryItems)
           
 void ExtTableSelectionBean.setSelectionItems(List<InventoryItem> selectionItems)
           
 


RichFaces Showcase 4.1.0.20111101-M4

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