|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDataBrowserRecord
Data browser records represent records created when populating instances of
IDataBrowser. The structure of data browser records is determined by
the definition, i.e. IBrowserDefinition, of the respective data
browser.
In constrast to instances of IDataTableRecord data browser records
could not be modified.
Data browser record instances could be obtained by means of
IDataBrowser.getRecord(int).
| Field Summary |
|---|
| Fields inherited from interface de.tif.jacob.core.data.IDataRecord |
|---|
DEFAULT_STYLE, LONG_STYLE, MEDIUM_STYLE, SHORT_STYLE |
| Method Summary | |
|---|---|
IDataBrowser |
getBrowser()
Returns the parent data browser. |
IDataTableRecord |
getTableRecord()
Returns the related data table record. |
| Method Detail |
|---|
IDataBrowser getBrowser()
IDataTableRecord getTableRecord() throws RecordNotFoundException
RecordNotFoundException - if the data table record could not be retrieved.
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||