com.ptc.windchill.cadx.common
Class WildfireNavBarActionDelegate

java.lang.Object
  extended bywt.templateutil.processor.DefaultNavBarActionDelegate
      extended bycom.ptc.windchill.cadx.common.WildfireNavBarActionDelegate
All Implemented Interfaces:
ActionDelegate, NavBarActionDelegate
Direct Known Subclasses:
ActiveWorkspaceNavBarURLActionDelegate

public class WildfireNavBarActionDelegate
extends DefaultNavBarActionDelegate

Class to be used as action delegate for Navigation Bar actions which should appear in Wildfire mode only.

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
WildfireNavBarActionDelegate()
           
 
Method Summary
 Boolean enableable(Object object)
          Returns true if running in Wildfire (embedded) mode.
 
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

WildfireNavBarActionDelegate

public WildfireNavBarActionDelegate()
Method Detail

enableable

public Boolean enableable(Object object)
                   throws WTException
Returns true if running in Wildfire (embedded) mode.

Supported API: false

Specified by:
enableable in interface ActionDelegate
Overrides:
enableable in class DefaultNavBarActionDelegate
Parameters:
object -
Returns:
Boolean
Throws:
WTException