Java org.apache.wicket.ajax.attributes ThrottlingSettings fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.ajax.attributes ThrottlingSettings fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.ajax.attributes ThrottlingSettings.

The text is from its open source code.

Constructor

Method

DurationgetDelay()
StringgetId()
This id is used by the client-side throttling code to keep track of the various event throttles.
booleangetPostponeTimerOnUpdate()
If it is set to true, then the timer is reset each time the throttle function gets called.