|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReportCollectionListener
Interface for 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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |