|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.centrasite.control.extpt.AbstractReportExtensionItemsProvider
public abstract class AbstractReportExtensionItemsProvider
Basic implementation of ReportExtensionItemsProvider This is used to keep a track of the items that are being contributed by the extension
Constructor Summary | |
---|---|
AbstractReportExtensionItemsProvider()
|
Method Summary | |
---|---|
Item |
getItem(java.lang.Object object)
Provide an item to be rendered |
java.util.Collection |
getItems()
Get the collection of items contributed by the extension |
boolean |
isContributedItem(Item item)
Checks whether the item has been contributed by the extension |
java.util.Collection |
prepareItems()
Prepare items to get them in subsequent calls to getItem(Object object) |
void |
setConnector(Connector connector)
This method should be used for initialisation purposes |
boolean |
supportsDelayedRead()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.centrasite.control.extpt.ReportExtensionItemsProvider |
---|
getChangedImageURL |
Constructor Detail |
---|
public AbstractReportExtensionItemsProvider()
Method Detail |
---|
public void setConnector(Connector connector)
ReportExtensionItemsProvider
setConnector
in interface ReportExtensionItemsProvider
public boolean supportsDelayedRead()
supportsDelayedRead
in interface ItemsProvider
public java.util.Collection prepareItems() throws java.lang.Exception
prepareItems
in interface ItemsProvider
java.lang.Exception
public Item getItem(java.lang.Object object) throws java.lang.Exception
getItem
in interface ItemsProvider
java.lang.Exception
public java.util.Collection getItems() throws java.lang.Exception
getItems
in interface ItemsProvider
java.lang.Exception
public boolean isContributedItem(Item item)
isContributedItem
in interface ReportExtensionItemsProvider
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |