com.ptc.core.ca.co.client.menu
Class CoNavBarActionHandler
java.lang.Object
com.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.co.client.action.CoActionHandler
com.ptc.core.ca.co.client.action.CoGoToActionHandler
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
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