Modifier and Type | Method and Description |
---|---|
ReportPluginProvider<T> |
createProvider()
Factory method to create an object provider instance for use with this report plug-in.
|
ReportPluginRenderer<T> |
createRenderer()
Factory method to create a renderer instance for use with this report plug-in.
|
String |
getIcon(boolean selected)
Returns a URL for the report's icon graphic that will be shown in the WebClient.
|
List<Parameter<?>> |
getParameter()
Returns a list of parameter definitions of this report plug-in, used to enable filter configuration by users within
the user interface.
|
String |
getTitle()
Returns a human-readable title representing this report plug-in.
|
String getTitle()
@Nullable String getIcon(boolean selected)
selected
- The selected-state of the icon.null
if a generic icon should be used.List<Parameter<?>> getParameter()
Parameter
list.ReportPluginProvider<T> createProvider()
ReportPluginRenderer<T> createRenderer()
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500