com.ptc.core.ca.co.client.menu
Class CoSimpleNavBarActionHandler
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
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
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