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() |
public SupplierModel(SerializableSupplier<T> supplier)
supplier - that supplies the value of the modelCopyright © 2020. All rights reserved.