Uses of Interface
de.hybris.platform.cockpit.widgets.Widget
Packages that use Widget
Package
Description
-
Uses of Widget in de.hybris.platform.cockpit.reports.widgets.converter
Methods in de.hybris.platform.cockpit.reports.widgets.converter that return types with arguments of type WidgetModifier and TypeMethodDescriptionReportWidgetConverter.createWidgetConfig(WidgetPreferencesModel widgetPreferences) -
Uses of Widget 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 WidgetModifier and TypeMethodDescriptionReportWidgetConverterImpl.createWidgetConfig(WidgetPreferencesModel widgetPreferences) protected WidgetRenderer<Widget>ReportWidgetConverterImpl.createWidgetRenderer(WidgetPreferencesModel widgetPreferences) -
Uses of Widget in de.hybris.platform.cockpit.widgets
Classes in de.hybris.platform.cockpit.widgets with type parameters of type WidgetModifier and TypeInterfaceDescriptioninterfaceWidgetConfig<T extends Widget>A widget configuration holds widget creation information used by aWidgetFactorywhen creating widget components.interfaceWidgetContainer<T extends Widget>A WidgetContainer is used to group widgets together.Subinterfaces of Widget in de.hybris.platform.cockpit.widgetsModifier 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.Methods in de.hybris.platform.cockpit.widgets with type parameters of type WidgetModifier and TypeMethodDescription<T extends Widget>
TWidgetFactory.createWidget(String widgetCode, WidgetConfig config) Creates and returns a widget component based on the passed widget configuration config. -
Uses of Widget in de.hybris.platform.cockpit.widgets.impl
Classes in de.hybris.platform.cockpit.widgets.impl with type parameters of type WidgetModifier and TypeClassDescriptionclassDefaultWidgetConfig<T extends Widget>classDefaultWidgetContainer<T extends Widget>Classes in de.hybris.platform.cockpit.widgets.impl that implement WidgetModifier 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 WidgetModifier and TypeMethodDescriptionDefaultWidgetFactory.createWidget(String widgetCode, WidgetConfig config) Method parameters in de.hybris.platform.cockpit.widgets.impl with type arguments of type WidgetModifier and TypeMethodDescriptionprotected abstract voidAbstractWidgetContentBrowser.createFrame(org.zkoss.zk.ui.HtmlBasedComponent parent, Map<String, Widget> widgetMap) protected voidDefaultWidgetContentBrowser.createFrame(org.zkoss.zk.ui.HtmlBasedComponent parent, Map<String, Widget> widgets) -
Uses of Widget in de.hybris.platform.cockpit.widgets.portal
Classes in de.hybris.platform.cockpit.widgets.portal with type parameters of type Widget -
Uses of Widget in de.hybris.platform.cockpit.widgets.renderers
Classes in de.hybris.platform.cockpit.widgets.renderers with type parameters of type WidgetModifier and TypeInterfaceDescriptioninterfaceWidgetRenderer<T extends Widget>A widget renderer is responsible for rendering the caption and content of a widget.