jACOB 2.7 API Documentation.

de.tif.jacob.screen.dialogs
Interface IGridTableDialog

All Superinterfaces:
IBrowserDialog, IDialog

public interface IGridTableDialog
extends IBrowserDialog

Base interface for grid table dialog implementations.
Grid table dialogs are used to display data of entities. Thereas, each entity occupies one row and the user might select the entity by means of clicking in the respective row.

A new grid table dialog can be created by means of:

  • IClientContext.createGridTableDialog(IGuiElement)
  • IClientContext.createGridTableDialog(IGuiElement, IGridTableDialogCallback)


    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 connect(int column, ISingleDataGuiElement element)
              Connects a column with a GUI element in the current group.
     
    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
    Method Detail

    connect

    void connect(int column,
                 ISingleDataGuiElement element)
    Connects a column with a GUI element in the current group. If the user clicks on a row, the corresponding value will be copied to the respective GUI element.

    Parameters:
    column - the column index beginning with 0
    element - the GUI element to be connect

    jACOB 2.7 API Documentation.