jACOB 2.7 API Documentation.

de.tif.jacob.screen.dialogs
Interface IRecordTreeDialogCallback


public interface IRecordTreeDialogCallback

Interface which has to be implemented by callback handlers for record tree dialogs.

See Also:
IRecordTreeDialog

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, IDataTableRecord record)
          This method will be invoked, if the user clicks (selects) on an entity (record) in the record tree 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,
              IDataTableRecord record)
              throws java.lang.Exception
This method will be invoked, if the user clicks (selects) on an entity (record) in the record tree dialog.

Parameters:
context - The current client context
record - The data table record of the entity which has been selected
Throws:
java.lang.Exception

jACOB 2.7 API Documentation.