Package com.ptc.windchill.cadx.ws
Class ActiveWorkspaceNavBarURLActionDelegate
java.lang.Object
wt.templateutil.processor.DefaultNavBarActionDelegate
com.ptc.windchill.cadx.common.WildfireNavBarActionDelegate
com.ptc.windchill.cadx.ws.ActiveWorkspaceNavBarURLActionDelegate
- All Implemented Interfaces:
Serializable,ActionDelegate,URLActionDelegate,NavBarActionDelegate,wt.templateutil.processor.NavBarURLActionDelegate
@Deprecated
public class ActiveWorkspaceNavBarURLActionDelegate
extends com.ptc.windchill.cadx.common.WildfireNavBarActionDelegate
implements wt.templateutil.processor.NavBarURLActionDelegate, Serializable
Deprecated.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.templateutil.processor.DefaultNavBarActionDelegate
CONTEXT_SERVICE_NAMEFields inherited from interface wt.enterprise.URLActionDelegate
ACTION_NAME, CLASS_URL -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidsetActionName(String a_ActionName) Deprecated.Methods inherited from class com.ptc.windchill.cadx.common.WildfireNavBarActionDelegate
enableableMethods inherited from class wt.templateutil.processor.DefaultNavBarActionDelegate
getContextServiceName, setContextServiceName, valid
-
Method Details
-
getActionName
Deprecated.Gets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.
Supported API: true- Specified by:
getActionNamein interfaceURLActionDelegate- Returns:
- String
-
setActionName
Deprecated.Sets the value of the attribute: actionName; The value to use when constructing the "action" query parameter for the url that is returned when calling the URL(Object object) method.
Supported API: true- Specified by:
setActionNamein interfaceNavBarActionDelegate- Specified by:
setActionNamein interfaceURLActionDelegate- Overrides:
setActionNamein classDefaultNavBarActionDelegate- Parameters:
a_ActionName-- Throws:
WTPropertyVetoException
-