|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.simple.CoSimpleActionDoer
com.ptc.core.ca.co.client.tree.CoTreeNodeActionDoer
@Deprecated public abstract class CoTreeNodeActionDoer
The abstract class to be used a a base class for tree node doers. A tree
node doer is intended to be used by a tree node action such as "contract
node" or "expand node".
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
boolean |
canExecute(CoSimpleActionHandlerData execData)
Deprecated. Returns whether the action can be triggered. |
void |
contract(CoTreeNodeInstance node_instance,
CoSimpleActionHandlerData execData)
Deprecated. Contracts the node by modifying expanded status in the
data tree. |
void |
execute(CoSimpleActionHandlerData execData)
Deprecated. Contracts or expands the node based on its current status. |
abstract void |
expand(CoTreeNodeInstance node_instance,
CoSimpleActionHandlerData execData)
Deprecated. Expands the node in the data tree. |
CoTreeNodeInstance |
getNodeInstance(CoSimpleActionHandlerData execData)
Deprecated. Returns a node in the data tree corresponding to the node element the action is a descendent of. |
boolean |
isRelevant(CoSimpleActionHandlerData execData)
Deprecated. Returns whether the action is relevant to the current situation. |
| 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 |
|---|
public boolean isRelevant(CoSimpleActionHandlerData execData)
throws WTException
isRelevant in class CoSimpleActionDoerexecData -
WTException
public boolean canExecute(CoSimpleActionHandlerData execData)
throws WTException
canExecute in class CoSimpleActionDoerexecData -
WTException
public void execute(CoSimpleActionHandlerData execData)
throws WTException
execute in class CoSimpleActionDoerexecData -
WTException
public CoTreeNodeInstance getNodeInstance(CoSimpleActionHandlerData execData)
throws WTException
execData -
WTException
public void contract(CoTreeNodeInstance node_instance,
CoSimpleActionHandlerData execData)
throws WTException
expanded status in the
data tree.
node_instance - execData -
WTException
public abstract void expand(CoTreeNodeInstance node_instance,
CoSimpleActionHandlerData execData)
throws WTException
node_instance - execData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||