Uses of Class
org.apache.wicket.ajax.AjaxEventBehavior
-
Packages that use AjaxEventBehavior Package Description org.apache.wicket.ajax org.apache.wicket.ajax.form org.apache.wicket.ajax.markup.html org.apache.wicket.ajax.markup.html.navigation.paging org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. -
-
Uses of AjaxEventBehavior in org.apache.wicket.ajax
Subclasses of AjaxEventBehavior in org.apache.wicket.ajax Modifier and Type Class Description classAjaxPreventSubmitBehaviorAn Ajax behavior that could be used to prevent the form submit when the user presses the ENTER key while in an HTML <input type="text" > field.Methods in org.apache.wicket.ajax that return AjaxEventBehavior Modifier and Type Method Description static AjaxEventBehaviorAjaxEventBehavior. onEvent(java.lang.String eventName, org.danekja.java.util.function.serializable.SerializableConsumer<AjaxRequestTarget> onEvent)Creates anAjaxEventBehaviorbased on lambda expressions -
Uses of AjaxEventBehavior in org.apache.wicket.ajax.form
Subclasses of AjaxEventBehavior 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.classAjaxFormComponentUpdatingBehaviorA behavior that updates the hosting FormComponent via ajax when an event it is attached to is triggered.classAjaxFormSubmitBehaviorAjax event behavior that submits a form via ajax when the event it is attached to, is invoked.classOnChangeAjaxBehaviorA behavior that updates the hostingFormComponentvia Ajax when value of the component is changed. -
Uses of AjaxEventBehavior in org.apache.wicket.ajax.markup.html
Methods in org.apache.wicket.ajax.markup.html that return AjaxEventBehavior Modifier and Type Method Description protected AjaxEventBehaviorAjaxFallbackLink. newAjaxEventBehavior(java.lang.String event)protected AjaxEventBehaviorAjaxLink. newAjaxEventBehavior(java.lang.String event) -
Uses of AjaxEventBehavior in org.apache.wicket.ajax.markup.html.navigation.paging
Subclasses of AjaxEventBehavior in org.apache.wicket.ajax.markup.html.navigation.paging Modifier and Type Class Description classAjaxPagingNavigationBehaviorAjax behavior for the paging navigation links. -
Uses of AjaxEventBehavior in org.apache.wicket.util.tester
Methods in org.apache.wicket.util.tester that return AjaxEventBehavior Modifier and Type Method Description static AjaxEventBehaviorWicketTesterHelper. findAjaxEventBehavior(Component component, java.lang.String event)Finds the first AjaxEventBehavior attached to the specified component with the specified event.Methods in org.apache.wicket.util.tester that return types with arguments of type AjaxEventBehavior Modifier and Type Method Description static java.util.List<AjaxEventBehavior>WicketTesterHelper. findAjaxEventBehaviors(Component component, java.lang.String event)Finds all AjaxEventBehavior's attached to the specified component with the specified event.
-