Uses of Interface
wicket.behavior.IBehavior

Packages that use IBehavior
wicket The core Wicket package. 
wicket.ajax   
wicket.ajax.form   
wicket.ajax.markup.html.navigation.paging   
wicket.behavior   
wicket.markup.html Base package of HTML markup. 
wicket.markup.html.body   
wicket.markup.transformer Transformers are able to post-process (transform) the output generated by a Component. 
 

Uses of IBehavior in wicket
 

Classes in wicket that implement IBehavior
 class AttributeModifier
          This class allows a tag attribute of a component to be modified dynamically with a value obtained from a model object.
 

Methods in wicket with parameters of type IBehavior
 Component Component.add(IBehavior behavior)
          Adds an behavior modifier to the component.
protected  boolean Component.isBehaviorAccepted(IBehavior behavior)
          Components are allowed to reject behavior modifiers.
 

Uses of IBehavior in wicket.ajax
 

Classes in wicket.ajax that implement IBehavior
 class AbstractAjaxTimerBehavior
          A behavior that generates an AJAX update callback at a regular interval.
 class AbstractDefaultAjaxBehavior
          The base class for Wicket's default AJAX implementation.
 class AjaxEventBehavior
          An ajax behavior that is attached to a certain client-side (usually javascript) event, such as onClick, onChange, onKeyDown, etc.
 class AjaxSelfUpdatingTimerBehavior
          Automatically re-renders the component it is attached to via AJAX at a regular interval.
 

Uses of IBehavior in wicket.ajax.form
 

Classes in wicket.ajax.form that implement IBehavior
 class AjaxFormComponentUpdatingBehavior
          A behavior that updates the hosting FormComponent via ajax when an event it is attached to is triggered.
 class AjaxFormSubmitBehavior
          Ajax event behavior that submits a form via ajax when the event it is attached to is invoked.
 class AjaxFormValidatingBehavior
          Ajax event behavior that submits the form and updates all form feedback panels on the page.
 

Uses of IBehavior in wicket.ajax.markup.html.navigation.paging
 

Classes in wicket.ajax.markup.html.navigation.paging that implement IBehavior
 class AjaxPagingNavigationBehavior
          Ajax behavior for the paging navigation links.
 

Uses of IBehavior in wicket.behavior
 

Classes in wicket.behavior that implement IBehavior
 class AbstractAjaxBehavior
          Abstract class for handling Ajax roundtrips.
 class AbstractBehavior
          Adapter implementation of IBehavior.
 class AbstractHeaderContributor
          Behaviour that delegates header contribution to a number of other contributors.
 class AttributeAppender
          AttributeModifier that appends the given value, rather than replace it.
 class HeaderContributor
          A AbstractHeaderContributor behavior that is specialized on package resources.
static class HeaderContributor.CSSHeaderContributor
          Contributes a reference to a css file relative to the context path.
static class HeaderContributor.JavaScriptHeaderContributor
          Contributes a reference to a javascript file relative to the context path.
 class SimpleAttributeModifier
          A lightweight version of the attribute modifier.
 class StringHeaderContributor
          A simple header contributor that just spits out the string it is constructed with as a header contribution.
 

Uses of IBehavior in wicket.markup.html
 

Classes in wicket.markup.html that implement IBehavior
static class BodyContainer.AppendingAttributeModifier
          Little helper
 

Uses of IBehavior in wicket.markup.html.body
 

Classes in wicket.markup.html.body that implement IBehavior
 class BodyTagAttributeModifier
          An attribute modifier specifically for body tags.
 

Uses of IBehavior in wicket.markup.transformer
 

Classes in wicket.markup.transformer that implement IBehavior
 class AbstractTransformerBehavior
          A IBehavior which can be added to any component.
 class XsltTransfomerBehavior
          An IBehavior which can be added to any component except ListView.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.