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

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

Deprecated.

@Deprecated
public abstract class CoSimpleNavBarActionHandler
extends CoNavBarActionHandler

The action handler using "simple" approach 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  CoActionHandlerData newActionHandlerData()
          Deprecated. Returns the newly created and initialized instance of CoDefaultSimpleActionHandlerData.
protected  void updateAddress(CoActionHandlerData data)
          Deprecated. Updates the address of the action using "simple" approach.
 
Methods inherited from class com.ptc.core.ca.co.client.menu.CoNavBarActionHandler
updateActionModel
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoGoToActionHandler
newModel
 
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

updateAddress

protected void updateAddress(CoActionHandlerData data)
                      throws WTException
Deprecated. 
Updates the address of the action using "simple" approach.

Supported API: true

Overrides:
updateAddress in class CoGoToActionHandler
Parameters:
data -
Throws:
WTException

newActionHandlerData

protected CoActionHandlerData newActionHandlerData()
Deprecated. 
Returns the newly created and initialized instance of CoDefaultSimpleActionHandlerData.

Supported API: true

Overrides:
newActionHandlerData in class CoActionHandler
Returns:
CoActionHandlerData