D
- the type of the model this behavior depends onpublic abstract class DependentModelBehavior<D>
extends org.apache.wicket.behavior.Behavior
Constructor and Description |
---|
DependentModelBehavior(org.apache.wicket.model.IModel<D> dependentModel)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
detach(org.apache.wicket.Component component) |
protected org.apache.wicket.model.IModel<D> |
getDependentModel()
Returns the model the behavior depends on.
|
public DependentModelBehavior(org.apache.wicket.model.IModel<D> dependentModel)
dependentModel
- model the behavior is dependent onpublic void detach(org.apache.wicket.Component component)
detach
in class org.apache.wicket.behavior.Behavior
protected org.apache.wicket.model.IModel<D> getDependentModel()
Copyright © 2015. All rights reserved.