Package | Description |
---|---|
org.apache.wicket.model |
Core model support for Wicket components.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentDetachableModel<T>
Quick detachable model that is implements the IComponentAssignedModel and the IModel interfaces.
|
class |
ComponentModel<T>
Quick model that is implements the IComponentAssignedModel and the IModel interfaces.
|
class |
ComponentPropertyModel<T>
A model that references a property by name on the current model of the component it is bound to.
|
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.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.