Uses of Class
org.apache.wicket.ajax.AbstractAjaxTimerBehavior
-
Packages that use AbstractAjaxTimerBehavior Package Description org.apache.wicket.ajax -
-
Uses of AbstractAjaxTimerBehavior in org.apache.wicket.ajax
Subclasses of AbstractAjaxTimerBehavior in org.apache.wicket.ajax Modifier and Type Class Description class
AjaxClientInfoBehavior
An behavior that collects the information to populate WebClientInfo's ClientProperties by using Ajaxclass
AjaxSelfUpdatingTimerBehavior
Automatically re-renders the component it is attached to via AJAX at a regular interval.Methods in org.apache.wicket.ajax that return AbstractAjaxTimerBehavior Modifier and Type Method Description static AbstractAjaxTimerBehavior
AbstractAjaxTimerBehavior. onTimer(Duration interval, org.danekja.java.util.function.serializable.SerializableConsumer<AjaxRequestTarget> onTimer)
Creates anAbstractAjaxTimerBehavior
based on lambda expressions
-