T
- The model object typepublic interface IWrapModel<T> extends IModel<T>
IComponentAssignedModel.wrapOnAssignment(org.apache.wicket.Component)
and
IComponentInheritedModel.wrapOnInheritance(org.apache.wicket.Component)
The wrapped model will be called detach on when the component is detached when the wrap model is
created by an IComponentAssignedModel
Modifier and Type | Method and Description |
---|---|
IModel<?> |
getWrappedModel()
Gets the wrapped model.
|
IModel<?> getWrappedModel()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.