|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.templateutil.processor.DefaultNavBarActionDelegate
Default implementation of the NavBarActionDelegate. No permission checking is done by
this ActionDelegate. The context service name for this class is : DEFAULT_PDM_LINK
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
Deprecated. |
static String |
CONTEXT_SERVICE_NAME
Deprecated. |
private static String |
RESOURCE
Deprecated. |
private HTTPState |
state
Deprecated. |
Constructor Summary | |
DefaultNavBarActionDelegate()
Deprecated. |
Method Summary | |
Boolean |
enableable(Object object)
Deprecated. |
String |
getContextServiceName()
Deprecated. |
HTTPState |
getState()
Deprecated. Gets the value of the attribute: state. |
void |
setActionName(String action)
Deprecated. Sets the current Action. |
protected void |
setContextServiceName(String newContextServiceName)
Deprecated. This method is to allow setting the variable, CONTEXT_SERVICE_NAME. |
void |
setState(HTTPState a_State)
Deprecated. Sets the value of the attribute: state. |
Boolean |
valid(Object object)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private HTTPState state
public static final String CONTEXT_SERVICE_NAME
Constructor Detail |
public DefaultNavBarActionDelegate()
Method Detail |
public HTTPState getState()
public void setState(HTTPState a_State)
setState
in interface NavBarActionDelegate
a_State
-
public void setActionName(String action) throws WTPropertyVetoException
setActionName
in interface NavBarActionDelegate
action
-
WTPropertyVetoException
public Boolean valid(Object object)
valid
in interface ActionDelegate
object
- The object that you want to test validity on.
public Boolean enableable(Object object) throws WTException
enableable
in interface ActionDelegate
object
- The object that you wish to set enabled.
WTException
public String getContextServiceName()
getContextServiceName
in interface ActionDelegate
protected void setContextServiceName(String newContextServiceName)
newContextServiceName
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |