Class LazyLoadingView
- java.lang.Object
-
- org.primefaces.showcase.view.data.tree.LazyLoadingView
-
- All Implemented Interfaces:
Serializable
@Named("treeLazyLoadingView") @ViewScoped public class LazyLoadingView extends Object implements Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LazyLoadingView()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeNodegetRoot()voidinit()static List<FileInfo>listFiles(String parentFolder)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getRoot
public TreeNode getRoot()
-
-