T - - type of the model objectpublic class SupplierModel<T>
extends org.apache.wicket.model.LoadableDetachableModel<T>
LoadableDetachableModel that gets its value from a SerializableSupplier.| Constructor and Description |
|---|
SupplierModel(SerializableSupplier<T> supplier)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
load() |
detach, getObject, isAttached, of, onAttach, onDetach, setObject, toStringpublic SupplierModel(SerializableSupplier<T> supplier)
supplier - that supplies the value of the modelCopyright © 2017. All rights reserved.