Uses of Interface
de.xima.fc.gui.model.tree.ILazyTreeNodeAdapter
Packages that use ILazyTreeNodeAdapter
-
Uses of ILazyTreeNodeAdapter in de.xima.fc.gui.model.tree
Constructors in de.xima.fc.gui.model.tree with parameters of type ILazyTreeNodeAdapterModifierConstructorDescriptionLazyTreeNode
(ILazyTreeNodeAdapter<T> adapter, String type, T data, String rowKey) Creates a new node without a parent, should be used for root nodes.LazyTreeNode
(ILazyTreeNodeAdapter<T> adapter, String type, T data, String rowKey, org.primefaces.model.TreeNode<T> parent) Creates a new node with a parent. -
Uses of ILazyTreeNodeAdapter in de.xima.fc.gui.model.webdav
Classes in de.xima.fc.gui.model.webdav that implement ILazyTreeNodeAdapterModifier and TypeClassDescriptionfinal class
Tree node adapter for lazily loading the contents of a WebDAV directory.