Package org.apache.wicket.behavior

Interface Summary
IBehavior Behaviors are kind of plug-ins for Components.
IBehaviorListener Listens for requests to behaviors.
 

Class Summary
AbstractAjaxBehavior Abstract class for handling Ajax roundtrips.
AbstractBehavior Adapter implementation of IBehavior.
AbstractHeaderContributor Behavior that delegates header contribution to a number of other contributors.
AttributeAppender AttributeModifier that appends the given value, rather than replace it.
BehaviorsUtil This class contains a convenience method neccesary only until 1.5 when we can make Component.getBehaviors(Class) public
CssHeaderContributor  
CssLocationHeaderContributor Returns a new instance of a header contributor referencing a CSS file using one of the following schemes: Starts with http:// or https:// for an external reference. Starts with "/" for an absolute reference that Wicket will not rewrite. Starts with anything else, which Wicket will automatically prepend to make relative to the context root of your web-app.
CssReferenceHeaderContributor  
HeaderContributor A bunch of static helper methods to add CSS and Javascript to the markup headers
JavascriptHeaderContributor  
JavascriptLocationHeaderContributor Returns a new instance of a header contributor referencing a CSS file using one of the following schemes: Starts with http:// or https:// for an external reference. Starts with "/" for an absolute reference that Wicket will not rewrite. Starts with anything else, which Wicket will automatically prepend to make relative to the context root of your web-app.
JavascriptReferenceHeaderContributor  
SimpleAttributeModifier A lightweight version of the attribute modifier.
StringHeaderContributor A simple header contributor that just spits out the string it is constructed with as a header contribution.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.