|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.actions.Action
com.sybase.uep.bobclient.actions.SubmitAction
public class SubmitAction
This is the submit action class
This will create a update/insert/delete/others operation action
Action
Constructor Summary | |
---|---|
SubmitAction(java.lang.String mobileAppID,
IBOBScreen screen,
int operationType,
java.util.Vector submitElements,
boolean sendToServer,
int requiredMessageRID,
int tooLongMessageRID,
java.lang.String operationName)
Constructor to create a submit action |
|
SubmitAction(java.lang.String mobileAppID,
IBOBScreen screen,
int operationType,
java.util.Vector submitElements,
boolean sendToServer,
int requiredMessageRID,
java.lang.String operationName)
Constructor to create a submit action |
|
SubmitAction(java.lang.String mobileAppID,
IBOBScreen screen,
int operationType,
java.util.Vector submitElements,
boolean sendToServer,
java.lang.String operationName)
Constructor to create a submit action |
|
SubmitAction(java.lang.String mobileAppID,
IBOBScreen screen,
int operationType,
java.util.Vector submitElements,
boolean sendToServer,
java.lang.String requiredMessage,
java.lang.String operationName)
Constructor to create a submit action |
|
SubmitAction(java.lang.String mobileAppID,
IBOBScreen screen,
int operationType,
java.util.Vector submitElements,
boolean sendToServer,
java.lang.String requiredMessage,
java.lang.String tooLongMessage,
java.lang.String operationName)
Constructor to create a submit action |
|
SubmitAction(java.lang.String mobileAppID,
IBOBScreen screen,
int operationType,
java.util.Vector submitElements,
java.lang.String operationName)
Constructor to create a submit action |
Method Summary | |
---|---|
void |
run()
(non-Javadoc) |
Methods inherited from class com.sybase.uep.bobclient.actions.Action |
---|
finish, hasFailed, isProcessing, setHasFailed, setIsProcessing |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubmitAction(java.lang.String mobileAppID, IBOBScreen screen, int operationType, java.util.Vector submitElements, java.lang.String operationName)
mobileAppID
- String
value of the mobile application IDscreen
- IBOBScreen
screen object which contains input controlsoperationType
- int
value for the operation typesubmitElements
- Vector
list of submit elementsoperationName
- String
value for the name of the operaiton to be invoked when run this action.OperationTypes
,
IBOBScreen
public SubmitAction(java.lang.String mobileAppID, IBOBScreen screen, int operationType, java.util.Vector submitElements, boolean sendToServer, java.lang.String operationName)
mobileAppID
- String
value of the mobile application IDscreen
- IBOBScreen
screen object which contains input controlsoperationType
- int
value for the operation typesubmitElements
- Vector
list of submit elementssendToServer
- true
to send the operations to the server after submit action is performedoperationName
- String
value for the name of the operaiton to be invoked when run this action.OperationTypes
,
IBOBScreen
public SubmitAction(java.lang.String mobileAppID, IBOBScreen screen, int operationType, java.util.Vector submitElements, boolean sendToServer, int requiredMessageRID, java.lang.String operationName)
mobileAppID
- String
value of the mobile application IDscreen
- IBOBScreen
screen object which contains input controlsoperationType
- int
value for the operation typesubmitElements
- Vector
list of submit elementssendToServer
- true
to send the operations to the server after submit action is performedrequiredMessageRID
- localization resource ID for the required message
that will be alerted to the user.
example "Input \"{0}\" is required."operationName
- String
value for the name of the operaiton to be invoked when run this action.OperationTypes
,
IBOBScreen
public SubmitAction(java.lang.String mobileAppID, IBOBScreen screen, int operationType, java.util.Vector submitElements, boolean sendToServer, java.lang.String requiredMessage, java.lang.String operationName)
mobileAppID
- String
value of the mobile application IDscreen
- IBOBScreen
screen object which contains input controlsoperationType
- int
value for the operation typesubmitElements
- Vector
list of submit elementssendToServer
- true
to send the operations to the server after submit action is performedrequiredMessage
- String
value for the required message that will be alerted to the user.
example "Input \"{0}\" is required."operationName
- String
value for the name of the operaiton to be invoked when run this action.OperationTypes
,
IBOBScreen
public SubmitAction(java.lang.String mobileAppID, IBOBScreen screen, int operationType, java.util.Vector submitElements, boolean sendToServer, int requiredMessageRID, int tooLongMessageRID, java.lang.String operationName)
mobileAppID
- String
value of the mobile application IDscreen
- IBOBScreen
screen object which contains input controlsoperationType
- int
value for the operation typesubmitElements
- Vector
list of submit elementssendToServer
- true
to send the operations to the server after submit action is performedrequiredMessageRID
- localization resource ID for the required message
that will be alerted to the user.
example "Input \"{0}\" is required."tooLongmessageRID
- localization resource ID for the message to alert
the user when the entered String exceeds the maximum length.
example "Input {0} exceeds the maximum length of {1}."operationName
- String
value for the name of the operaiton to be invoked when run this action.OperationTypes
,
IBOBScreen
public SubmitAction(java.lang.String mobileAppID, IBOBScreen screen, int operationType, java.util.Vector submitElements, boolean sendToServer, java.lang.String requiredMessage, java.lang.String tooLongMessage, java.lang.String operationName)
mobileAppID
- String
value of the mobile application IDscreen
- IBOBScreen
screen object which contains input controlsoperationType
- int
value for the operation typesubmitElements
- Vector
list of submit elementssendToServer
- true
to send the operations to the server after submit action is performedrequiredMessage
- String
value for the required message that will be alerted to the user.
example "Input \"{0}\" is required."tooLongmessage
- String
value for the message to alert the user when the entered String exceeds the maximum length.
example "Input {0} exceeds the maximum length of {1}."operationName
- String
value for the name of the operaiton to be invoked when run this action.OperationTypes
,
IBOBScreen
Method Detail |
---|
public void run()
Runnable.run()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |