com.centrasite.control.adapters.collection.grid
Class LazyGridListener
java.lang.Object
com.centrasite.control.adapters.collection.DefaultReportCollectionListener
com.centrasite.control.adapters.collection.grid.LazyGridListener
- All Implemented Interfaces:
- ReportCollectionListener, com.softwareag.cis.server.util.ISSSARRAYInfoListener
public class LazyGridListener
- extends DefaultReportCollectionListener
- implements com.softwareag.cis.server.util.ISSSARRAYInfoListener
ISSSARRAYInfoListener
implementation reusing the default
lazy way of loading data from DefaultReportCollectionListener
.
Method Summary |
void |
prepareAllItems(com.softwareag.cis.server.util.SSSARRAYInfo objects)
|
void |
prepareItems(com.softwareag.cis.server.util.SSSARRAYInfo objects,
int topIndex,
int rowCount)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyGridListener
public LazyGridListener(com.centrasite.control.discovery.ItemsProvider provider,
GridCollection gridCollection)
prepareAllItems
public void prepareAllItems(com.softwareag.cis.server.util.SSSARRAYInfo objects)
- Specified by:
prepareAllItems
in interface com.softwareag.cis.server.util.ISSSARRAYInfoListener
prepareItems
public void prepareItems(com.softwareag.cis.server.util.SSSARRAYInfo objects,
int topIndex,
int rowCount)
- Specified by:
prepareItems
in interface com.softwareag.cis.server.util.ISSSARRAYInfoListener