Uses of Class
de.xima.fc.gui.model.WebDAVTreeNodeData
-
Packages that use WebDAVTreeNodeData Package Description de.xima.fc.gui.bean.data de.xima.fc.gui.model.webdav de.xima.fc.workflow.designer.bean.nodes -
-
Uses of WebDAVTreeNodeData in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return types with arguments of type WebDAVTreeNodeData Modifier and Type Method Description org.primefaces.model.TreeNode<WebDAVTreeNodeData>WebDavConnectionBean. getRoot() -
Uses of WebDAVTreeNodeData in de.xima.fc.gui.model.webdav
Methods in de.xima.fc.gui.model.webdav that return types with arguments of type WebDAVTreeNodeData Modifier and Type Method Description static org.primefaces.model.TreeNode<WebDAVTreeNodeData>WebDavLazyTreeNodeAdapter. createRootNode(WebDavAccess webdav, boolean includeFiles, boolean expandRoot)Creates the root node for a lazy tree that shows the contents of the given WebDAV server connection, starting atWebDavAccess.getServerUrl().List<org.primefaces.model.TreeNode<WebDAVTreeNodeData>>WebDavLazyTreeNodeAdapter. loadChildren(WebDAVTreeNodeData data, LazyTreeNode<WebDAVTreeNodeData> node)Methods in de.xima.fc.gui.model.webdav with parameters of type WebDAVTreeNodeData Modifier and Type Method Description BooleanWebDavLazyTreeNodeAdapter. isLeaf(WebDAVTreeNodeData data, LazyTreeNode<WebDAVTreeNodeData> node)List<org.primefaces.model.TreeNode<WebDAVTreeNodeData>>WebDavLazyTreeNodeAdapter. loadChildren(WebDAVTreeNodeData data, LazyTreeNode<WebDAVTreeNodeData> node)Method parameters in de.xima.fc.gui.model.webdav with type arguments of type WebDAVTreeNodeData Modifier and Type Method Description BooleanWebDavLazyTreeNodeAdapter. isLeaf(WebDAVTreeNodeData data, LazyTreeNode<WebDAVTreeNodeData> node)List<org.primefaces.model.TreeNode<WebDAVTreeNodeData>>WebDavLazyTreeNodeAdapter. loadChildren(WebDAVTreeNodeData data, LazyTreeNode<WebDAVTreeNodeData> node) -
Uses of WebDAVTreeNodeData in de.xima.fc.workflow.designer.bean.nodes
Methods in de.xima.fc.workflow.designer.bean.nodes that return types with arguments of type WebDAVTreeNodeData Modifier and Type Method Description org.primefaces.model.TreeNode<WebDAVTreeNodeData>FcSaveToWebDavBean. getRoot()
-