| Package | Description |
|---|---|
| de.saxsys.jfx.mvvm.base.viewmodel.util.itemlist |
| Constructor and Description |
|---|
ItemList(javafx.collections.ObservableList<ListType> modelList,
ModelToStringMapper<ListType> modelToStringMapper)
Creates a
ItemList by a given list of items and a string
converter. |
SelectableItemList(javafx.collections.ObservableList<ListType> itemList,
ModelToStringMapper<ListType> modelToStringMapper)
Creates a
SelectableItemList by a given list of items and a
ModelToStringMapper. |
Copyright © 2013 Saxonia Systems AG. All Rights Reserved.