com.ptc.windchill.cadx.autopart
Class AutoPartURLActionDelegate

java.lang.Object
  extended by com.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate
      extended by com.ptc.windchill.cadx.autopart.AutoPartActionDelegate
          extended by com.ptc.windchill.cadx.autopart.AutoPartURLActionDelegate
All Implemented Interfaces:
com.ptc.windchill.cadx.common.WildfireNavBarCommonActionDelegate, ActionDelegate, URLActionDelegate, NavBarActionDelegate, wt.wildfire.WildfireActionDelegate, wt.wildfire.WildfireURLActionDelegate

public class AutoPartURLActionDelegate
extends com.ptc.windchill.cadx.autopart.AutoPartActionDelegate
implements wt.wildfire.WildfireURLActionDelegate



Supported API: true

Extendable: false


Field Summary
 
Fields inherited from interface wt.enterprise.URLActionDelegate
ACTION_NAME
 
Method Summary
 String getActionName()
          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.
 String getURLLabel(Locale locale)
          Deprecated.  
 void setActionName(String a_ActionName)
          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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getActionName

public String getActionName()
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:
getActionName in interface URLActionDelegate
Returns:
String

setActionName

public void setActionName(String a_ActionName)
                   throws WTPropertyVetoException
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:
setActionName in interface URLActionDelegate
Overrides:
setActionName in class com.ptc.windchill.cadx.common.BasicWildfireNavBarActionDelegate
Parameters:
a_ActionName -
Throws:
WTPropertyVetoException

getURLLabel

public String getURLLabel(Locale locale)
Deprecated. 

Returns a localized label for a URL for the actions.

Supported API: true

Specified by:
getURLLabel in interface URLActionDelegate
Parameters:
locale -
Returns:
String