Uses of Class
org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehavior
-
Packages that use AjaxFormComponentUpdatingBehavior Package Description org.apache.wicket.ajax.form -
-
Uses of AjaxFormComponentUpdatingBehavior in org.apache.wicket.ajax.form
Subclasses of AjaxFormComponentUpdatingBehavior in org.apache.wicket.ajax.form Modifier and Type Class Description classAjaxFormChoiceComponentUpdatingBehaviorThis is a Ajax Component Update Behavior that is meant for choices/groups that are not one component in the html but many.classOnChangeAjaxBehaviorA behavior that updates the hostingFormComponentvia Ajax when value of the component is changed.Methods in org.apache.wicket.ajax.form that return AjaxFormComponentUpdatingBehavior Modifier and Type Method Description static AjaxFormComponentUpdatingBehaviorAjaxFormComponentUpdatingBehavior. onUpdate(java.lang.String eventName, org.danekja.java.util.function.serializable.SerializableConsumer<AjaxRequestTarget> onUpdate)Creates anAjaxFormComponentUpdatingBehaviorbased on lambda expressions
-