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 Constructor Description DefaultItemEditorWidgetModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetConfigurationCode()Returns the UI configuration context code.booleansetConfigurationCode(java.lang.String confCode)Sets the UI configuration context code toconfCode.-
Methods inherited from class de.hybris.platform.cockpit.widgets.models.impl.DefaultItemWidgetModel
getItem, setItem
-
Methods inherited from class de.hybris.platform.cockpit.widgets.models.impl.AbstractWidgetModel
addWidgetModelListener, getWidgetModelListeners, notifyListeners, notifyListeners, removeWidgetModelLlistener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.cockpit.widgets.models.ItemWidgetModel
getItem, setItem
-
Methods inherited from interface de.hybris.platform.cockpit.widgets.models.WidgetModel
addWidgetModelListener, notifyListeners, removeWidgetModelLlistener
-
-
-
-
Method Detail
-
setConfigurationCode
public boolean setConfigurationCode(java.lang.String confCode)
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
public java.lang.String getConfigurationCode()
Description copied from interface:ItemEditorWidgetModelReturns the UI configuration context code.- Specified by:
getConfigurationCodein interfaceItemEditorWidgetModel<T extends TypedObject>- Returns:
- UI configuration context code
-
-