| Package | Description |
|---|---|
| org.richfaces.demo.tables |
| Modifier and Type | Method and Description |
|---|---|
InventoryItem |
CarsBean.getEditedCar() |
InventoryItem |
ExtTableSelectionBean.getSelectionItem() |
| Modifier and Type | Method and Description |
|---|---|
List<InventoryItem> |
CarsBean.createCar(String vendor,
String model,
int count) |
List<InventoryItem> |
CarsBean.getAllInventoryItems() |
List<InventoryItem> |
ExtTableSelectionBean.getInventoryItems() |
List<InventoryItem> |
ExtTableSelectionBean.getSelectionItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
CarsBean.setEditedCar(InventoryItem editedCar) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtTableSelectionBean.setInventoryItems(List<InventoryItem> inventoryItems) |
void |
ExtTableSelectionBean.setSelectionItems(List<InventoryItem> selectionItems) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.