jACOB 2.7 API Documentation.

de.tif.jacob.screen.dialogs
Interface IGridTableDialogCallback


public interface IGridTableDialogCallback

Interface which has to be implemented by callback handlers for grid table dialogs.

See Also:
IGridTableDialog

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 onSelect(IClientContext context, int index, java.util.Properties values)
          This method will be invoked, if the user has selected a row in the grid table dialog.
 

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

onSelect

void onSelect(IClientContext context,
              int index,
              java.util.Properties values)
              throws java.lang.Exception
This method will be invoked, if the user has selected a row in the grid table dialog.

Parameters:
context - The current client context
index - the index of the row the user has clicked on
values - the rows data values. Thereas the key value is the header label to access the respective data column value.
Throws:
java.lang.Exception
See Also:
IBrowserDialog.setHeader(String[]), IBrowserDialog.setData(String[][])

jACOB 2.7 API Documentation.