Interface | Description |
---|---|
IDetachCodec<T> |
A codec used to convert an object between its attached and detached representations.
|
Class | Description |
---|---|
FutureModel<T> |
A read-only model implementation that retrieves the model object from a
Future object. |
IsEmptyOrNullModel<W> |
Model of whether the object of the dependent model is empty or null.
|
LoadableDetachableDependentModel<T,D> |
LoadableDetachableModel that is dependent on another model. |
NotModel |
Boolean model that returns the opposite of the dependent Boolean model value.
|
ReplacingResourceModel |
The ReplacingResourceModel is used to replaced other keys marked up like ${key} with their
corresponding values in the given key.The replacing mechanism also uses the default way to get
the localized String.
Example: |
Copyright © 2015. All rights reserved.