com.ptc.windchill.cadx.caddoc
Class EPMDocumentMasterURLActionDelegate
java.lang.Object
wt.templateutil.processor.DefaultNavBarActionDelegate
wt.templateutil.processor.DefaultNavBarURLActionDelegate
wt.templateutil.processor.ObjectPropsNavBarURLActionDelegate
com.ptc.windchill.cadx.caddoc.EPMDocumentMasterURLActionDelegate
- All Implemented Interfaces:
- ActionDelegate, NavBarActionDelegate, NavBarURLActionDelegate, URLActionDelegate
- public class EPMDocumentMasterURLActionDelegate
- extends ObjectPropsNavBarURLActionDelegate
Method Summary |
String |
URL(Object object)
Returns a URL which when selected will perform the action on the object. |
Methods inherited from class wt.templateutil.processor.DefaultNavBarURLActionDelegate |
getActionName, getClassURL, getState, getURLLabel, isURLProvider, setActionName, setClassURL, setMethod, setResourceBundleStr, setResourceKey, setState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
EPMDocumentMasterURLActionDelegate
public EPMDocumentMasterURLActionDelegate()
URL
public String URL(Object object)
throws WTException
- Description copied from class:
DefaultNavBarURLActionDelegate
- Returns a URL which when selected will perform the action on the object.
This method should not be called when the concrete URLActionDelegate
class is unknown. In that case, call BasicTemplateProcessor.getURLFromDelegate()
instead.
Supported API: true
- Specified by:
URL
in interface URLActionDelegate
- Overrides:
URL
in class DefaultNavBarURLActionDelegate
- Parameters:
object
-
- Returns:
- String
- Throws:
WTException