Class MFXTableViewBuilder<I,E extends DetailModel<I>>
java.lang.Object
cz.masci.springfx.mvci.util.builder.MFXTableViewBuilder<I,E>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowsMultipleSelection(boolean allowsMultipleSelection) io.github.palexdev.materialfx.controls.MFXTableView<E> build()static <I,E extends DetailModel<I>>
MFXTableViewBuilder<I, E> builder(BaseListModel<I, E> viewModel) maxHeight(double maxHeight) maxWidth(double maxWidth)
-
Constructor Details
-
MFXTableViewBuilder
public MFXTableViewBuilder()
-
-
Method Details
-
builder
public static <I,E extends DetailModel<I>> MFXTableViewBuilder<I,E> builder(BaseListModel<I, E> viewModel) -
maxHeight
-
maxWidth
-
column
-
column
-
allowsMultipleSelection
-
build
-