DummyGridDataProvider
defines provider for grids that wish to connect to RTTP containers.
this interface.
Attributes | Name and Description |
---|---|
|
caplin.grid.DummyGridDataProvider( mFields, nSize)
Constructs a |
Attributes | Name and Description |
---|---|
|
void
addDataProviderListener(caplin.grid.GridDataProviderListener oDataProviderListener)
Adds a |
|
void
removeDataProviderListener()
Removes a |
|
void
setRequiredFields(int nStartIndex, int nSize)
Sets the start index and total number of rows that this |
|
void
setRowRange(int nStartIndex, int nSize)
Sets the start index and total number of rows that this |
►
caplin.grid.DummyGridDataProvider( mFields, nSize)
Constructs a caplin.grid.DummyGridDataProvider
.
mFields | ||
nSize |
►
void
addDataProviderListener(caplin.grid.GridDataProviderListener oDataProviderListener)
Adds a GridDataProviderListener
to wishes to listen to data updates.
caplin.grid.GridDataProviderListener | oDataProviderListener | The listener to add. |
►
void
removeDataProviderListener()
Removes a GridDataProviderListener
that no longer wishes to listen to data updates.
caplin.grid.GridDataProviderListener | oDataProviderListener The listener to remove. |
►
void
setRequiredFields(int nStartIndex, int nSize)
Sets the start index and total number of rows that this DummyGridDataProvider
should use when notifying listeners
of row updates.
int | nStartIndex | The start index of the first row within the range. |
int | nSize | The number of rows within the range. |
►
void
setRowRange(int nStartIndex, int nSize)
Sets the start index and total number of rows that this DummyGridDataProvider
should use when notifying listeners
of row updates.
int | nStartIndex | The start index of the first row within the range. |
int | nSize | The number of rows within the range. |