Interface ItemEditorWidgetModel<T extends TypedObject>
- Type Parameters:
T- item type (must be aTypedObject)
- All Superinterfaces:
ItemWidgetModel<T>,WidgetModel
- All Known Implementing Classes:
DefaultItemEditorWidgetModel
An
ItemEditorWidgetModel is a WidgetModel intended to be used by widgets displaying item
editors.
It defines additional methods for specifying the configuration context code used when loading editor UI
configurations.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the UI configuration context code.booleansetConfigurationCode(String confCode) Sets the UI configuration context code toconfCode.Methods inherited from interface de.hybris.platform.cockpit.widgets.models.ItemWidgetModel
getItem, setItemMethods inherited from interface de.hybris.platform.cockpit.widgets.models.WidgetModel
addWidgetModelListener, notifyListeners, removeWidgetModelLlistener
-
Method Details
-
setConfigurationCode
Sets the UI configuration context code toconfCode.- Parameters:
confCode- UI configuration context code- Returns:
- true if a change was made, false otherwise
-
getConfigurationCode
String getConfigurationCode()Returns the UI configuration context code.- Returns:
- UI configuration context code
-