Interface IBehaviorService

  • All Superinterfaces:
    org.apache.wicket.util.io.IClusterable, Serializable
    All Known Implementing Classes:
    UnitPlugin, WireframePlugin

    public interface IBehaviorService
    extends org.apache.wicket.util.io.IClusterable
    • Method Detail

      • getBehavior

        org.apache.wicket.behavior.Behavior getBehavior()
        The behavior that should be added to the component at relative path getComponentPath(). Returned behaviors should implement #equals(Object) and #hashCode() such that multiple requests yield equivalent results.
        Returns:
        the Behavior to be attached to the component.
      • getComponentPath

        String getComponentPath()