|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDetachable | |
|---|---|
| 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.markup.html.tree | Package for Tree components. |
| wicket.model | Core model support for Wicket components. |
| Uses of IDetachable in wicket.feedback |
|---|
| Classes in wicket.feedback that implement IDetachable | |
|---|---|
class |
FeedbackMessagesModel
Model for extracting feedback messages. |
| Uses of IDetachable in wicket.markup.html.list |
|---|
| Classes in wicket.markup.html.list that implement IDetachable | |
|---|---|
class |
ListItemModel
Model for list items. |
| Uses of IDetachable in wicket.markup.html.tree |
|---|
| Classes in wicket.markup.html.tree that implement IDetachable | |
|---|---|
class |
SelectedPathReplacementModel
Replacement model that looks up whether the current row is the active one. |
| Uses of IDetachable in wicket.model |
|---|
| Subinterfaces of IDetachable in wicket.model | |
|---|---|
interface |
ICompoundModel
This is a marker interface for models that can be used as a shared/compound model for multiply components. |
interface |
IModel
A IModel wraps the actual model Object used by a Component. |
| Classes in wicket.model that implement IDetachable | |
|---|---|
class |
AbstractDetachableModel
This provide a base class to work with detachable IModels. |
class |
AbstractModel
AbstractModel is an adapter base class for implementing models which have no detach logic. |
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 |
AbstractReadOnlyModel
AbstractReadOnlyModel is an adapter base class for implementing models which have no detach logic and are read-only. |
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 |
LoadableDetachableModel
Model that makes working with detachable models a breeze. |
class |
Model
Model is the basic implementation of an AbstractModel. |
class |
PropertyModel
A PropertyModel is used to dynamically access a model using a "property expression". |
class |
ResourceModel
A model that represents a localized resource string. |
class |
StringResourceModel
This model class encapsulates the full power of localization support within the Wicket framework. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||