com.ptc.core.foundation.client.co.action
Class CoSimpleCloseFrameAndRefreshActionHandler

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
                  extended by com.ptc.core.foundation.client.co.action.CoSimpleCloseFrameAndRefreshActionHandler
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
WebSimpleCloseFrameAndRefreshActionHandler

public abstract class CoSimpleCloseFrameAndRefreshActionHandler
extends CoSimpleInPlaceActionHandler

CoSimpleCloseFrameActionHandler 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()
          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, updateModel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newActionHandlerData

protected CoActionHandlerData newActionHandlerData()
Creates and returns a new instance of CoSimpleActionHandlerData.

Supported API: true

Overrides:
newActionHandlerData in class CoSimpleInPlaceActionHandler
Returns:
CoActionHandlerData