public class DetachableEntity<T>
extends org.apache.wicket.model.LoadableDetachableModel<T>
| Constructor and Description |
|---|
DetachableEntity(Detachable<T> aObject)
Constructs the model.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
load() |
protected void |
onDetach() |
void |
setObject(T aObject) |
public DetachableEntity(Detachable<T> aObject)
aObject - Object to construct the model with.Copyright © 2025. All rights reserved.