Uses of Class
org.apache.wicket.ajax.attributes.AjaxRequestAttributes.EventPropagation

Packages that use AjaxRequestAttributes.EventPropagation
org.apache.wicket.ajax.attributes   
 

Uses of AjaxRequestAttributes.EventPropagation in org.apache.wicket.ajax.attributes
 

Methods in org.apache.wicket.ajax.attributes that return AjaxRequestAttributes.EventPropagation
 AjaxRequestAttributes.EventPropagation AjaxRequestAttributes.getEventPropagation()
          Only applies for event behaviors.
static AjaxRequestAttributes.EventPropagation AjaxRequestAttributes.EventPropagation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AjaxRequestAttributes.EventPropagation[] AjaxRequestAttributes.EventPropagation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.wicket.ajax.attributes with parameters of type AjaxRequestAttributes.EventPropagation
 AjaxRequestAttributes AjaxRequestAttributes.setEventPropagation(AjaxRequestAttributes.EventPropagation eventPropagation)
          Only applies to event behaviors.
 



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