| Package | Description |
|---|---|
| de.alpharogroup.model |
Core model support for Wicket components.
|
| de.alpharogroup.model.util |
| Class and Description |
|---|
| AbstractPropertyModel
Serves as a base class for different kinds of property models.
|
| ChainingModel
Default implementation of IChainingModel
|
GenericModel
DefaultModel is the basic implementation of an IModel. |
| IChainingModel
Models that implement this interface will support chaining of IModels. getObject() of a
IChainingModel should do something like:
if ( object instanceof IModel) { return ((IModel)object).getObject()}
else return object;
ChainingModels should also take care that the internal model detach is called when detach is
called on them.
|
| IDetachable
Interface to logic for detaching transient information from a detachable model.
|
| IModel
A IModel wraps the actual model Object used by a Component.
|
| IObjectClassAwareModel
Interface implemented by model that can provide class of the model object.
|
| IPropertyReflectionAwareModel
Optional interface implemented by models that are able to provide reflection information about
object property they interact with.
|
| IWrapModel
A marker interface that represents a model that serves as a wrapper for another.
|
Model
Model is the basic implementation of an IModel. |
| PropertyModel
A PropertyModel is used to dynamically access a model using a "property expression".
|
| Class and Description |
|---|
| IDetachable
Interface to logic for detaching transient information from a detachable model.
|
| IModel
A IModel wraps the actual model Object used by a Component.
|
| IObjectClassAwareModel
Interface implemented by model that can provide class of the model object.
|
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.