Class BasicView
- java.lang.Object
-
- org.primefaces.showcase.view.data.tree.BasicView
-
- All Implemented Interfaces:
Serializable
@Named("treeBasicView") @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 booleancustomFilter(TreeNode treeNode, Object filter, Locale locale)TreeNodegetRoot()voidinit()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getRoot
public TreeNode getRoot()
-
-