Uses of Interface
org.apache.wicket.markup.html.IHeaderContributor

Packages that use IHeaderContributor
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.authentication.panel   
org.apache.wicket.behavior   
org.apache.wicket.examples.authentication1   
org.apache.wicket.examples.guestbook   
org.apache.wicket.examples.library   
org.apache.wicket.extensions.ajax.markup.html   
org.apache.wicket.extensions.ajax.markup.html.autocomplete   
org.apache.wicket.extensions.markup.html.form.palette   
org.apache.wicket.extensions.markup.html.repeater.data.table.filter   
org.apache.wicket.extensions.yui.calendar   
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.markup.html.form.upload Support for upload forms (using multipart requests). 
org.apache.wicket.markup.renderStrategy   
org.apache.wicket.util.template Resource extensions that make working with header contributions easier and more maintainable. 
org.apache.wicket.velocity   
 

Uses of IHeaderContributor in org.apache.wicket
 

Methods in org.apache.wicket with parameters of type IHeaderContributor
 void Application.addRenderHeadListener(IHeaderContributor listener)
          Deprecated. will be removed in 1.5; see IHeaderRenderStrategy
 void Application.removeRenderHeadListener(IHeaderContributor listener)
          Deprecated. will be removed in 1.5; see IHeaderRenderStrategy
 

Uses of IHeaderContributor in org.apache.wicket.ajax
 

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

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

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

Uses of IHeaderContributor in org.apache.wicket.authentication.panel
 

Classes in org.apache.wicket.authentication.panel that implement IHeaderContributor
 class SignInPanel.SignInForm
          Sign in form.
 

Uses of IHeaderContributor in org.apache.wicket.behavior
 

Classes in org.apache.wicket.behavior that implement IHeaderContributor
 class AbstractAjaxBehavior
          Abstract class for handling Ajax roundtrips.
 class AbstractHeaderContributor
          Behavior that delegates header contribution to a number of other contributors.
 class CssHeaderContributor
           
 class 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.
 class CssReferenceHeaderContributor
           
 class JavascriptHeaderContributor
           
 class 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.
 class JavascriptReferenceHeaderContributor
           
 class StringHeaderContributor
          A simple header contributor that just spits out the string it is constructed with as a header contribution.
 

Uses of IHeaderContributor in org.apache.wicket.examples.authentication1
 

Classes in org.apache.wicket.examples.authentication1 that implement IHeaderContributor
 class SignIn.SignInForm
          Sign in form
 

Uses of IHeaderContributor in org.apache.wicket.examples.guestbook
 

Classes in org.apache.wicket.examples.guestbook that implement IHeaderContributor
 class GuestBook.CommentForm
          A form that allows a user to add a comment.
 

Uses of IHeaderContributor in org.apache.wicket.examples.library
 

Classes in org.apache.wicket.examples.library that implement IHeaderContributor
static class EditBook.EditBookForm
          Form that edits a book
 

Uses of IHeaderContributor in org.apache.wicket.extensions.ajax.markup.html
 

Classes in org.apache.wicket.extensions.ajax.markup.html that implement IHeaderContributor
protected  class AjaxEditableLabel.EditorAjaxBehavior
           
protected  class AjaxEditableLabel.LabelAjaxBehavior
           
 class AjaxIndicatorAppender
          A behavior that adds a span with wicket's default indicator gif to the end of the component's markup.
 class WicketAjaxIndicatorAppender
          Deprecated. Use AjaxIndicatorAppender instead.
 

Uses of IHeaderContributor in org.apache.wicket.extensions.ajax.markup.html.autocomplete
 

Classes in org.apache.wicket.extensions.ajax.markup.html.autocomplete that implement IHeaderContributor
 class AbstractAutoCompleteBehavior
           
 class AutoCompleteBehavior<T>
          This behavior builds on top of AbstractAutoCompleteBehavior by introducing the concept of a IAutoCompleteRenderer to make response writing easier.
 

Uses of IHeaderContributor in org.apache.wicket.extensions.markup.html.form.palette
 

Classes in org.apache.wicket.extensions.markup.html.form.palette that implement IHeaderContributor
 class Palette<T>
          Palette is a component that allows the user to easily select and order multiple items by moving them from one select box into another.
 

Uses of IHeaderContributor in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
 

Classes in org.apache.wicket.extensions.markup.html.repeater.data.table.filter that implement IHeaderContributor
 class FilterForm
          A form with filter-related special functionality for its form components.
 

Uses of IHeaderContributor in org.apache.wicket.extensions.yui.calendar
 

Classes in org.apache.wicket.extensions.yui.calendar that implement IHeaderContributor
 class DatePicker
          Pops up a YUI calendar component so that the user can select a date.
 

Uses of IHeaderContributor in org.apache.wicket.markup.html.form
 

Classes in org.apache.wicket.markup.html.form that implement IHeaderContributor
 class Form<T>
          Base class for forms.
 class StatelessForm<T>
          This StatelessForm is the same as a normal form but with the statelesshint default to true.
 

Uses of IHeaderContributor in org.apache.wicket.markup.html.form.upload
 

Classes in org.apache.wicket.markup.html.form.upload that implement IHeaderContributor
 class MultiFileUploadField
          Form component that allows the user to select multiple files to upload via a single <input type="file"/> field.
 

Uses of IHeaderContributor in org.apache.wicket.markup.renderStrategy
 

Methods in org.apache.wicket.markup.renderStrategy with parameters of type IHeaderContributor
 void AbstractHeaderRenderStrategy.addListener(IHeaderContributor contributor)
          Add an application level contributor who's content will be added to any page or ajax response.
 void AbstractHeaderRenderStrategy.removeListener(IHeaderContributor contributor)
          Remove an application level contributor
 

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

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

Uses of IHeaderContributor in org.apache.wicket.velocity
 

Classes in org.apache.wicket.velocity that implement IHeaderContributor
 class VelocityContributor
          An IHeaderContributor implementation that renders a velocity template and writes it to the response.
 class VelocityJavascriptContributor
          A derivation of VelocityContributor that uses IHeaderResponse.renderJavascript(CharSequence, String)
 



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