Package | Description |
---|---|
org.apache.wicket.ajax.form |
Modifier and Type | Class and Description |
---|---|
class |
AjaxFormChoiceComponentUpdatingBehavior
This is a Ajax Component Update Behavior that is meant for choices/groups that are not one
component in the html but many.
|
class |
OnChangeAjaxBehavior
A behavior that updates the hosting
FormComponent via Ajax when value of the component is
changed. |
Modifier and Type | Method and Description |
---|---|
static AjaxFormComponentUpdatingBehavior |
AjaxFormComponentUpdatingBehavior.onUpdate(String eventName,
org.danekja.java.util.function.serializable.SerializableConsumer<AjaxRequestTarget> onUpdate)
Creates an
AjaxFormComponentUpdatingBehavior based on lambda expressions |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.