Uses of Interface
de.hybris.platform.cockpit.widgets.controllers.WidgetController
-
-
Uses of WidgetController in de.hybris.platform.cockpit.reports.widgets.converter
Methods in de.hybris.platform.cockpit.reports.widgets.converter that return types with arguments of type WidgetController Modifier and Type Method Description WidgetConfig<Widget<WidgetModel,WidgetController>>ReportWidgetConverter. createWidgetConfig(WidgetPreferencesModel widgetPreferences) -
Uses of WidgetController in de.hybris.platform.cockpit.reports.widgets.converter.impl
Methods in de.hybris.platform.cockpit.reports.widgets.converter.impl that return types with arguments of type WidgetController Modifier and Type Method Description WidgetConfig<Widget<WidgetModel,WidgetController>>ReportWidgetConverterImpl. createWidgetConfig(WidgetPreferencesModel widgetPreferences) -
Uses of WidgetController in de.hybris.platform.cockpit.widgets
Classes in de.hybris.platform.cockpit.widgets with type parameters of type WidgetController Modifier and Type Interface Description interfaceInputWidget<T extends WidgetModel,U extends WidgetController>An input widget is a widget with an input component.interfaceListboxWidget<T extends WidgetModel,U extends WidgetController>A list box widget is a widget which displays items in a list.interfaceWidget<T extends WidgetModel,U extends WidgetController>A Widget component is an independent view component providing a caption and a content area as well as focus handling.Methods in de.hybris.platform.cockpit.widgets that return WidgetController Modifier and Type Method Description WidgetControllerWidgetConfig. getWidgetController()Returns the widget controller.Methods in de.hybris.platform.cockpit.widgets with parameters of type WidgetController Modifier and Type Method Description voidWidgetConfig. setWidgetController(WidgetController controller)Sets the widget controller to be used by a created widget. -
Uses of WidgetController in de.hybris.platform.cockpit.widgets.adapters
Classes in de.hybris.platform.cockpit.widgets.adapters with type parameters of type WidgetController Modifier and Type Interface Description interfaceWidgetAdapter<T extends WidgetModel,U extends WidgetController> -
Uses of WidgetController in de.hybris.platform.cockpit.widgets.adapters.impl
Classes in de.hybris.platform.cockpit.widgets.adapters.impl with type parameters of type WidgetController Modifier and Type Class Description classAbstractWidgetAdapter<T extends WidgetModel,U extends WidgetController> -
Uses of WidgetController in de.hybris.platform.cockpit.widgets.controllers.impl
Classes in de.hybris.platform.cockpit.widgets.controllers.impl that implement WidgetController Modifier and Type Class Description classAbstractWidgetControllerClass intended to be used as a base class when implementing customWidgetControllers. -
Uses of WidgetController in de.hybris.platform.cockpit.widgets.impl
Classes in de.hybris.platform.cockpit.widgets.impl with type parameters of type WidgetController Modifier and Type Class Description classAbstractWidget<T extends WidgetModel,U extends WidgetController>classDefaultInputWidget<T extends WidgetModel,U extends WidgetController>classDefaultListboxWidget<T extends WidgetModel,U extends WidgetController>classDefaultWidget<T extends WidgetModel,U extends WidgetController>Methods in de.hybris.platform.cockpit.widgets.impl that return WidgetController Modifier and Type Method Description WidgetControllerDefaultWidgetConfig. getWidgetController()Methods in de.hybris.platform.cockpit.widgets.impl with parameters of type WidgetController Modifier and Type Method Description voidDefaultWidgetConfig. setWidgetController(WidgetController widgetController)
-