|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.templateutil.processor.DelegateNavBarActionDelegate
Supported API: true
Extendable: false
Field Summary | |
private String |
action
|
static String |
ACTION_SUFFIX
Supported API: false |
private ActionDelegate |
actionDelegate
|
private static Properties |
actionToActionProperties
|
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
private HTTPState |
state
|
Fields inherited from interface wt.enterprise.ActionDelegate |
CONTEXT_SERVICE_NAME |
Constructor Summary | |
DelegateNavBarActionDelegate()
|
Method Summary | |
Boolean |
enableable(Object object)
Deprecated. |
String |
getAction()
Gets the value of the attribute: action. |
ActionDelegate |
getActionDelegate()
Gets the value of the attribute: actionDelegate. |
String |
getContextServiceName()
Deprecated. |
HTTPState |
getState()
Gets the value of the attribute: state. |
void |
setAction(String a_Action)
Sets the value of the attribute: action. |
void |
setActionDelegate(ActionDelegate a_ActionDelegate)
Sets the value of the attribute: actionDelegate. |
void |
setActionName(String action)
Sets the current Action. |
protected void |
setContextServiceName(String newContextServiceName)
This method is to allow setting the variable, CONTEXT_SERVICE_NAME. |
void |
setState(HTTPState a_State)
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 ACTION_SUFFIX
private String action
private ActionDelegate actionDelegate
private static Properties actionToActionProperties
Constructor Detail |
public DelegateNavBarActionDelegate()
Method Detail |
public HTTPState getState()
public void setState(HTTPState a_State)
setState
in interface NavBarActionDelegate
a_State
-
public String getAction()
public void setAction(String a_Action)
a_Action
- public ActionDelegate getActionDelegate()
public void setActionDelegate(ActionDelegate a_ActionDelegate)
a_ActionDelegate
- 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 |