| Package | Description |
|---|---|
| org.apache.wicket.model |
Core model support for Wicket components.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Serializable> |
Model.of()
Factory methods for Model which uses type inference to make code shorter.
|
static <T extends Serializable> |
Model.of(T object)
Factory methods for Model which uses type inference to make code shorter.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.