wt.templateutil.processor
Class ShareStatusNavBarActionDelegate

java.lang.Object
  extended bywt.templateutil.processor.DefaultNavBarActionDelegate
      extended bywt.templateutil.processor.ShareStatusNavBarActionDelegate
All Implemented Interfaces:
ActionDelegate, NavBarActionDelegate

public class ShareStatusNavBarActionDelegate
extends DefaultNavBarActionDelegate

Default implementation of the NavBarActionDelegate. The valid check is done to return false if the context object is not shared.

Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
          Deprecated.  
private static String RESOURCE
          Deprecated.  
 
Fields inherited from class wt.templateutil.processor.DefaultNavBarActionDelegate
CONTEXT_SERVICE_NAME
 
Constructor Summary
ShareStatusNavBarActionDelegate()
          Deprecated.  
 
Method Summary
 Boolean enableable(Object object)
          Deprecated. Tests if the action is valid on all instances of the class of object; commonly used in the construction of dynamically generated GUIs to determine if a particular action should appear.
 
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
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 
Constructor Detail

ShareStatusNavBarActionDelegate

public ShareStatusNavBarActionDelegate()
Deprecated. 
Method Detail

enableable

public Boolean enableable(Object object)
                   throws WTException
Deprecated. 
Tests if the action is valid on all instances of the class of object; commonly used in the construction of dynamically generated GUIs to determine if a particular action should appear.

Supported API: false

Specified by:
enableable in interface ActionDelegate
Overrides:
enableable in class DefaultNavBarActionDelegate
Parameters:
object - The object that you want to test validity on.
Returns:
Boolean
Throws:
WTException