| Package | Description |
|---|---|
| org.apache.wicket.model |
Core model support for Wicket components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringResourceModel
This model class encapsulates the full power of localization support within the Wicket framework.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LoadableDetachableModel<T> |
LoadableDetachableModel.of(org.danekja.java.util.function.serializable.SerializableSupplier<T> getter)
Create a
LoadableDetachableModel for the given supplier. |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.