Uses of Interface
de.hybris.platform.cockpit.widgets.Widget
-
-
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 Widget Modifier and Type Method Description WidgetConfig<Widget<WidgetModel,WidgetController>>ReportWidgetConverter. 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 Widget Modifier and Type Method Description WidgetConfig<Widget<WidgetModel,WidgetController>>ReportWidgetConverterImpl. 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 Widget Modifier and Type Interface Description interfaceWidgetConfig<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.widgets 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.Methods in de.hybris.platform.cockpit.widgets with type parameters of type Widget Modifier and Type Method Description <T extends Widget>
TWidgetFactory. createWidget(java.lang.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 Widget Modifier and Type Class Description classDefaultWidgetConfig<T extends Widget>classDefaultWidgetContainer<T extends Widget>Classes in de.hybris.platform.cockpit.widgets.impl that implement Widget 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 Widget Modifier and Type Method Description WidgetDefaultWidgetFactory. createWidget(java.lang.String widgetCode, WidgetConfig config)Method parameters in de.hybris.platform.cockpit.widgets.impl with type arguments of type Widget Modifier and Type Method Description protected abstract voidAbstractWidgetContentBrowser. createFrame(org.zkoss.zk.ui.HtmlBasedComponent parent, java.util.Map<java.lang.String,Widget> widgetMap)protected voidDefaultWidgetContentBrowser. createFrame(org.zkoss.zk.ui.HtmlBasedComponent parent, java.util.Map<java.lang.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 Modifier and Type Class Description classPortalWidgetContainer<T extends Widget> -
Uses of Widget in de.hybris.platform.cockpit.widgets.renderers
Classes in de.hybris.platform.cockpit.widgets.renderers with type parameters of type Widget Modifier and Type Interface Description interfaceWidgetRenderer<T extends Widget>A widget renderer is responsible for rendering the caption and content of a widget.
-