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
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.wicket.behavior.Behavior
    The behavior that should be added to the component at relative path getComponentPath().
     
  • Field Details

  • Method Details

    • 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()