Uses of Class
org.primefaces.showcase.domain.Document
Packages that use Document
Package
Description
-
Uses of Document in org.primefaces.showcase.domain
Methods in org.primefaces.showcase.domain with parameters of type Document -
Uses of Document in org.primefaces.showcase.service
Methods in org.primefaces.showcase.service that return types with arguments of type DocumentModifier and TypeMethodDescriptionDocumentService.createCheckboxDocuments()DocumentService.createDocuments() -
Uses of Document in org.primefaces.showcase.view.data.treetable
Methods in org.primefaces.showcase.view.data.treetable that return DocumentMethods in org.primefaces.showcase.view.data.treetable that return types with arguments of type DocumentModifier and TypeMethodDescriptionBasicView.getMultipleSelectedDocuments()BasicView.getRoot()ColumnsView.getRoot()ContextMenuView.getRoot()EditView.getRoot()EventsView.getRoot()MultiViewStateView.getRoot()ScrollableView.getRoot1()SelectionView.getRoot1()EditView.getRoot2()ScrollableView.getRoot2()SelectionView.getRoot2()EditView.getRoot3()ScrollableView.getRoot3()SelectionView.getRoot3()ContextMenuView.getSelectedNode()EventsView.getSelectedNode()SelectionView.getSelectedNode()SelectionView.getSelectedNodes1()SelectionView.getSelectedNodes2()Methods in org.primefaces.showcase.view.data.treetable with parameters of type DocumentModifier and TypeMethodDescriptionvoidBasicView.setSelectedDocument(Document selectedDocument) voidMultiViewStateView.someAction(Document document) Method parameters in org.primefaces.showcase.view.data.treetable with type arguments of type DocumentModifier and TypeMethodDescriptionvoidBasicView.setMultipleSelectedDocuments(List<Document> multipleSelectedDocuments) voidContextMenuView.setSelectedNode(TreeNode<Document> selectedNode) voidEventsView.setSelectedNode(TreeNode<Document> selectedNode) voidSelectionView.setSelectedNode(TreeNode<Document> selectedNode)