Interface MultiObjectsSelectionDialogEditingSupport.SelectedElementsBuilder<T,E,W,R>
- All Known Implementing Classes:
MultiObjectsSelectionDialogEditingSupport.Builder
- Enclosing class:
MultiObjectsSelectionDialogEditingSupport
public static interface MultiObjectsSelectionDialogEditingSupport.SelectedElementsBuilder<T,E,W,R>
-
Method Summary
Modifier and TypeMethodDescriptionselectedElements(Function<T, List<W>> elementsExtractor) selectedElements(List<W> elements) Set the list of items that will be marked as selected in the selection dialog
-
Method Details