Package de.hybris.platform.cockpit.widgets.models
-
Interface Summary Interface Description ItemEditorWidgetModel<T extends TypedObject> AnItemEditorWidgetModel
is aWidgetModel
intended to be used by widgets displaying item editors.ItemWidgetModel<T> An ItemWidgetModel is a widget model for holding an Item reference of a specific type.ListWidgetModel<E> AListWidgetModel
is aWidgetModel
which holds a list of items.MapWidgetModel<K,V> AMapWidgetModel
is aWidgetModel
holding mapped values.WidgetModel A WidgetModel is, as the name suggests, a widget (view) model.