public interface IBehaviorService
extends org.apache.wicket.util.io.IClusterable
Modifier and Type | Method and Description |
---|---|
org.apache.wicket.behavior.Behavior |
getBehavior()
The behavior that should be added to the component at relative path
getComponentPath() . |
String |
getComponentPath() |
static final String ID
static final String PATH
org.apache.wicket.behavior.Behavior getBehavior()
getComponentPath()
.
Returned behaviors should implement #equals(Object)
and #hashCode()
such that
multiple requests yield equivalent results.Behavior
to be attached to the component.String getComponentPath()
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.