com.ptc.core.ca.co.client.menu
Class CoNavBarActionHandler

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.CoGoToActionHandler
              extended by com.ptc.core.ca.co.client.menu.CoNavBarActionHandler
All Implemented Interfaces:
CoModelHandler, Serializable
Direct Known Subclasses:
CoSimpleNavBarActionHandler, WebNavBarActionHandler

Deprecated.

@Deprecated
public abstract class CoNavBarActionHandler
extends CoGoToActionHandler
implements Serializable

The action handler for the go-to action in the navigation bar. The action will be disabled when its location is the same as the location of the frame containing navigation bar.

Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
protected  void updateActionModel(CoAction action, CoEnvData envData)
          Deprecated. Checks to see if the action is current.
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoGoToActionHandler
newModel, updateAddress
 
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. 
Checks to see if the action is current. If so, makes sure it's not enabled. Otherwise Invokes a doer to determine whether an action is visible and enabled.

Supported API: true

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