| AbstractDetachableModel |
This provide a base class to work with detachable IModel s. |
| AbstractModel |
AbstractModel is an adapter base class for implementing models which have no
detach logic. |
| AbstractPropertyModel |
Serves as a base class for different kinds of property models. |
| AbstractReadOnlyDetachableModel |
Adds a default implementation of onSetObject() which throws an
UnsupportedOperationException to indicate that the subclass is a read-only
model. |
| AbstractReadOnlyModel |
AbstractReadOnlyModel is an adapter base class for implementing models which have no
detach logic and are read-only. |
| BoundCompoundPropertyModel |
A compound property model that supports type conversions and property
expression bindings. |
| CompoundPropertyModel |
A simple compound model which uses the component's name as the property
expression to retrieve properties on the nested model object. |
| LoadableDetachableModel |
Model that makes working with detachable models a breeze. |
| Model |
Model is the basic implementation of an AbstractModel. |
| PropertyModel |
A PropertyModel is used to dynamically access a model using a "property
expression". |
| ResourceModel |
A model that represents a localized resource string. |
| StringResourceModel |
This model class encapsulates the full power of localization support within
the Wicket framework. |