public class StartDialog extends Object
| Constructor and Description |
|---|
StartDialog() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getInputData()
Gets inputData
|
int |
getOpCode()
Gets the
opCode for further processing in callee |
boolean |
instantiateDialog(ApplicationMethods application,
String name,
ReturnToDialog returnObject)
Instantiates a dialog, where the startInit operation is called on
instantiation.
|
void |
setInputData(Object startData)
Sets inputData
|
void |
setOpCode(int opCode)
Sets the
opCode for further processing in callee |
public Object getInputData()
public void setInputData(Object startData)
startData - Data desirable to instantiate withpublic int getOpCode()
opCode for further processing in calleepublic void setOpCode(int opCode)
opCode for further processing in calleeopCode - (missing javadoc)public boolean instantiateDialog(ApplicationMethods application, String name, ReturnToDialog returnObject)
application - Application-referencename - Name of the calleereturnObject - ReturnToDialog to regain context in callerG9ClientException - if this method is invoked on the EDT.Copyright © 2006–2020 Esito AS. All rights reserved.