public interface ReportExtensionItemsProvider extends ItemsProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChangedImageURL(Item item)
Get icon to be used in "Changed" column for Item added due to extension
|
boolean |
isContributedItem(Item item)
Check whether this ReportExtensionItemsProvider contributed the given Item
|
void |
setConnector(Connector connector)
This method should be used for initialisation purposes
|
getItem, getItems, prepareItems, supportsDelayedRead
void setConnector(Connector connector)
connector
- boolean isContributedItem(Item item)
item
- java.lang.String getChangedImageURL(Item item)
item
-