jACOB 2.7 API Documentation.

de.tif.jacob.screen.dialogs
Interface IUploadDialog

All Superinterfaces:
IDialog

public interface IUploadDialog
extends IDialog

Base interface for file upload dialog implementations.
File upload dialogs are used to transfer a client side file onto the server.

A new file upload dialog can be created by means of:

  • IClientContext.createUploadDialog(IUploadDialogCallback)


    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.