public interface SelectionModel
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.
ServicesBroker.getService(Class)
,
EDITORIAL
Modifier and Type | Field and Description |
---|---|
static ModelType<SelectionModel> |
EDITORIAL
Model type for current selected
element of the active editorial tab. |
Modifier and Type | Method and Description |
---|---|
IDProvider |
getElement()
Returns currently selected
IDProvider . |
static final ModelType<SelectionModel> EDITORIAL
element
of the active editorial tab.@Nullable IDProvider getElement()
IDProvider
. The model type defines which selection context provides
this element.IDProvider
.EDITORIAL
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500