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

Packages that use AjaxChannel
org.apache.wicket.ajax   
org.apache.wicket.ajax.attributes   
org.apache.wicket.ajax.markup.html   
org.apache.wicket.ajax.markup.html.form   
 

Uses of AjaxChannel in org.apache.wicket.ajax
 

Fields in org.apache.wicket.ajax declared as AjaxChannel
static AjaxChannel AjaxChannel.DEFAULT
          The default channel for all Ajax calls
 

Methods in org.apache.wicket.ajax that return AjaxChannel
protected  AjaxChannel AbstractDefaultAjaxBehavior.getChannel()
          Deprecated. Use AjaxRequestAttributes
 

Uses of AjaxChannel in org.apache.wicket.ajax.attributes
 

Methods in org.apache.wicket.ajax.attributes that return AjaxChannel
 AjaxChannel AjaxRequestAttributes.getChannel()
           
 

Methods in org.apache.wicket.ajax.attributes with parameters of type AjaxChannel
 AjaxRequestAttributes AjaxRequestAttributes.setChannel(AjaxChannel channel)
           
 

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

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

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 AjaxButton.getChannel()
          Deprecated. 
protected  AjaxChannel AjaxFallbackButton.getChannel()
          Deprecated. Use #updateAjaxAttributes() instead
 



Copyright © 2006–2019 Apache Software Foundation. All rights reserved.