Uses of Class
org.primefaces.showcase.view.data.tree.FileInfo
-
Packages that use FileInfo Package Description org.primefaces.showcase.view.data.tree -
-
Uses of FileInfo in org.primefaces.showcase.view.data.tree
Methods in org.primefaces.showcase.view.data.tree that return types with arguments of type FileInfo Modifier and Type Method Description List<TreeNode<FileInfo>>LazyLoadingTreeNode. getChildren()protected List<TreeNode<FileInfo>>LazyLoadingTreeNode. initChildren()static List<FileInfo>LazyLoadingView. listFiles(String parentFolder)Constructors in org.primefaces.showcase.view.data.tree with parameters of type FileInfo Constructor Description LazyLoadingTreeNode(FileInfo data, Function<String,List<FileInfo>> loadFunction)Constructor parameters in org.primefaces.showcase.view.data.tree with type arguments of type FileInfo Constructor Description LazyLoadingTreeNode(FileInfo data, Function<String,List<FileInfo>> loadFunction)
-