Package | Description |
---|---|
org.apache.wicket.ajax.attributes |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AjaxRequestAttributes |
AjaxRequestAttributes.setEventPropagation(AjaxRequestAttributes.EventPropagation eventPropagation)
Only applies to event behaviors.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.