Uses of Interface
wicket.markup.html.IHeaderContributor

Packages that use IHeaderContributor
wicket.ajax   
wicket.ajax.form   
wicket.ajax.markup.html.navigation.paging   
wicket.behavior   
 

Uses of IHeaderContributor in wicket.ajax
 

Classes in wicket.ajax that implement IHeaderContributor
 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 IHeaderContributor in wicket.ajax.form
 

Classes in wicket.ajax.form that implement IHeaderContributor
 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 IHeaderContributor in wicket.ajax.markup.html.navigation.paging
 

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

Uses of IHeaderContributor in wicket.behavior
 

Classes in wicket.behavior that implement IHeaderContributor
 class AbstractAjaxBehavior
          Abstract class for handling Ajax roundtrips.
 class AbstractHeaderContributor
          Behaviour that delegates header contribution to a number of other contributors.
 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.CSSReferenceHeaderContributor
          prints a css resource reference.
static class HeaderContributor.JavaScriptHeaderContributor
          Contributes a reference to a javascript file relative to the context path.
static class HeaderContributor.JavaScriptReferenceHeaderContributor
          prints a javascript resource reference.
static class HeaderContributor.ResourceReferenceHeaderContributor
          Wraps a ResourceReference and knows how to print a header statement based on that resource.
 class StringHeaderContributor
          A simple header contributor that just spits out the string it is constructed with as a header contribution.
 

Methods in wicket.behavior that return IHeaderContributor
 IHeaderContributor[] StringHeaderContributor.getHeaderContributors()
           
 IHeaderContributor[] HeaderContributor.getHeaderContributors()
           
abstract  IHeaderContributor[] AbstractHeaderContributor.getHeaderContributors()
          Gets the header contributors for this behavior.
 

Methods in wicket.behavior with parameters of type IHeaderContributor
 void HeaderContributor.addContributor(IHeaderContributor headerContributor)
          Adds a custom header contributor.
 void HeaderContributor.addContributor(int index, IHeaderContributor headerContributor)
          Adds a custom header contributor at the given position.
 

Constructors in wicket.behavior with parameters of type IHeaderContributor
HeaderContributor(IHeaderContributor headerContributor)
          Construct with a single header contributor.
 



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