wt.templateutil.processor
Class ShareStatusNavBarActionDelegate
java.lang.Object
wt.templateutil.processor.DefaultNavBarActionDelegate
wt.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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- Deprecated.
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
- Deprecated.
ShareStatusNavBarActionDelegate
public ShareStatusNavBarActionDelegate()
- Deprecated.
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