|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.part.RemoveESIAssociationFromPartActionDelegate
Field Summary | |
private String |
action
|
static String |
CONTEXT_SERVICE_NAME
|
protected WTPart |
part
|
private HTTPState |
state
|
Constructor Summary | |
RemoveESIAssociationFromPartActionDelegate()
|
Method Summary | |
Boolean |
enableable(Object object)
Tests if the action is currently applicable to the instance object; commonly used at the time a GUI is generated to see if the action should be "enabled" for the object, another common usage will be at the time that the action is to be performed, to see if it is still applicable. |
String |
getContextServiceName()
This method is to allow access to the variable, CONTEXT_SERVICE_NAME. |
WTPart |
getPart()
|
HTTPState |
getState()
|
void |
setActionName(String action)
Sets the current Action. |
void |
setPart(WTPart part)
|
void |
setState(HTTPState state)
Sets the current HTTPState from the TemplateProcessor that is being used to generate the Navigation Bar. |
Boolean |
valid(Object object)
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 |
Field Detail |
private HTTPState state
private String action
protected WTPart part
public static final String CONTEXT_SERVICE_NAME
Constructor Detail |
public RemoveESIAssociationFromPartActionDelegate()
Method Detail |
public void setState(HTTPState state)
setState
in interface NavBarActionDelegate
state
- The current HTTPState.
public HTTPState getState()
public void setActionName(String action)
setActionName
in interface NavBarActionDelegate
action
-
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
public void setPart(WTPart part)
public WTPart getPart()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |