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

Packages that use AjaxChannel.Type
org.apache.wicket.ajax   
 

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

Methods in org.apache.wicket.ajax that return AjaxChannel.Type
 AjaxChannel.Type AjaxChannel.getType()
           
static AjaxChannel.Type AjaxChannel.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AjaxChannel.Type[] AjaxChannel.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.wicket.ajax with parameters of type AjaxChannel.Type
AjaxChannel(java.lang.String name, AjaxChannel.Type type)
          Construct.
 



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