Uses of Class
org.apache.wicket.ajax.attributes.AjaxRequestAttributes.EventPropagation
-
Packages that use AjaxRequestAttributes.EventPropagation Package Description 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 Modifier and Type Method Description AjaxRequestAttributes.EventPropagationAjaxRequestAttributes. getEventPropagation()Only applies for event behaviors.static AjaxRequestAttributes.EventPropagationAjaxRequestAttributes.EventPropagation. valueOf(java.lang.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 Modifier and Type Method Description AjaxRequestAttributesAjaxRequestAttributes. setEventPropagation(AjaxRequestAttributes.EventPropagation eventPropagation)Only applies to event behaviors.
-