jACOB 2.7 API Documentation.

de.tif.jacob.screen.dialogs
Interface IExcelDialog

All Superinterfaces:
IBrowserDialog, IDialog

public interface IExcelDialog
extends IBrowserDialog

Base interface for excel dialog implementations.
Excel dialogs are used to transfer grid oriented data to Excel application on client side.

A new excel dialog can be created by means of:

  • IClientContext.createExcelDialog()


    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
     
    Methods inherited from interface de.tif.jacob.screen.dialogs.IBrowserDialog
    getData, getHeader, setData, setHeader
     
    Methods inherited from interface de.tif.jacob.screen.dialogs.IDialog
    show, 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

    jACOB 2.7 API Documentation.