Class EditView
java.lang.Object
org.primefaces.showcase.view.data.datatable.EditView
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()voidonCellEdit(CellEditEvent event) voidonRowCancel(RowEditEvent<Product> event) voidonRowEdit(RowEditEvent<Product> event) voidsetService(ProductService service)
-
Constructor Details
-
EditView
public EditView()
-
-
Method Details
-
init
@PostConstruct public void init() -
getProducts1
-
getProducts2
-
getProducts3
-
getInventoryStatusList
-
setService
-
onRowEdit
-
onRowCancel
-
onCellEdit
-