|
|||||||||
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.AlertErrorAction
public class AlertErrorAction
This is the alert error action class
This will popup an alert error message dialog
Action
Constructor Summary | |
---|---|
AlertErrorAction(int errorMessageRID)
Constructor to create an alert error action |
|
AlertErrorAction(int errorMessageRID,
boolean closeCurrentScreen)
Constructor to create an alert error action |
|
AlertErrorAction(int errorMessageRID,
IBOBAction onOkAction)
Constructor to create an alert error action |
|
AlertErrorAction(int errorMessageRID,
IBOBAction onOkAction,
boolean closeCurrentScreen)
Constructor to create an alert error action |
|
AlertErrorAction(int errorMessageRID,
IBOBAction onOkAction,
boolean closeCurrentScreen,
int okLabelRID)
Constructor to create an alert error action |
|
AlertErrorAction(java.lang.String errorMessage)
Constructor to create an alert error action |
|
AlertErrorAction(java.lang.String errorMessage,
boolean closeCurrentScreen)
Constructor to create an alert error action |
|
AlertErrorAction(java.lang.String errorMessage,
IBOBAction onOkAction)
Constructor to create an alert error action |
|
AlertErrorAction(java.lang.String errorMessage,
IBOBAction onOkAction,
boolean closeCurrentScreen)
Constructor to create an alert error action |
|
AlertErrorAction(java.lang.String errorMessage,
IBOBAction onOkAction,
boolean closeCurrentScreen,
java.lang.String okLabel)
Constructor to create an alert error 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 AlertErrorAction(int errorMessageRID)
errorMessageRID
- int
value for the localization resource ID of the error message to be displayedpublic AlertErrorAction(java.lang.String errorMessage)
message
- String
value for the error message to be displayedpublic AlertErrorAction(int errorMessageRID, boolean closeCurrentScreen)
errorMessageRID
- int
value for the localization resource ID of the error message to be displayedcloseCurrentScreen
- true
close the current active screen, otherwise false
public AlertErrorAction(java.lang.String errorMessage, boolean closeCurrentScreen)
message
- String
value for the error message to be displayedcloseCurrentScreen
- true
close the current active screen, otherwise false
public AlertErrorAction(int errorMessageRID, IBOBAction onOkAction)
errorMessageRID
- int
value for the localization resource ID of the error message to be displayedonOkAction
- IBOBAction
object to perform the ok actionpublic AlertErrorAction(java.lang.String errorMessage, IBOBAction onOkAction)
errorMessage
- String
value for the error message to be displayedonOkAction
- IBOBAction
object to perform the ok actionpublic AlertErrorAction(int errorMessageRID, IBOBAction onOkAction, boolean closeCurrentScreen)
errorMessageRID
- int
value for the localization resource ID of the error message to be displayedonOkAction
- IBOBAction
object to perform the ok actioncloseCurrentScreen
- true
close the current active screen, otherwise false
public AlertErrorAction(java.lang.String errorMessage, IBOBAction onOkAction, boolean closeCurrentScreen)
errorMessage
- String
value for the error message to be displayedonOkAction
- IBOBAction
object to perform the ok actioncloseCurrentScreen
- true
close the current active screen, otherwise false
public AlertErrorAction(int errorMessageRID, IBOBAction onOkAction, boolean closeCurrentScreen, int okLabelRID)
errorMessageRID
- int
value for the localization resource ID of the error message to be displayedonOkAction
- IBOBAction
object to perform the ok actioncloseCurrentScreen
- true
close the current active screen, otherwise false
okLabelRID
- String
value for the localization resource ID of the ok label that goes in the alert windowpublic AlertErrorAction(java.lang.String errorMessage, IBOBAction onOkAction, boolean closeCurrentScreen, java.lang.String okLabel)
errorMessage
- String
value for the error message to be displayedonOkAction
- IBOBAction
object to perform the ok actioncloseCurrentScreen
- true
close the current active screen, otherwise false
okLabel
- String
value for the ok label that goes in the alert windowMethod Detail |
---|
public void run()
Runnable.run()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |