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

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
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
CoPageInPlaceActionHandler, CoPageSelectActionHandler, CoSimpleInPlaceActionHandler, WebInPlaceActionHandler

Deprecated.

@Deprecated
public abstract class CoInPlaceActionHandler
extends CoActionHandler

CoInPlaceActionHandler provides a base class for an action handler to be used to configure "in place" action. An action is considered in place when triggering it does not change the location of its frame.

Supported API: true

Extendable: false


Method Summary
protected  CoActionModel newModel()
          Deprecated. Creates and returns an instance of CoInPlaceActionModel.
protected  void updateActionModel(CoAction action, CoEnvData envData)
          Deprecated. updates model to set up the confirmation framew reference

Supported API: true
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoActionHandler
getActionDoer, getActionDoerConfig, initActionModel, newActionHandlerData, performOperation, updateModel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newModel

protected CoActionModel newModel()
Deprecated. 
Creates and returns an instance of CoInPlaceActionModel.

Supported API: true

Specified by:
newModel in class CoActionHandler
Returns:
CoActionModel

updateActionModel

protected void updateActionModel(CoAction action,
                                 CoEnvData envData)
                          throws WTException
Deprecated. 
updates model to set up the confirmation framew reference

Supported API: true

Overrides:
updateActionModel in class CoActionHandler
Parameters:
action -
envData -
Throws:
WTException