| Interface | Description |
|---|---|
| ImmutablePropertyField<T,M,R extends javafx.beans.property.Property<T>> |
| Class | Description |
|---|---|
| BeanSetPropertyField<M,E,T extends javafx.collections.ObservableSet<E>,R extends javafx.beans.property.Property<T>> |
An implementation of
PropertyField that is used when the field of the model class is a Set and is not a JavaFX SetProperty but is following the old Java-Beans standard, i.e. there is getter and setter method for the field. |
| ImmutableBeanPropertyField<T,M,R extends javafx.beans.property.Property<T>> | |
| ImmutableListPropertyField<M,E,T extends javafx.collections.ObservableList<E>,R extends javafx.beans.property.Property<T>> | |
| ModelWrapper<M> |
A helper class that can be used to simplify the mapping between the ViewModel and the Model for use cases where a
typical CRUD functionality is needed and there is no big difference between the structure of the model class and the
view.
|
Copyright © 2019 Saxonia Systems AG. All rights reserved.