public class WorkOrderCommitSelectedAppletAction extends WorkOrderAppletAction
Constructor and Description |
---|
WorkOrderCommitSelectedAppletAction() |
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled(java.lang.Object actionObject)
Check if action is enabled for this object or not.
|
void |
processActionResponse(java.lang.Object responseObject)
Process any necessary action after getting the response from server.
|
setAppletActionContext
public void processActionResponse(java.lang.Object responseObject)
processActionResponse
in interface AppletActionInterface
processActionResponse
in class WorkOrderAppletAction
-
- action response objectpublic boolean isEnabled(java.lang.Object actionObject)
isEnabled
in interface AppletActionInterface
isEnabled
in class WorkOrderAppletAction
-
- object used to find out if action is enabled or not.