org.richfaces.demo.tables
Class CarsBean
java.lang.Object
org.richfaces.demo.tables.CarsBean
- All Implemented Interfaces:
- Serializable
public class CarsBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CarsBean
public CarsBean()
switchAjaxLoading
public void switchAjaxLoading(javax.faces.event.ValueChangeEvent event)
remove
public void remove()
store
public void store()
getVendorOptions
public List<javax.faces.model.SelectItem> getVendorOptions()
getAllVendors
public List<String> getAllVendors()
getInventoryVendorLists
public List<InventoryVendorList> getInventoryVendorLists()
getAllInventoryItems
public List<InventoryItem> getAllInventoryItems()
createCar
public List<InventoryItem> createCar(String vendor,
String model,
int count)
getCurrentCarIndex
public int getCurrentCarIndex()
setCurrentCarIndex
public void setCurrentCarIndex(int currentCarIndex)
getEditedCar
public InventoryItem getEditedCar()
setEditedCar
public void setEditedCar(InventoryItem editedCar)
getPage
public int getPage()
setPage
public void setPage(int page)
getClientRows
public int getClientRows()
setClientRows
public void setClientRows(int clientRows)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.