Class BasicView
- java.lang.Object
-
- org.primefaces.showcase.view.data.treetable.BasicView
-
- All Implemented Interfaces:
Serializable
@Named("ttBasicView") @ViewScoped public class BasicView extends Object implements Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BasicView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Document>getMultipleSelectedDocuments()org.primefaces.model.TreeNode<Document>getRoot()DocumentgetSelectedDocument()List<org.primefaces.model.SortMeta>getSortBy()voidinit()voidsetMultipleSelectedDocuments(List<Document> multipleSelectedDocuments)voidsetSelectedDocument(Document selectedDocument)voidsetService(DocumentService service)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getRoot
public org.primefaces.model.TreeNode<Document> getRoot()
-
setService
public void setService(DocumentService service)
-
getSelectedDocument
public Document getSelectedDocument()
-
setSelectedDocument
public void setSelectedDocument(Document selectedDocument)
-
getSortBy
public List<org.primefaces.model.SortMeta> getSortBy()
-
-