Example usage for org.apache.wicket.ajax AjaxSelfUpdatingTimerBehavior subclass-usage

List of usage examples for org.apache.wicket.ajax AjaxSelfUpdatingTimerBehavior subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.ajax AjaxSelfUpdatingTimerBehavior subclass-usage.

Usage

From source file com.romeikat.datamessie.core.base.ui.behavior.SwitchingFrequencyAjaxSelfUpdatingTimerBehavior.java

public abstract class SwitchingFrequencyAjaxSelfUpdatingTimerBehavior extends AjaxSelfUpdatingTimerBehavior {

    private static final long serialVersionUID = 1L;

    private static final Duration refreshTimeFast = Duration.seconds(5);

From source file eu.esdihumboldt.hale.server.webapp.components.StoppableAjaxSelfUpdatingTimer.java

/**
 * Ajax timer beahvior that can be marked to stop the time when it is next
 * updated.
 * 
 * @author Simon Templer
 */

From source file org.devproof.portal.core.module.common.component.DynamicAjaxSelfUpdatingTimerBehavior.java

/**
 * Extend the AjaxSelfUpdatingTimerBehavior to enabled dynamic adding of the
 * behavior. This requires adding a javascript timeout if added in an ajax
 * request.
 *
 * @author Christopher Hlubek (hlubek)

From source file org.wicketstuff.progressbar.support.DynamicAjaxSelfUpdatingTimerBehavior.java

/**
 * Extend the AjaxSelfUpdatingTimerBehavior to enabled dynamic adding of the behavior. This requires
 * adding a javascript timeout if added in an ajax request.
 * 
 * @author Christopher Hlubek (hlubek)
 *