|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOkCancelDialog
Base interface for confirmatiom dialog implementations.
Confirmation dialogs are used to request an explicit user acknowledgment for a certain operation.
A new confirmation dialog can be created by means of:
IClientContext.createOkCancelDialog(String, IOkCancelDialogCallback)
IClientContext.createOkCancelDialog(Message, IOkCancelDialogCallback)
| Field Summary | |
|---|---|
static java.lang.String |
RCS_ID
The internal revision control system id. |
static java.lang.String |
RCS_REV
The internal revision control system id in short form. |
| Method Summary | |
|---|---|
void |
show()
Displayes (shows) the dialog by means of a popup client window. |
| Methods inherited from interface de.tif.jacob.screen.dialogs.IDialog |
|---|
show |
| Field Detail |
|---|
static final java.lang.String RCS_ID
static final java.lang.String RCS_REV
| Method Detail |
|---|
void show()
Note: If neither one of the show(..) methods is invoked, the dialog will not
be shown to the user!
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||