T - Datatype which is the mapping source@FunctionalInterface public interface ViewListCellFactory<T> extends javafx.util.Callback<javafx.scene.control.ListView<T>,javafx.scene.control.ListCell<T>>, ViewTupleMapper<T>
ViewTuple. You can use this, for transforming lists
of technical IDs in the ViewModel to a ListView which displays View by a given
ViewTuple.| Modifier and Type | Method and Description |
|---|---|
default ViewListCell<T> |
call(javafx.scene.control.ListView<T> element) |
ViewTuple<? extends de.saxsys.mvvmfx.internal.viewloader.View,? extends ViewModel> |
map(T element)
Map a
<T> to a ViewTuple. |
ViewTuple<? extends de.saxsys.mvvmfx.internal.viewloader.View,? extends ViewModel> map(T element)
ViewTupleMapper<T> to a ViewTuple.map in interface ViewTupleMapper<T>element - to mapViewTupledefault ViewListCell<T> call(javafx.scene.control.ListView<T> element)
Copyright © 2019 Saxonia Systems AG. All rights reserved.