Uses of Interface
de.xima.fc.gui.model.tree.ILazyTreeNodeAdapter
-
Packages that use ILazyTreeNodeAdapter Package Description de.xima.fc.gui.model.tree de.xima.fc.gui.model.webdav -
-
Uses of ILazyTreeNodeAdapter in de.xima.fc.gui.model.tree
Constructors in de.xima.fc.gui.model.tree with parameters of type ILazyTreeNodeAdapter Constructor Description LazyTreeNode(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 ILazyTreeNodeAdapter Modifier and Type Class Description class
WebDavLazyTreeNodeAdapter
Tree node adapter for lazily loading the contents of a WebDAV directory.
-