T - item type (must be a TypedObject)public interface ItemEditorWidgetModel<T extends TypedObject> extends ItemWidgetModel<T>
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.UIComponentConfiguration| Modifier and Type | Method and Description |
|---|---|
String |
getConfigurationCode()
Returns the UI configuration context code.
|
boolean |
setConfigurationCode(String confCode)
Sets the UI configuration context code to
confCode. |
getItem, setItemaddWidgetModelListener, notifyListeners, removeWidgetModelLlistenerboolean setConfigurationCode(String confCode)
confCode.confCode - UI configuration context codeString getConfigurationCode()
Copyright © 2017 SAP SE. All Rights Reserved.