|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.centrasite.control.registry.items.providers.ListItemsProvider
public class ListItemsProvider
Items provider for use with ListReport
Constructor Summary | |
---|---|
ListItemsProvider(Connector connector,
PackageItem item)
|
Method Summary | |
---|---|
Item |
getItem(java.lang.Object object)
Provide an item to be rendered |
java.util.Collection |
getItems()
Provide items to be rendered |
PackageItem |
getList()
|
java.util.Collection |
prepareItems()
Prepare items to get them in subsequent calls to getItem(Object object) |
boolean |
supportsDelayedRead()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListItemsProvider(Connector connector, PackageItem item)
Method Detail |
---|
public Item getItem(java.lang.Object object) throws java.lang.Exception
ItemsProvider
getItem
in interface ItemsProvider
java.lang.Exception
public java.util.Collection getItems() throws java.lang.Exception
ItemsProvider
getItems
in interface ItemsProvider
java.lang.Exception
public java.util.Collection prepareItems() throws java.lang.Exception
ItemsProvider
prepareItems
in interface ItemsProvider
java.lang.Exception
public boolean supportsDelayedRead()
supportsDelayedRead
in interface ItemsProvider
public PackageItem getList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |