|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.util.pager.PageFetcher
org.hyperic.util.pager.StaticPageFetcher
public class StaticPageFetcher
A fetcher which uses a static array of strings to page through.
Constructor Summary | |
---|---|
StaticPageFetcher(java.util.List data)
|
|
StaticPageFetcher(java.lang.String[] 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 |
---|
public StaticPageFetcher(java.lang.String[] data)
public StaticPageFetcher(java.util.List data)
Method Detail |
---|
public PageList getPage(PageControl control) throws PageFetchException
PageFetcher
getPage
in class PageFetcher
PageFetchException
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |