Class ContextMenuView
- java.lang.Object
-
- org.primefaces.showcase.view.data.treetable.ContextMenuView
-
- All Implemented Interfaces:
Serializable
@Named("ttContextMenuView") @ViewScoped public class ContextMenuView extends Object implements Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContextMenuView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteNode()TreeNode<Document>getRoot()TreeNode<Document>getSelectedNode()voidinit()voidsetSelectedNode(TreeNode<Document> selectedNode)voidsetService(DocumentService service)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
setService
public void setService(DocumentService service)
-
deleteNode
public void deleteNode()
-
-