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

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.CoInPlaceActionHandler
              extended by com.ptc.core.ca.co.client.action.CoSimpleInPlaceActionHandler
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
CoClipboardActionHandler, CoSimpleCloseFrameAndRefreshActionHandler, CoTreeNodeActionHandler, CoWizardActionHandler, WebSimpleInPlaceActionHandler

Deprecated.

@Deprecated
public abstract class CoSimpleInPlaceActionHandler
extends CoInPlaceActionHandler

CoSimpleInPlaceActionHandler provides a base class for a "simple" action handler to be used to configure "in place" action.

Supported API: true

Extendable: false


Method Summary
protected  CoActionHandlerData newActionHandlerData()
          Deprecated. Creates and returns a new instance of CoSimpleActionHandlerData.
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoInPlaceActionHandler
newModel, updateActionModel
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoActionHandler
getActionDoer, getActionDoerConfig, initActionModel, performOperation, 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 a new instance of CoSimpleActionHandlerData.

Supported API: true

Overrides:
newActionHandlerData in class CoActionHandler
Returns:
CoActionHandlerData