Uses of Interface
org.apache.wicket.behavior.IBehavior

Packages that use IBehavior
org.apache.wicket The core Wicket package. 
org.apache.wicket.ajax   
org.apache.wicket.ajax.form   
org.apache.wicket.ajax.markup.html.navigation.paging   
org.apache.wicket.behavior   
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.markup.html Base package of HTML markup. 
org.apache.wicket.markup.html.body   
org.apache.wicket.markup.parser.filter Default parsing extensions. 
org.apache.wicket.markup.transformer Transformers are able to post-process (transform) the output generated by a Component. 
org.apache.wicket.util.template Resource extensions that make working with header contributions easier and more maintainable. 
 

Uses of IBehavior in org.apache.wicket
 

Classes in org.apache.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 org.apache.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.
 Component Component.remove(IBehavior behavior)
          Removes behavior from component
 java.lang.CharSequence RequestCycle.urlFor(Component component, IBehavior behaviour, RequestListenerInterface listener)
          Returns a URL that references a given interface on a given behavior of a component.
 java.lang.CharSequence Component.urlFor(IBehavior behaviour, RequestListenerInterface listener)
          Gets a URL for the listener interface on a behavior (e.g.
 

Uses of IBehavior in org.apache.wicket.ajax
 

Classes in org.apache.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 org.apache.wicket.ajax.form
 

Classes in org.apache.wicket.ajax.form that implement IBehavior
 class AjaxFormChoiceComponentUpdatingBehavior
          This is a Ajax Component Update Behavior that is meant for choices/groups that are not one component in the html but many.
 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.
 class OnChangeAjaxBehavior
          A behavior that updates the hosting FormComponent via ajax when value of the component is changed.
 

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

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

Uses of IBehavior in org.apache.wicket.behavior
 

Classes in org.apache.wicket.behavior that implement IBehavior
 class AbstractAjaxBehavior
          Abstract class for handling Ajax roundtrips.
 class AbstractBehavior
          Adapter implementation of IBehavior.
 class AbstractHeaderContributor
          Behavior 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.
 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 org.apache.wicket.markup
 

Methods in org.apache.wicket.markup with parameters of type IBehavior
 void ComponentTag.addBehavior(IBehavior behavior)
          Adds a behavior to this component tag.
 

Uses of IBehavior in org.apache.wicket.markup.html
 

Classes in org.apache.wicket.markup.html that implement IBehavior
 class ContainerWithAssociatedMarkupHelper
          A Wicket internal helper class to handle wicket:head tags.
 

Uses of IBehavior in org.apache.wicket.markup.html.body
 

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

Uses of IBehavior in org.apache.wicket.markup.parser.filter
 

Classes in org.apache.wicket.markup.parser.filter that implement IBehavior
static class WicketMessageTagHandler.AttributeLocalizer
          Attribute localizing behavior.
 

Fields in org.apache.wicket.markup.parser.filter declared as IBehavior
static IBehavior WicketMessageTagHandler.ATTRIBUTE_LOCALIZER
          singleton instance of WicketMessageTagHandler.AttributeLocalizer
static IBehavior RelativePathPrefixHandler.RELATIVE_PATH_BEHAVIOR
          Behavior that adds a prefix to src, href and background attributes to make them context-relative
 

Uses of IBehavior in org.apache.wicket.markup.transformer
 

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

Uses of IBehavior in org.apache.wicket.util.template
 

Classes in org.apache.wicket.util.template that implement IBehavior
 class TextTemplateHeaderContributor
          A header contributor that will contribute the contents of the given template interpolated with the provided Map of variables.
 



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