com.ptc.windchill.cadx.wsoption
Class WsConfigSpecOptionsActionDelegate

java.lang.Object
  extended bywt.templateutil.processor.DefaultNavBarActionDelegate
      extended bycom.ptc.windchill.cadx.wsoption.WsConfigSpecOptionsActionDelegate
All Implemented Interfaces:
ActionDelegate, NavBarActionDelegate
Direct Known Subclasses:
WsConfigSpecOptionsURLActionDelegate

public class WsConfigSpecOptionsActionDelegate
extends DefaultNavBarActionDelegate



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.templateutil.processor.DefaultNavBarActionDelegate
CONTEXT_SERVICE_NAME
 
Constructor Summary
WsConfigSpecOptionsActionDelegate()
           
 
Method Summary
 Boolean enableable(Object object)
          Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable.
 
Methods inherited from class wt.templateutil.processor.DefaultNavBarActionDelegate
getContextServiceName, getState, setActionName, setContextServiceName, setState, valid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

WsConfigSpecOptionsActionDelegate

public WsConfigSpecOptionsActionDelegate()
Method Detail

enableable

public Boolean enableable(Object object)
                   throws WTException
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. This method should not be called when the concrete ActionDelegate class is unknown. In that case, call BasicTemplateProcessor.accessOK() instead.

Supported API: false

Specified by:
enableable in interface ActionDelegate
Overrides:
enableable in class DefaultNavBarActionDelegate
Parameters:
object - The object that you wish to set enabled.
Returns:
Boolean
Throws:
WTException