| Package | Description |
|---|---|
| org.apache.wicket |
The core Wicket package.
|
| org.apache.wicket.model |
Core model support for Wicket components.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeModifier.ValuelessAttributeAddModel
A dynamic model that returns the marker value
AttributeModifier.VALUELESS_ATTRIBUTE_ADD
to prevent making copies of it via (de)serialization |
static class |
AttributeModifier.ValuelessAttributeRemoveModel
A dynamic model that returns the marker value
AttributeModifier.VALUELESS_ATTRIBUTE_REMOVE
to prevent making copies of it via (de)serialization |
| Modifier and Type | Class and Description |
|---|---|
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.
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.