Method Summary |
|
public void | setAccelerate(boolean accelerate) True if autorepeating should start slowly and accelerate.
"interval" and "delay" are ignored. |
public void | setDelay(int delay) The initial delay before the repeating event begins firing. |
public void | setElement(Element element) The element to act as a button. |
public void | setElement(String elementID) The element to act as a button. |
public void | setInterval(int interval) The interval between firings of the "click" event. |
public void | setPressClass(String pressClass) A CSS class name to be applied to the element while pressed. |
public void | setPreventDefault(boolean preventDefault) True to prevent the default click event. |
public void | setStopDefault(boolean stopDefault) True to stop the default click event. |