ListView.See: Description
| Interface | Description |
|---|---|
| ViewListCellFactory<T> |
Factory which provides the mapping between some data to a
ViewTuple. |
| ViewTupleMapper<T> |
Declares how to map from a
<T> to a ViewTuple. |
| Class | Description |
|---|---|
| CachedViewModelCellFactory<V extends de.saxsys.mvvmfx.internal.viewloader.View<VM>,VM extends ViewModel> |
An implementation of the
ViewListCellFactory that can be used for ListViews that are based on a list
of ViewModels. |
| ViewListCell<T> |
Cell which displays the
View from a ViewTuple. |
ListView.Copyright © 2019 Saxonia Systems AG. All rights reserved.