|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWrapModel
A marker interface that represents a model that serves as a wrapper for another. Typically these
models are produced by the following methods:
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
| Method Summary | |
|---|---|
IModel |
getWrappedModel()
Gets the wrapped model. |
| Methods inherited from interface org.apache.wicket.model.IModel |
|---|
getObject, setObject |
| Methods inherited from interface org.apache.wicket.model.IDetachable |
|---|
detach |
| Method Detail |
|---|
IModel getWrappedModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||