SELECTION
- is the generic type of the individual row from the master panel.DETAIL
- is the generic type of the actual value representing the <SELECTION> that gets set in
the details panel.public interface UiHandlerDetailsForSelection<SELECTION,DETAIL> extends UiHandler
UiHandler
that allows to get the
details for a selection
. It is dedicated for AbstractUiWidgetCustomMasterDetail
and allows to
display a reduced list of data objects in master
list
with (lazy) loading of the details
via
this handler. This interface should typically be implemented by the controller (if it calls services on the
server).Modifier and Type | Method and Description |
---|---|
DETAIL |
getDetailsForSelection(SELECTION selection)
This method gets the <DETAIL> for the given <SELECTION>.
|
DETAIL getDetailsForSelection(SELECTION selection)
selection
- is the object that has just been selected (in
AbstractUiWidgetCustomMasterDetail.getMasterList()
).AbstractUiWidgetCustomMasterDetail.getDetailPanel()
.Copyright © 2001–2016 mmm-Team. All rights reserved.