| Interface | Description |
|---|---|
| Function<SourceType,TargetType> |
Can map from a SourceType to a TargetType.
|
| 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. |
Copyright © 2014 Saxonia Systems AG. All rights reserved.