Interface SelectionModel


public interface SelectionModel
Simple model for a single IDProvider selection, used in different selection contexts of the java-client (e.g. EDITORIAL).

Example:

  servicesBroker.getService(ModelService.class).addModelListener(SelectionModel.EDITORIAL, new MyListener());

See usages for existing application types.

Since:
4.2.426
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Model type for current selected element of the active editorial tab.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable IDProvider
    Returns currently selected IDProvider.
  • Field Details

  • Method Details

    • getElement

      @Nullable @Nullable IDProvider getElement()
      Returns currently selected IDProvider. The model type defines which selection context provides this element.
      Returns:
      currently selected IDProvider.
      Since:
      4.2.426
      See Also: