|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRowCalculator
The IRowCalculator
is used for calculating/providing data dynamically
at runtime, without firing associated events (for example
IDataRow.eventValuesChanged()
).
IDataBook
Method Summary | |
---|---|
void |
calculateRow(IDataBook pDataBook,
IDataPage pDataPage,
IDataRow pDataRow)
Is called when a new row is loaded, inserted or updated. |
Method Detail |
---|
void calculateRow(IDataBook pDataBook, IDataPage pDataPage, IDataRow pDataRow) throws java.lang.Throwable
The values in the given IDataRow
can be changed without that
associated events (for example IDataRow.eventValuesChanged()
is
fired.
pDataBook
- the IDataBook
.pDataPage
- the IDataPage
.pDataRow
- the IDataRow
into which the new data should be
set.
java.lang.Throwable
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |