|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Crud
| Method Summary | |
|---|---|
String |
cancelItem()
Managed bean (controller) method to exit the crud detail view without saving. |
String |
createItem()
Managed bean (controller) method to create a new item on the CRUD detail view. |
String |
deleteItem()
Managed bean (controller) method to delete an selected item. |
String |
editItem()
Managed bean (controller) method to show and edit an selected item on the CRUD detail view. |
boolean |
getShowDetail()
Indicates if the crud component should show the crud detail view otherwise the crud master view is shown |
boolean |
isItemEditable()
Indicates wether an item shown in the CRUD detail view is editable. |
String |
saveItem()
Managed bean (controller) method to save changes to a existing item or save a newly created item on the crud detail view. |
String |
showItem()
Managed bean (controller) method to show an selected item on the CRUD detail view. |
| Method Detail |
|---|
boolean getShowDetail()
String deleteItem()
String showItem()
String editItem()
String createItem()
String saveItem()
String cancelItem()
boolean isItemEditable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||