public interface IBehaviorService
extends org.apache.wicket.IClusterable
Modifier and Type | Method and Description |
---|---|
org.apache.wicket.behavior.IBehavior |
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.IBehavior getBehavior()
getComponentPath()
.
Returned behaviors should implement #equals(Object)
and #hashCode()
such that
multiple requests yield equivalent results.IBehavior
to be attached to the component.String getComponentPath()
Copyright © 2007-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.