public class ModelFactory<U extends Ujo & Serializable>
extends org.apache.wicket.model.Model<U>
| Constructor and Description |
|---|
ModelFactory(U domain)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
<T> org.apache.wicket.model.IModel<T> |
getModel(Key<U,T> key)
Create new model for the key
|
Copyright © 2013. All Rights Reserved.