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 |
|---|---|
java.lang.String |
getConfigurationCode()
Returns the UI configuration context code.
|
boolean |
setConfigurationCode(java.lang.String confCode)
Sets the UI configuration context code to
confCode. |
getItem, setItemaddWidgetModelListener, notifyListeners, removeWidgetModelLlistenerboolean setConfigurationCode(java.lang.String confCode)
confCode.confCode - UI configuration context codejava.lang.String getConfigurationCode()
Copyright © 2018 SAP SE. All Rights Reserved.