|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGridTableDialog
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 |
|---|
static final java.lang.String RCS_ID
static final java.lang.String RCS_REV
| Method Detail |
|---|
void connect(int column,
ISingleDataGuiElement element)
column - the column index beginning with 0element - the GUI element to be connect
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||