Uses of Class
cz.masci.springfx.mvci.model.list.impl.BaseListModel
Packages that use BaseListModel
-
Uses of BaseListModel in cz.masci.springfx.mvci.util
Methods in cz.masci.springfx.mvci.util with parameters of type BaseListModelModifier and TypeMethodDescriptionstatic <T,E extends DetailModel<T>>
voidMFXBuilderUtils.initSelectionModel(io.github.palexdev.materialfx.selection.base.IMultipleSelectionModel<E> selectionModel, Runnable update, BaseListModel<T, E> viewModel) -
Uses of BaseListModel in cz.masci.springfx.mvci.util.builder
Methods in cz.masci.springfx.mvci.util.builder with parameters of type BaseListModelModifier and TypeMethodDescriptionstatic <I,E extends DetailModel<I>>
MFXTableViewBuilder<I,E> MFXTableViewBuilder.builder(BaseListModel<I, E> viewModel)