|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractDetachableModel | |
|---|---|
| wicket.feedback | Classes related to showing user feedback, generally as the result of form submission and/or validation. |
| wicket.markup.html.list | List components for tabular data and such. |
| wicket.model | Core model support for Wicket components. |
| Uses of AbstractDetachableModel in wicket.feedback |
|---|
| Subclasses of AbstractDetachableModel in wicket.feedback | |
|---|---|
class |
FeedbackMessagesModel
Model for extracting feedback messages. |
| Uses of AbstractDetachableModel in wicket.markup.html.list |
|---|
| Subclasses of AbstractDetachableModel in wicket.markup.html.list | |
|---|---|
class |
ListItemModel
Model for list items. |
| Uses of AbstractDetachableModel in wicket.model |
|---|
| Subclasses of AbstractDetachableModel in wicket.model | |
|---|---|
class |
AbstractPropertyModel
Serves as a base class for different kinds of property models. |
class |
AbstractReadOnlyDetachableModel
Adds a default implementation of onSetObject() which throws an UnsupportedOperationException to indicate that the subclass is a read-only model. |
class |
BoundCompoundPropertyModel
A compound property model that supports type conversions and property expression bindings. |
class |
CompoundPropertyModel
A simple compound model which uses the component's name as the property expression to retrieve properties on the nested model object. |
class |
PropertyModel
A PropertyModel is used to dynamically access a model using a "property expression". |
class |
StringResourceModel
This model class encapsulates the full power of localization support within the Wicket framework. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||