Interface ItemEditorWidgetModel<T extends TypedObject>

Type Parameters:
T - item type (must be a TypedObject)
All Superinterfaces:
ItemWidgetModel<T>, WidgetModel
All Known Implementing Classes:
DefaultItemEditorWidgetModel

public interface ItemEditorWidgetModel<T extends TypedObject> extends ItemWidgetModel<T>
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 Details

    • setConfigurationCode

      boolean setConfigurationCode(String confCode)
      Sets the UI configuration context code to confCode.
      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