Class AddRowView
- java.lang.Object
-
- org.primefaces.showcase.view.data.datatable.AddRowView
-
- All Implemented Interfaces:
Serializable
@Named("dtAddRowView") @ViewScoped public class AddRowView extends Object implements Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddRowView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Product>getProducts1()voidinit()voidonAddNew()voidonRowCancel(RowEditEvent<Product> event)voidonRowEdit(RowEditEvent<Product> event)voidsetService(ProductService service)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
setService
public void setService(ProductService service)
-
onRowEdit
public void onRowEdit(RowEditEvent<Product> event)
-
onRowCancel
public void onRowCancel(RowEditEvent<Product> event)
-
onAddNew
public void onAddNew()
-
-