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
Modifier and TypeFieldDescriptionstatic final ModelType<SelectionModel>
Model type for current selectedelement
of the active editorial tab. -
Method Summary
-
Field Details
-
EDITORIAL
Model type for current selectedelement
of the active editorial tab.- Since:
- 4.2.426
-
-
Method Details
-
getElement
Returns currently selectedIDProvider
. The model type defines which selection context provides this element.- Returns:
- currently selected
IDProvider
. - Since:
- 4.2.426
- See Also:
-