| Class | Description |
|---|---|
| AbstractPropertyModel<T> |
Serves as a base class for different kinds of property models.
|
| AbstractReadOnlyModel<T> |
AbstractReadOnlyModel is an adapter base class for implementing models which have no detach logic
and are read-only.
|
| AbstractWrapModel<T> |
Simple base class for IWrapModel objects.
|
| ChainingModel<T> |
Default implementation of ChainingModel
|
| GenericModel<T> |
The class
GenericModel is the basic implementation of an Model. |
| LoadableDetachableModel<T> |
Model that makes working with detachable models a breeze.
|
| PropertyModel<T> |
A PropertyModel is used to dynamically access a model using a "property expression".
|
| SerializableModel<T extends Serializable> |
The class
SerializableModel contains only model object that implements the
Serializable interface. |
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.