Class EditView
- java.lang.Object
-
- org.primefaces.showcase.view.data.treetable.EditView
-
- All Implemented Interfaces:
Serializable
@Named("ttEditView") @ViewScoped public class EditView extends Object implements Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EditView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeNode<Document>getRoot()TreeNode<Document>getRoot2()TreeNode<Document>getRoot3()voidinit()voidonCellEdit(CellEditEvent event)voidonRowCancel(RowEditEvent<TreeNode> event)voidonRowEdit(RowEditEvent<TreeNode> event)voidsetService(DocumentService service)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
setService
public void setService(DocumentService service)
-
onRowEdit
public void onRowEdit(RowEditEvent<TreeNode> event)
-
onRowCancel
public void onRowCancel(RowEditEvent<TreeNode> event)
-
onCellEdit
public void onCellEdit(CellEditEvent event)
-
-