public interface ReportCollectionListener
ReportCollection
listeners. Provides server-side
scrolling capabilities. Implementors are expected to also implement
ApplicationDesigner specific interfaces (ISSSTREECollectionListener, ISSSARRAYInfoListener)
so that they can be used with designer collections.Modifier and Type | Method and Description |
---|---|
void |
initialize()
Initialize the instance.
|
void |
prepareAllItems(ReportCollection collection)
Prepares all items of the given
ReportCollection . |
void |
prepareItems(ReportCollection collection,
int topIndex,
int rowCount)
Prepares rowCounf number of items of the given collection starting from the given index.
|
void |
removedLine(int index)
Notifies this listener that line with the given index has been removed from the collection.
|
void initialize()
void prepareAllItems(ReportCollection collection)
ReportCollection
.collection
- void prepareItems(ReportCollection collection, int topIndex, int rowCount)
collection
- topIndex
- Index to start from.rowCount
- Number of items to be prepared.void removedLine(int index)
index
-