Class WireframePlugin

java.lang.Object
org.hippoecm.frontend.plugin.Plugin
org.hippoecm.frontend.plugins.yui.layout.WireframePlugin
All Implemented Interfaces:
Serializable, org.apache.wicket.util.io.IClusterable, IPlugin, IBehaviorService

public class WireframePlugin extends Plugin implements IBehaviorService
Special purpose Plugin that allows us to add the behavior through configuration instead of adding it in code to our component. See IBehaviorService for info how to configure this.
See Also: