Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.pager
Class ListPageFetcher

java.lang.Object
  extended by org.hyperic.util.pager.PageFetcher
      extended by org.hyperic.util.pager.ListPageFetcher

public class ListPageFetcher
extends PageFetcher

A PageFetcher which works with a pre-fetched list as the data backing the fetcher.


Constructor Summary
ListPageFetcher(java.util.List data)
           
 
Method Summary
 PageList getPage(PageControl control)
          Get a page of data, as specified by the control.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListPageFetcher

public ListPageFetcher(java.util.List data)
Method Detail

getPage

public PageList getPage(PageControl control)
Description copied from class: PageFetcher
Get a page of data, as specified by the control.

Specified by:
getPage in class PageFetcher

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.