com.ptc.core.ca.co.client.picker
Class CoPickerOkActionDoer

java.lang.Object
  extended by com.ptc.core.ca.co.client.picker.CoPickerOkActionDoer
All Implemented Interfaces:
CoActionDoer, CoDoer
Direct Known Subclasses:
CoObjectListPickerOkActionDoer, CoPropertyPickerOkActionDoer

Deprecated.

@Deprecated
public abstract class CoPickerOkActionDoer
extends Object
implements CoActionDoer



Supported API: true

Extendable: false


Method Summary
 boolean canExecute(CoActionHandlerData execData)
          Deprecated. Returns whether the action can be triggered.
 boolean isRelevant(CoActionHandlerData execData)
          Deprecated. Returns whether the action is relevant to the current situation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

canExecute

public boolean canExecute(CoActionHandlerData execData)
                   throws WTException
Deprecated. 
Returns whether the action can be triggered.

Returns true.

Supported API: true

Parameters:
execData -
Returns:
boolean
Throws:
WTException

isRelevant

public boolean isRelevant(CoActionHandlerData execData)
                   throws WTException
Deprecated. 
Returns whether the action is relevant to the current situation. The action may not be relevant when the licensing limitaions or the application logic prevent it from appearing in the GUI.

Returns true.

Supported API: true

Parameters:
execData -
Returns:
boolean
Throws:
WTException