|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRecordTreeDialogCallback
Interface which has to be implemented by callback handlers for record tree dialogs.
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 |
|---|
static final java.lang.String RCS_ID
static final java.lang.String RCS_REV
| Method Detail |
|---|
void onSelect(IClientContext context,
IDataTableRecord record)
throws java.lang.Exception
context - The current client contextrecord - The data table record of the entity which has been selected
java.lang.Exception
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||