Uses of Interface
de.hybris.platform.cockpit.widgets.controllers.WidgetController
Packages that use WidgetController
Package
Description
-
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 WidgetControllerModifier and TypeMethodDescriptionReportWidgetConverter.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 WidgetControllerModifier and TypeMethodDescriptionReportWidgetConverterImpl.createWidgetConfig(WidgetPreferencesModel widgetPreferences) -
Uses of WidgetController in de.hybris.platform.cockpit.widgets
Classes in de.hybris.platform.cockpit.widgets with type parameters of type WidgetControllerModifier and TypeInterfaceDescriptioninterfaceInputWidget<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 WidgetControllerModifier and TypeMethodDescriptionWidgetConfig.getWidgetController()Returns the widget controller.Methods in de.hybris.platform.cockpit.widgets with parameters of type WidgetControllerModifier and TypeMethodDescriptionvoidWidgetConfig.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 WidgetControllerModifier and TypeInterfaceDescriptioninterfaceWidgetAdapter<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 WidgetControllerModifier and TypeClassDescriptionclassAbstractWidgetAdapter<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 WidgetControllerModifier and TypeClassDescriptionclassClass 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 WidgetControllerModifier and TypeClassDescriptionclassAbstractWidget<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 WidgetControllerMethods in de.hybris.platform.cockpit.widgets.impl with parameters of type WidgetControllerModifier and TypeMethodDescriptionvoidDefaultWidgetConfig.setWidgetController(WidgetController widgetController)