| Package | Description |
|---|---|
| de.saxsys.jfx.mvvm.base.viewmodel.util.itemlist |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModelToStringFunction<ModelType> |
| Constructor and Description |
|---|
ListTransformation(Function<SourceType,TargetType> function)
Creates a
ListTransformation by with a given function. |
ListTransformation(javafx.collections.ObservableList<SourceType> modelList,
Function<SourceType,TargetType> function)
Creates a
ListTransformation by a given list of items and a function. |
Copyright © 2014 Saxonia Systems AG. All rights reserved.