Uses of Interface
de.hybris.platform.cockpit.reports.widgets.ReportWidget
-
Packages that use ReportWidget Package Description de.hybris.platform.cockpit.reports.widgets de.hybris.platform.cockpit.reports.widgets.factory de.hybris.platform.cockpit.reports.widgets.factory.impl -
-
Uses of ReportWidget in de.hybris.platform.cockpit.reports.widgets
Classes in de.hybris.platform.cockpit.reports.widgets that implement ReportWidget Modifier and Type Class Description class
JasperWidget
Jasper widget, one of the forms of report widget -
Uses of ReportWidget in de.hybris.platform.cockpit.reports.widgets.factory
Methods in de.hybris.platform.cockpit.reports.widgets.factory that return ReportWidget Modifier and Type Method Description ReportWidget
ReportWidgetFactory. getWidget(WidgetPreferencesModel configuration)
return widget for configuration -
Uses of ReportWidget in de.hybris.platform.cockpit.reports.widgets.factory.impl
Methods in de.hybris.platform.cockpit.reports.widgets.factory.impl that return ReportWidget Modifier and Type Method Description ReportWidget
ReportWidgetFactoryImpl. getWidget(WidgetPreferencesModel configuration)
Method parameters in de.hybris.platform.cockpit.reports.widgets.factory.impl with type arguments of type ReportWidget Modifier and Type Method Description void
ReportWidgetFactoryImpl. setWidgets(java.util.List<ReportWidget> widgets)
-