Uses of Interface
de.espirit.firstspirit.client.plugin.report.ReportItem
Package
Description
Provides interfaces and types for client plugins.
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
public hotspot
of FirstSpirit.Provides interfaces and types for web client report plugins.
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
public hotspot
of FirstSpirit into the reporting area of the web client.-
Uses of ReportItem in de.espirit.firstspirit.client.plugin
Modifier and TypeMethodDescription@Nullable ReportItem<T>
ReportPlugin.getDefaultItem()
Returns the default item of this report plugin, ornull
if not supported. -
Uses of ReportItem in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Modifier and TypeMethodDescription@Nullable ReportItem<D>
ReportItemsProviding.Adapter.getClickItem()
Returns the click item of this report plugin.@Nullable ReportItem<D>
ReportItemsProviding.getClickItem()
Returns the click item of this report plugin.Modifier and TypeMethodDescription@NotNull Collection<? extends ReportItem<D>>
ReportItemsProviding.Adapter.getItems()
Provides an arbitrary number of report items defining actions available with a single entry.@NotNull Collection<? extends ReportItem<D>>
ReportItemsProviding.getItems()
Provides an arbitrary number of report items defining actions available with a single entry. -
Uses of ReportItem in de.espirit.firstspirit.client.plugin.report
Modifier and TypeInterfaceDescriptioninterface
An executable item to be used in java client reports. -
Uses of ReportItem in de.espirit.firstspirit.webedit.plugin.report
Modifier and TypeInterfaceDescriptioninterface
Item providing a native script for client-side execution in the context of webedit reports.interface
An executable item to be used in web client reports.