|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TreeNode in com.tensegrity.wpalo.client |
---|
Methods in com.tensegrity.wpalo.client that return types with arguments of type TreeNode | |
---|---|
java.util.List<TreeNode> |
WPaloService.loadChildren(java.lang.String sessionId,
java.lang.String parentType,
java.lang.String viewId,
java.lang.String axisId,
java.lang.String parentId,
java.lang.String parentPath)
|
java.util.List<TreeNode> |
WPaloService.loadChildren(java.lang.String sessionId,
TreeNode node)
|
java.util.List<TreeNode> |
WPaloService.loadHierarchyTree(java.lang.String sessionId,
java.lang.String hierarchyId,
java.lang.String viewId,
java.lang.String axisId,
int level)
|
Methods in com.tensegrity.wpalo.client with parameters of type TreeNode | |
---|---|
java.util.List<TreeNode> |
WPaloService.loadChildren(java.lang.String sessionId,
TreeNode node)
|
void |
WPaloServiceProvider.loadChildren(java.lang.String sessionId,
TreeNode parent,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<TreeNode>> cb)
|
void |
WPaloServiceAsync.loadChildren(java.lang.String sessionId,
TreeNode parent,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<TreeNode>> cb)
|
Method parameters in com.tensegrity.wpalo.client with type arguments of type TreeNode | |
---|---|
void |
WPaloServiceProvider.loadChildren(java.lang.String sessionId,
java.lang.String parentType,
java.lang.String viewId,
java.lang.String axisId,
java.lang.String parentId,
java.lang.String parentPath,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<TreeNode>> cb)
|
void |
WPaloServiceAsync.loadChildren(java.lang.String sessionId,
java.lang.String parentType,
java.lang.String viewId,
java.lang.String axisId,
java.lang.String parentId,
java.lang.String parentPath,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<TreeNode>> cb)
|
void |
WPaloServiceProvider.loadChildren(java.lang.String sessionId,
TreeNode parent,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<TreeNode>> cb)
|
void |
WPaloServiceAsync.loadChildren(java.lang.String sessionId,
TreeNode parent,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<TreeNode>> cb)
|
void |
WPaloServiceProvider.loadHierarchyTree(java.lang.String sessionId,
java.lang.String hierarchyId,
java.lang.String viewId,
java.lang.String axisId,
int level,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<TreeNode>> cb)
|
void |
WPaloServiceAsync.loadHierarchyTree(java.lang.String sessionId,
java.lang.String hierarchyId,
java.lang.String viewId,
java.lang.String axisId,
int level,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<TreeNode>> cb)
|
Uses of TreeNode in com.tensegrity.wpalo.client.ui.model |
---|
Methods in com.tensegrity.wpalo.client.ui.model with parameters of type TreeNode | |
---|---|
void |
TreeNode.add(TreeNode[] children)
|
void |
TreeNode.addChild(TreeNode child)
|
protected void |
TreeLoaderProxy.load(TreeNode loadConfig,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<TreeNode>> callback)
|
void |
TreeNode.setParent(TreeNode parent)
|
Method parameters in com.tensegrity.wpalo.client.ui.model with type arguments of type TreeNode | |
---|---|
protected void |
TreeLoaderProxy.load(TreeNode loadConfig,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<TreeNode>> callback)
|
void |
TreeNode.setChildren(java.util.List<TreeNode> children)
|
Constructors in com.tensegrity.wpalo.client.ui.model with parameters of type TreeNode | |
---|---|
TreeNode(TreeNode parent,
com.tensegrity.palo.gwt.core.client.models.XObject xObject)
|
|
TreeNode(TreeNode parent,
com.tensegrity.palo.gwt.core.client.models.XObject xObject,
boolean createPath)
|
Uses of TreeNode in com.tensegrity.wpalo.client.ui.mvc.cubeview |
---|
Methods in com.tensegrity.wpalo.client.ui.mvc.cubeview with parameters of type TreeNode | |
---|---|
protected void |
FullHierarchyTree.loadChildren(HasFastMSTreeItems parentItem,
TreeNode parentNode)
|
protected void |
LoDHierarchyTree.loadChildren(HasFastMSTreeItems parentItem,
TreeNode parentNode)
|
protected abstract void |
HierarchyTree.loadChildren(HasFastMSTreeItems parentItem,
TreeNode parentNode)
|
Method parameters in com.tensegrity.wpalo.client.ui.mvc.cubeview with type arguments of type TreeNode | |
---|---|
void |
DnDHierarchyTree.addSelection(java.util.List<TreeNode> nodes)
|
Uses of TreeNode in com.tensegrity.wpalo.client.ui.mvc.fasttree |
---|
Methods in com.tensegrity.wpalo.client.ui.mvc.fasttree that return TreeNode | |
---|---|
TreeNode |
FastMSTreeItem.getModel()
|
Methods in com.tensegrity.wpalo.client.ui.mvc.fasttree with parameters of type TreeNode | |
---|---|
void |
FastMSTreeItem.setModel(TreeNode node)
|
Uses of TreeNode in com.tensegrity.wpalo.client.ui.mvc.viewmode |
---|
Methods in com.tensegrity.wpalo.client.ui.mvc.viewmode with parameters of type TreeNode | |
---|---|
void |
ViewModeEditor.set(TreeNode input)
|
Uses of TreeNode in com.tensegrity.wpalo.server |
---|
Methods in com.tensegrity.wpalo.server that return types with arguments of type TreeNode | |
---|---|
java.util.List<TreeNode> |
WPaloServiceImpl.loadChildren(java.lang.String sessionId,
java.lang.String parentType,
java.lang.String viewId,
java.lang.String axisId,
java.lang.String parentId,
java.lang.String parentPath)
|
java.util.List<TreeNode> |
WPaloServiceImpl.loadChildren(java.lang.String sessionId,
TreeNode node)
|
java.util.List<TreeNode> |
WPaloServiceImpl.loadHierarchyTree(java.lang.String sessionId,
java.lang.String hierarchyId,
java.lang.String viewId,
java.lang.String axisId,
int level)
|
Methods in com.tensegrity.wpalo.server with parameters of type TreeNode | |
---|---|
java.util.List<TreeNode> |
WPaloServiceImpl.loadChildren(java.lang.String sessionId,
TreeNode node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |