com.ptc.core.ca.co.client.action
Class CoSimpleActionHandler

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElementHandler
      extended by com.ptc.core.ca.co.client.action.CoActionHandler
          extended by com.ptc.core.ca.co.client.action.CoSimpleActionHandler
All Implemented Interfaces:
CoModelHandler

Deprecated.

@Deprecated
public abstract class CoSimpleActionHandler
extends CoActionHandler

CoSimpleActionHandler implements the handling of the model update for an action element using so-called "simple" approach. An action handler must extend this class when an action doer extends CoSimpleActionDoer.

Supported API: true

Extendable: false


Method Summary
protected  CoActionHandlerData newActionHandlerData()
          Deprecated. Creates and returns an instance of CoSimpleActionHandlerData.
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoActionHandler
getActionDoer, getActionDoerConfig, initActionModel, newModel, performOperation, updateActionModel, updateModel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newActionHandlerData

protected CoActionHandlerData newActionHandlerData()
Deprecated. 
Creates and returns an instance of CoSimpleActionHandlerData.

Supported API: true

Overrides:
newActionHandlerData in class CoActionHandler
Returns:
CoActionHandlerData