Skip navigation links
com.oracle.e1.jdemf
Class FormAction
java.lang.Object
com.oracle.e1.jdemf.FormAction
-
public class FormAction
- extends java.lang.Object
FormAction represents a single action taken on an EnterpriseOne form. This consists of a command, controlID and value. Use the FSREvent methods to populate the values for this class in the FormRequest. * *
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormAction
public FormAction()
modifyJSON
public JSONObject modifyJSON(JSONObject jsonObj)
setCommand
public void setCommand(java.lang.String command)
getCommand
public java.lang.String getCommand()
setValue
public void setValue(java.lang.String value)
getValue
public java.lang.String getValue()
setControlID
public void setControlID(java.lang.String controlID)
getControlID
public java.lang.String getControlID()
setGridAction
public void setGridAction(GridAction gridAction)
getGridAction
public GridAction getGridAction()
Skip navigation links
Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.