javax.rad.model.event
Interface IRowCalculator


public interface IRowCalculator

The IRowCalculator is used for calculating/providing data dynamically at runtime, without firing associated events (for example IDataRow.eventValuesChanged()).

See Also:
IDataBook

Method Summary
 void calculateRow(IDataBook pDataBook, IDataPage pDataPage, IDataRow pDataRow)
          Is called when a new row is loaded, inserted or updated.
 

Method Detail

calculateRow

void calculateRow(IDataBook pDataBook,
                  IDataPage pDataPage,
                  IDataRow pDataRow)
                  throws java.lang.Throwable
Is called when a new row is loaded, inserted or updated.

The values in the given IDataRow can be changed without that associated events (for example IDataRow.eventValuesChanged() is fired.

Parameters:
pDataBook - the IDataBook.
pDataPage - the IDataPage.
pDataRow - the IDataRow into which the new data should be set.
Throws:
java.lang.Throwable - if an error occurs.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.