jACOB 2.7 API Documentation.

de.tif.jacob.core.data
Interface IDataBrowserRecord

All Superinterfaces:
IDataRecord

public interface IDataBrowserRecord
extends IDataRecord

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.
     
    Methods inherited from interface de.tif.jacob.core.data.IDataRecord
    getAccessor, getbooleanValue, getBooleanValue, getbooleanValue, getBooleanValue, getBytesValue, getBytesValue, getDateValue, getDateValue, getDecimalValue, getDecimalValue, getDocumentValue, getDocumentValue, getdoubleValue, getDoubleValue, getdoubleValue, getDoubleValue, getFieldNumber, getfloatValue, getFloatValue, getfloatValue, getFloatValue, getId, getIntegerValue, getIntegerValue, getintValue, getintValue, getlongValue, getLongValue, getlongValue, getLongValue, getPrimaryKeyValue, getSaveDecimalValue, getSaveDecimalValue, getSaveStringValue, getSaveStringValue, getSaveStringValue, getSaveStringValue, getSaveStringValue, getSaveStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getStringValue, getTableAlias, getTimestampValue, getTimestampValue, getTimeValue, getTimeValue, getValue, getValue, hasNullValue
     

    Method Detail

    getBrowser

    IDataBrowser getBrowser()
    Returns the parent data browser.

    Returns:
    the parent data browser

    getTableRecord

    IDataTableRecord getTableRecord()
                                    throws RecordNotFoundException
    Returns the related data table record.

    Returns:
    the related data table record.
    Throws:
    RecordNotFoundException - if the data table record could not be retrieved.

    jACOB 2.7 API Documentation.