public final class UjoModel<V extends Serializable> extends Object implements org.apache.wicket.model.IModel<V>, UjoSupplier<V>
| Constructor and Description |
|---|
UjoModel(UjoSupplier<V> proxyValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
detach() |
V |
get() |
V |
getObject() |
static <V extends Serializable> |
of(UjoSupplier<V> proxyValue)
A factory method
|
void |
setObject(V object)
Deprecated.
|
public UjoModel(@Nonnull UjoSupplier<V> proxyValue)
@Nullable public V getObject()
getObject in interface org.apache.wicket.model.IModel<V extends Serializable>@Deprecated public void setObject(V object)
Model class rathersetObject in interface org.apache.wicket.model.IModel<V extends Serializable>public void detach()
detach in interface org.apache.wicket.model.IDetachablepublic static <V extends Serializable> UjoModel<V> of(@Nonnull UjoSupplier<V> proxyValue)
Copyright © 2020. All rights reserved.