com.ptc.core.ca.co.client.tree
Class CoDefaultTreeNodeActionDoer

java.lang.Object
  extended by com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
      extended by com.ptc.core.ca.co.client.tree.CoTreeNodeActionDoer
          extended by com.ptc.core.ca.co.client.tree.CoDefaultTreeNodeActionDoer
All Implemented Interfaces:
CoActionDoer, CoDoer

Deprecated.

@Deprecated
public class CoDefaultTreeNodeActionDoer
extends CoTreeNodeActionDoer



Supported API: true

Extendable: false


Method Summary
 void expand(CoTreeNodeInstance node_instance, CoSimpleActionHandlerData execData)
          Deprecated. Expands the node in the data tree.
 
Methods inherited from class com.ptc.core.ca.co.client.tree.CoTreeNodeActionDoer
canExecute, contract, execute, getNodeInstance, isRelevant
 
Methods inherited from class com.ptc.core.ca.co.client.simple.CoSimpleActionDoer
canExecute, execute, isRelevant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

expand

public void expand(CoTreeNodeInstance node_instance,
                   CoSimpleActionHandlerData execData)
            throws WTException
Deprecated. 
Expands the node in the data tree.

Supported API: true

Specified by:
expand in class CoTreeNodeActionDoer
Parameters:
node_instance -
execData -
Throws:
WTException