| Package | Description |
|---|---|
| de.saxsys.mvvmfx |
Contains the core mvvmFX classes, interfaces and annotations.
|
| de.saxsys.mvvmfx.utils.viewlist |
Use mvvmFX views as elements in a
ListView. |
| Modifier and Type | Method and Description |
|---|---|
ViewTuple<ViewType,ViewModelType> |
FluentViewLoader.JavaViewStep.load()
The final step of the Fluent API.
|
ViewTuple<ViewType,ViewModelType> |
FluentViewLoader.FxmlViewStep.load()
The final step of the Fluent API.
|
| Modifier and Type | Method and Description |
|---|---|
ViewTuple<? extends de.saxsys.mvvmfx.internal.viewloader.View,? extends ViewModel> |
ViewListCellFactory.map(T element) |
ViewTuple<? extends de.saxsys.mvvmfx.internal.viewloader.View,? extends ViewModel> |
ViewTupleMapper.map(T element)
Map a
<T> to a ViewTuple. |
abstract ViewTuple<? extends de.saxsys.mvvmfx.internal.viewloader.View,? extends ViewModel> |
ViewListCell.map(T element) |
ViewTuple<V,VM> |
CachedViewModelCellFactory.map(VM viewModel) |
| Modifier and Type | Method and Description |
|---|---|
static <V extends de.saxsys.mvvmfx.internal.viewloader.View<VM>,VM extends ViewModel> |
CachedViewModelCellFactory.create(javafx.util.Callback<VM,ViewTuple<V,VM>> callback) |
| Constructor and Description |
|---|
CachedViewModelCellFactory(javafx.util.Callback<VM,ViewTuple<V,VM>> loadFactory) |
Copyright © 2019 Saxonia Systems AG. All rights reserved.