public class PMReforecastModelAction
extends java.lang.Object
| Constructor and Description |
|---|
PMReforecastModelAction() |
| 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,
MXGanttModel model,
BaseTreeGridMiniAppBean bean,
DataBean appBean)
Process any necessary action after getting the response from server.
|
void |
setModel(MXGanttModel model)
Sets Context of the action.The context can be accessed in action class to do necessary logic
|
public boolean isEnabled(java.lang.Object actionObject)
- - object used to find out if action is enabled or not.public void processActionResponse(java.lang.Object responseObject,
MXGanttModel model,
BaseTreeGridMiniAppBean bean,
DataBean appBean)
throws MXException,
java.io.IOException
- - action response object, in this case PMReforecastResultMXExceptionjava.io.IOExceptionpublic void setModel(MXGanttModel model)
- - context object