|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGridTableDialogCallback
Interface which has to be implemented by callback handlers for grid table dialogs.
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 |
|---|
static final java.lang.String RCS_ID
static final java.lang.String RCS_REV
| Method Detail |
|---|
void onSelect(IClientContext context,
int index,
java.util.Properties values)
throws java.lang.Exception
context - The current client contextindex - the index of the row the user has clicked onvalues - the rows data values. Thereas the key value is the header label to
access the respective data column value.
java.lang.ExceptionIBrowserDialog.setHeader(String[]),
IBrowserDialog.setData(String[][])
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||