public final class UjoModel<V extends Serializable> extends Object implements org.apache.wicket.model.IModel<V>, UjoSupplier<V>
| Constructor and Description |
|---|
UjoModel(@NotNull UjoSupplier<V> proxyValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
detach() |
V |
get() |
V |
getObject() |
static <V extends Serializable> |
of(@NotNull UjoSupplier<V> proxyValue)
A factory method
|
void |
setObject(V object)
Deprecated.
|
public UjoModel(@NotNull
@NotNull 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.IDetachable@Nullable public V get()
get in interface Supplier<V extends Serializable>public static <V extends Serializable> UjoModel<V> of(@NotNull @NotNull UjoSupplier<V> proxyValue)
Copyright © 2021. All rights reserved.