public class ModelChangedVisitor extends Object implements org.apache.wicket.util.visit.IVisitor<org.apache.wicket.Component,Void>
Component.sameInnermostModel(org.apache.wicket.Component)
, this visitor can not only handle
IWrapModel
but also IChainingModel
, e.g. CompoundPropertyModel
which is used in forms.Constructor and Description |
---|
ModelChangedVisitor(org.apache.wicket.model.IModel<?> aModel) |
Modifier and Type | Method and Description |
---|---|
void |
component(org.apache.wicket.Component aComponent,
org.apache.wicket.util.visit.IVisit<Void> aVisit) |
Copyright © 2012–2017. All rights reserved.