|
|||||||||
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.AlertAction
public class AlertAction
This is the alert action class
This will popup an alert informational message dialog
Action
Constructor Summary | |
---|---|
AlertAction(int messageRID)
Constructor to create an alert action |
|
AlertAction(int messageRID,
boolean closeCurrentScreen)
Constructor to create an alert action |
|
AlertAction(int messageRID,
IBOBAction onOkAction)
Constructor to create an alert action |
|
AlertAction(int messageRID,
IBOBAction onOkAction,
boolean closeCurrentScreen)
Constructor to create an alert action |
|
AlertAction(int messageRID,
IBOBAction onOkAction,
boolean closeCurrentScreen,
int okLabelRID)
Constructor to create an alert action |
|
AlertAction(java.lang.String message)
Constructor to create an alert action |
|
AlertAction(java.lang.String message,
boolean closeCurrentScreen)
Constructor to create an alert action |
|
AlertAction(java.lang.String message,
IBOBAction onOkAction)
Constructor to create an alert action |
|
AlertAction(java.lang.String message,
IBOBAction onOkAction,
boolean closeCurrentScreen)
Constructor to create an alert action |
|
AlertAction(java.lang.String message,
IBOBAction onOkAction,
boolean closeCurrentScreen,
java.lang.String okLabel)
Constructor to create an alert 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 AlertAction(int messageRID)
messageRID
- int
value for the localization resource ID of the informational message in the alertpublic AlertAction(java.lang.String message)
message
- String
value for the informational message in the alertpublic AlertAction(int messageRID, boolean closeCurrentScreen)
messageRID
- int
value for the localization resource ID of the informational message in the alertcloseCurrentScreen
- true
to close the current screen, otherwise false
public AlertAction(java.lang.String message, boolean closeCurrentScreen)
message
- String
value for the informational message in the alertcloseCurrentScreen
- true
to close the current screen, otherwise false
public AlertAction(int messageRID, IBOBAction onOkAction)
messageRID
- int
value for the localization resource ID of the informational message in the alertonOkAction
- IBOBAction
object to perform the ok actionpublic AlertAction(java.lang.String message, IBOBAction onOkAction)
message
- String
value for the informational message in the alertonOkAction
- IBOBAction
object to perform the ok actionpublic AlertAction(int messageRID, IBOBAction onOkAction, boolean closeCurrentScreen)
messageRID
- String
value for the localization resource ID of the informational message in the alertonOkAction
- IBOBAction
object to perform the ok actioncloseCurrentScreen
- true
close the current screen, otherwise false
public AlertAction(java.lang.String message, IBOBAction onOkAction, boolean closeCurrentScreen)
message
- String
value for the informational message in the alertonOkAction
- IBOBAction
object to perform the ok actioncloseCurrentScreen
- true
close the current screen, otherwise false
public AlertAction(int messageRID, IBOBAction onOkAction, boolean closeCurrentScreen, int okLabelRID)
messageRID
- int
value for the localization resource ID of the informational message in the alertonOkAction
- IBOBAction
object to perform the ok actioncloseCurrentScreen
- if true
close the current screen, otherwise false
okLabelRID
- int
value for the localization resource ID of the ok label that goes in the alert windowpublic AlertAction(java.lang.String message, IBOBAction onOkAction, boolean closeCurrentScreen, java.lang.String okLabel)
message
- String
value for the informational message in the alertonOkAction
- IBOBAction
object to perform the ok actioncloseCurrentScreen
- if true
close the current screen, otherwise false
okLabel
- String
value of 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 |