jACOB 2.7 API Documentation.

de.tif.jacob.screen.dialogs
Interface IOkCancelDialog

All Superinterfaces:
IDialog

public interface IOkCancelDialog
extends IDialog

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

    RCS_ID

    static final java.lang.String RCS_ID
    The internal revision control system id.

    See Also:
    Constant Field Values

    RCS_REV

    static final java.lang.String RCS_REV
    The internal revision control system id in short form.

    See Also:
    Constant Field Values
    Method Detail

    show

    void show()
    Displayes (shows) the dialog by means of a popup client window.

    Note: If neither one of the show(..) methods is invoked, the dialog will not be shown to the user!

    Specified by:
    show in interface IDialog

    jACOB 2.7 API Documentation.