ListView's without leaking dependencies from the view to the model.See: Description
| Interface | Description |
|---|---|
| ModelToStringFunction<ModelType> | |
| SelectableStringList |
Interface to hide the visibility to an
SelectableItemList in a view. |
| Class | Description |
|---|---|
| ItemList<ListType> |
Element that you can use in a View Model to transform any list to a string representation which can be bound to UI
Elements like
ListView. |
| ListTransformation<SourceType,TargetType> |
Binds an
ObservableList that contains elements of TargetType to another
ObservableList that contains elements of SourceType. |
| SelectableItemList<ListType> |
Element that you can use in a View Model to transform any list to a string representation which can be bound to UI
Elements like
ChoiceBox or ListView. |
ListView's without leaking dependencies from the view to the model.Copyright © 2019 Saxonia Systems AG. All rights reserved.