Uses of Interface
cz.masci.springfx.mvci.model.detail.DetailModel
Packages that use DetailModel
Package
Description
-
Uses of DetailModel in cz.masci.springfx.mvci.controller.impl
Classes in cz.masci.springfx.mvci.controller.impl with type parameters of type DetailModelModifier and TypeClassDescriptionclassOperableDetailController<I,E extends DetailModel<I>> The OperableDetailController class is responsible for controlling the operations and state of a detail view.classOperableManagerController<I,E extends DetailModel<I>> The OperableManagerController class is a generic class that provides operations for managing objects in a list. -
Uses of DetailModel in cz.masci.springfx.mvci.model.detail.impl
Classes in cz.masci.springfx.mvci.model.detail.impl that implement DetailModel -
Uses of DetailModel in cz.masci.springfx.mvci.model.list.impl
Classes in cz.masci.springfx.mvci.model.list.impl with type parameters of type DetailModel -
Uses of DetailModel in cz.masci.springfx.mvci.util
Methods in cz.masci.springfx.mvci.util with type parameters of type DetailModelModifier 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 DetailModel in cz.masci.springfx.mvci.util.builder
Classes in cz.masci.springfx.mvci.util.builder with type parameters of type DetailModelMethods in cz.masci.springfx.mvci.util.builder with type parameters of type DetailModelModifier and TypeMethodDescriptionstatic <I,E extends DetailModel<I>>
MFXTableViewBuilder<I,E> MFXTableViewBuilder.builder(BaseListModel<I, E> viewModel)