Uses of Class
org.apache.wicket.ajax.AjaxChannel

Packages that use AjaxChannel
org.apache.wicket.ajax   
org.apache.wicket.ajax.markup.html   
org.apache.wicket.ajax.markup.html.form   
org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort   
 

Uses of AjaxChannel in org.apache.wicket.ajax
 

Methods in org.apache.wicket.ajax that return AjaxChannel
protected  AjaxChannel AbstractDefaultAjaxBehavior.getChannel()
          Provides an AjaxChannel for this Behavior.
 

Uses of AjaxChannel in org.apache.wicket.ajax.markup.html
 

Methods in org.apache.wicket.ajax.markup.html that return AjaxChannel
protected  AjaxChannel AjaxLink.getChannel()
           
protected  AjaxChannel AjaxFallbackLink.getChannel()
           
 

Uses of AjaxChannel in org.apache.wicket.ajax.markup.html.form
 

Methods in org.apache.wicket.ajax.markup.html.form that return AjaxChannel
protected  AjaxChannel AjaxFallbackButton.getChannel()
           
protected  AjaxChannel AjaxButton.getChannel()
           
 

Uses of AjaxChannel in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort
 

Methods in org.apache.wicket.extensions.ajax.markup.html.repeater.data.sort that return AjaxChannel
protected  AjaxChannel AjaxFallbackOrderByLink.getChannel()
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.