Uses of Class
org.apache.wicket.ajax.AjaxChannel
-
Packages that use AjaxChannel Package Description org.apache.wicket.ajax org.apache.wicket.ajax.attributes -
-
Uses of AjaxChannel in org.apache.wicket.ajax
Fields in org.apache.wicket.ajax declared as AjaxChannel Modifier and Type Field Description static AjaxChannelAjaxChannel. DEFAULTThe default channel for all Ajax calls -
Uses of AjaxChannel in org.apache.wicket.ajax.attributes
Methods in org.apache.wicket.ajax.attributes that return AjaxChannel Modifier and Type Method Description AjaxChannelAjaxRequestAttributes. getChannel()Methods in org.apache.wicket.ajax.attributes with parameters of type AjaxChannel Modifier and Type Method Description AjaxRequestAttributesAjaxRequestAttributes. setChannel(AjaxChannel channel)
-