Uses of Interface
de.hybris.platform.cockpit.widgets.WidgetFactory
-
-
Uses of WidgetFactory in de.hybris.platform.cockpit.widgets
Methods in de.hybris.platform.cockpit.widgets that return WidgetFactory Modifier and Type Method Description WidgetFactoryWidgetContainer. getWidgetFactory()Returns theWidgetFactoryused for creating widgets.Methods in de.hybris.platform.cockpit.widgets with parameters of type WidgetFactory Modifier and Type Method Description voidWidgetContainer. setWidgetFactory(WidgetFactory widgetFactory)Sets theWidgetFactoryused for creating widgets. -
Uses of WidgetFactory in de.hybris.platform.cockpit.widgets.browsers
Methods in de.hybris.platform.cockpit.widgets.browsers that return WidgetFactory Modifier and Type Method Description WidgetFactoryDefaultWidgetBrowserModel. getWidgetFactory()Returns the widget factory used for creating widgets.WidgetFactoryWidgetBrowserModel. getWidgetFactory()Returns the widget factory used for creating widgets.Methods in de.hybris.platform.cockpit.widgets.browsers with parameters of type WidgetFactory Modifier and Type Method Description voidDefaultWidgetBrowserModel. setWidgetFactory(WidgetFactory widgetFactory)voidWidgetBrowserModel. setWidgetFactory(WidgetFactory widgetFactory)Sets the widget factory to be used when creating widgets. -
Uses of WidgetFactory in de.hybris.platform.cockpit.widgets.impl
Classes in de.hybris.platform.cockpit.widgets.impl that implement WidgetFactory Modifier and Type Class Description classDefaultWidgetFactoryDefault widget creation factory implementation.Methods in de.hybris.platform.cockpit.widgets.impl that return WidgetFactory Modifier and Type Method Description WidgetFactoryDefaultWidgetContainer. getWidgetFactory()protected WidgetFactoryDefaultWidgetContentBrowser. getWidgetFactory()Methods in de.hybris.platform.cockpit.widgets.impl with parameters of type WidgetFactory Modifier and Type Method Description voidDefaultWidgetContainer. setWidgetFactory(WidgetFactory widgetFactory)Constructors in de.hybris.platform.cockpit.widgets.impl with parameters of type WidgetFactory Constructor Description DefaultWidgetContainer(WidgetFactory factory) -
Uses of WidgetFactory in de.hybris.platform.cockpit.widgets.portal
Constructors in de.hybris.platform.cockpit.widgets.portal with parameters of type WidgetFactory Constructor Description PortalWidgetContainer(WidgetFactory factory)
-