Uses of Interface
de.hybris.platform.cockpit.widgets.models.WidgetModel
-
-
Uses of WidgetModel in de.hybris.platform.cockpit.reports.widgets.converter
Methods in de.hybris.platform.cockpit.reports.widgets.converter that return types with arguments of type WidgetModel Modifier and Type Method Description WidgetConfig<Widget<WidgetModel,WidgetController>>ReportWidgetConverter. createWidgetConfig(WidgetPreferencesModel widgetPreferences) -
Uses of WidgetModel 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 WidgetModel Modifier and Type Method Description WidgetConfig<Widget<WidgetModel,WidgetController>>ReportWidgetConverterImpl. createWidgetConfig(WidgetPreferencesModel widgetPreferences) -
Uses of WidgetModel in de.hybris.platform.cockpit.widgets
Classes in de.hybris.platform.cockpit.widgets with type parameters of type WidgetModel 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 WidgetModel Modifier and Type Method Description WidgetModelWidgetConfig. getWidgetModel()Returns the widget (view) model.Methods in de.hybris.platform.cockpit.widgets with parameters of type WidgetModel Modifier and Type Method Description voidWidgetConfig. setWidgetModel(WidgetModel model)Sets the widget (view) model tomodel -
Uses of WidgetModel in de.hybris.platform.cockpit.widgets.adapters
Classes in de.hybris.platform.cockpit.widgets.adapters with type parameters of type WidgetModel Modifier and Type Interface Description interfaceWidgetAdapter<T extends WidgetModel,U extends WidgetController> -
Uses of WidgetModel in de.hybris.platform.cockpit.widgets.adapters.impl
Classes in de.hybris.platform.cockpit.widgets.adapters.impl with type parameters of type WidgetModel Modifier and Type Class Description classAbstractWidgetAdapter<T extends WidgetModel,U extends WidgetController> -
Uses of WidgetModel in de.hybris.platform.cockpit.widgets.impl
Classes in de.hybris.platform.cockpit.widgets.impl with type parameters of type WidgetModel 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 WidgetModel Modifier and Type Method Description WidgetModelDefaultWidgetConfig. getWidgetModel()Methods in de.hybris.platform.cockpit.widgets.impl with parameters of type WidgetModel Modifier and Type Method Description voidDefaultWidgetConfig. setWidgetModel(WidgetModel model) -
Uses of WidgetModel in de.hybris.platform.cockpit.widgets.models
Subinterfaces of WidgetModel in de.hybris.platform.cockpit.widgets.models Modifier and Type Interface Description interfaceItemEditorWidgetModel<T extends TypedObject>AnItemEditorWidgetModelis aWidgetModelintended to be used by widgets displaying item editors.interfaceItemWidgetModel<T>An ItemWidgetModel is a widget model for holding an Item reference of a specific type.interfaceListWidgetModel<E>AListWidgetModelis aWidgetModelwhich holds a list of items.interfaceMapWidgetModel<K,V>AMapWidgetModelis aWidgetModelholding mapped values. -
Uses of WidgetModel in de.hybris.platform.cockpit.widgets.models.impl
Classes in de.hybris.platform.cockpit.widgets.models.impl that implement WidgetModel Modifier and Type Class Description classAbstractWidgetModelclassDefaultItemEditorWidgetModel<T extends TypedObject>classDefaultItemWidgetModel<T>classDefaultListWidgetModel<E>classDefaultMapWidgetModel<K,V>
-