com.ptc.core.ca.co.client.search
Class CoPageInPlaceActionHandler

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.search.CoPageInPlaceActionHandler
All Implemented Interfaces:
CoModelHandler

Deprecated.

@Deprecated
public class CoPageInPlaceActionHandler
extends CoInPlaceActionHandler



Supported API: true

Extendable: false


Method Summary
protected  void updateActionModel(CoAction action, CoEnvData envData)
          Deprecated. Invokes a doer to determine whether an action is visible and enabled.
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoInPlaceActionHandler
newModel
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoActionHandler
getActionDoer, getActionDoerConfig, initActionModel, newActionHandlerData, updateModel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

updateActionModel

protected void updateActionModel(CoAction action,
                                 CoEnvData envData)
                          throws WTException
Deprecated. 
Invokes a doer to determine whether an action is visible and enabled.

Supported API: true

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