Uses of Class
wt.templateutil.table.TreeTableNode

Packages that use TreeTableNode
com.ptc.core.HTMLtemplateutil.server.processors   
com.ptc.windchill.cadx.common.treetable   
wt.templateutil.components Defines HTMLComponents that can be retrieved from the HTMLComponentFactory
 

Uses of TreeTableNode in com.ptc.core.HTMLtemplateutil.server.processors
 

Methods in com.ptc.core.HTMLtemplateutil.server.processors that return TreeTableNode
 TreeTableNode ProductStructureTreeNode.asTreeTableNode()
           
 

Uses of TreeTableNode in com.ptc.windchill.cadx.common.treetable
 

Methods in com.ptc.windchill.cadx.common.treetable that return TreeTableNode
static TreeTableNode TreeTableUtilities.addPersistableToTree(Persistable persistable, boolean hasChildren, Enumeration siblings, TreeTableNode treeNode, int identifier)
          Add the specified persistable to the specified tree node.
static TreeTableNode TreeTableUtilities.createTreeNode(Persistable persistable, boolean hasChildren, Enumeration siblings, int identifier)
          For the specified persistable user object, create a non-open Tree Node.
protected  TreeTableNode AbstractTreeTableStructureNavigateProcessor.getNode(int targetIndex)
           
 

Methods in com.ptc.windchill.cadx.common.treetable with parameters of type TreeTableNode
static int TreeTableUtilities.addPersistablesToTreeNodeAndTableRowData(Enumeration persistables, TreeTableNode treeNode, Vector rowDataObjects, int targetIndex)
          Add the specified persistable objects to the specified tree table node.
static int TreeTableUtilities.addEPMDocsToTreeNodeAndTableRowData(Enumeration persistables, TreeTableNode treeNode, Vector rowDataObjects, int targetIndex)
          Add the specified EPMDocument objects to the specified tree table node.
static int TreeTableUtilities.addPersistablesToTree(Enumeration subResult, TreeTableNode treeNode, int identifier)
          Add the specified list of persistable objects as tree nodes to the specified tree node.
static TreeTableNode TreeTableUtilities.addPersistableToTree(Persistable persistable, boolean hasChildren, Enumeration siblings, TreeTableNode treeNode, int identifier)
          Add the specified persistable to the specified tree node.
private  Vector AbstractTreeTableStructureNavigateProcessor.remove(Vector vec, TreeTableNode node)
          Remove the specified node from the list of the row data objects.
protected  int AbstractTreeTableStructureNavigateProcessor.expand(TreeTableNode targetNode, int targetIndex, boolean actionIsOpening, boolean actionIsRecursive)
          For each child of specified tree node, get the next level (grand) children so that we always have cached the objects for two levels for any opened node.
 

Uses of TreeTableNode in wt.templateutil.components
 

Methods in wt.templateutil.components with parameters of type TreeTableNode
 String SubmitTreeNodeFunctionDelegate.getSubmitTreeNodeFunction(TreeTableNode node, String openOrClose)