T - Datatype which is the mapping sourcepublic abstract class ViewListCellFactory<T> extends java.lang.Object implements 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.| Constructor and Description |
|---|
ViewListCellFactory() |
| Modifier and Type | Method and Description |
|---|---|
de.saxsys.jfx.mvvm.base.view.util.viewlist.ViewListCell<T> |
call(javafx.scene.control.ListView<T> element) |
abstract ViewTuple<? extends ViewModel> |
map(T element)
Map a
ViewTuple. |
public abstract ViewTuple<? extends ViewModel> map(T element)
ViewTupleMapperViewTuple.map in interface ViewTupleMapper<T>element - to mapViewTupleCopyright © 2013 Saxonia Systems AG. All Rights Reserved.