Package io.jmix.ui.bulk
Interface BulkEditorDataService
- All Known Implementing Classes:
BulkEditorDataServiceImpl
public interface BulkEditorDataService
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescription<E> List<E>
reload
(BulkEditorDataService.LoadDescriptor<E> loadDescriptor) Reloads selected items with the passed view.
-
Method Details
-
reload
Reloads selected items with the passed view.- Parameters:
loadDescriptor
- load descriptor- Returns:
- reloaded instances
-