Class DefaultItemEditorWidgetModel<T extends TypedObject>
java.lang.Object
de.hybris.platform.cockpit.widgets.models.impl.AbstractWidgetModel
de.hybris.platform.cockpit.widgets.models.impl.DefaultItemWidgetModel<T>
de.hybris.platform.cockpit.widgets.models.impl.DefaultItemEditorWidgetModel<T>
- All Implemented Interfaces:
ItemEditorWidgetModel<T>,ItemWidgetModel<T>,WidgetModel
public class DefaultItemEditorWidgetModel<T extends TypedObject>
extends DefaultItemWidgetModel<T>
implements ItemEditorWidgetModel<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the UI configuration context code.booleansetConfigurationCode(String confCode) Sets the UI configuration context code toconfCode.Methods inherited from class de.hybris.platform.cockpit.widgets.models.impl.DefaultItemWidgetModel
getItem, setItemMethods inherited from class de.hybris.platform.cockpit.widgets.models.impl.AbstractWidgetModel
addWidgetModelListener, getWidgetModelListeners, notifyListeners, notifyListeners, removeWidgetModelLlistenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
DefaultItemEditorWidgetModel
public DefaultItemEditorWidgetModel()
-
-
Method Details
-
setConfigurationCode
Description copied from interface:ItemEditorWidgetModelSets the UI configuration context code toconfCode.- Specified by:
setConfigurationCodein interfaceItemEditorWidgetModel<T extends TypedObject>- Parameters:
confCode- UI configuration context code- Returns:
- true if a change was made, false otherwise
-
getConfigurationCode
Description copied from interface:ItemEditorWidgetModelReturns the UI configuration context code.- Specified by:
getConfigurationCodein interfaceItemEditorWidgetModel<T extends TypedObject>- Returns:
- UI configuration context code
-