| Package | Description |
|---|---|
| de.saxsys.mvvmfx.utils.itemlist |
Show model lists in UI controls like (i.e. in
ListView's without leaking dependencies from the view to the model. |
| Constructor and Description |
|---|
ItemList(javafx.collections.ObservableList<ListType> modelList,
ModelToStringFunction<ListType> modelToStringMapper)
Creates a
ItemList by a given list of items and a string converter. |
SelectableItemList(javafx.collections.ObservableList<ListType> itemList,
ModelToStringFunction<ListType> modelToStringMapper)
Creates a
SelectableItemList by a given list of items and a ModelToStringFunction. |
Copyright © 2019 Saxonia Systems AG. All rights reserved.