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:
  • Constructor Details

    • AddRowView

      public AddRowView()
  • Method Details

    • init

      @PostConstruct public void init()
    • getProducts1

      public List<Product> getProducts1()
    • setService

      public void setService(ProductService service)
    • onRowEdit

      public void onRowEdit(RowEditEvent<Product> event)
    • onRowCancel

      public void onRowCancel(RowEditEvent<Product> event)
    • onAddNew

      public void onAddNew()