org.vectomatic.dom.svg.events
Class RepeatEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.google.gwt.event.dom.client.DomEvent<H>
org.vectomatic.dom.svg.events.TimeEvent<RepeatHandler>
org.vectomatic.dom.svg.events.RepeatEvent
- All Implemented Interfaces:
- com.google.gwt.event.dom.client.HasNativeEvent
public class RepeatEvent
- extends TimeEvent<RepeatHandler>
This event is raised when an element local timeline repeats.
It will be raised each time the element repeats, after the first iteration.
The event provides a numerical indication of which repeat iteration
is beginning. The value is a 0-based integer, but the repeat event is
not raised for the first iteration and so the observed values of the
detail attribute will be >= 1.
- Author:
- laaglu
Nested classes/interfaces inherited from class com.google.gwt.event.dom.client.DomEvent |
com.google.gwt.event.dom.client.DomEvent.Type<H extends com.google.gwt.event.shared.EventHandler> |
Constructor Summary |
protected |
RepeatEvent()
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire mouse out events. |
Methods inherited from class com.google.gwt.event.dom.client.DomEvent |
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation |
Methods inherited from class com.google.gwt.event.shared.GwtEvent |
assertLive, getSource, isLive, kill, revive |
Methods inherited from class com.google.web.bindery.event.shared.Event |
setSource, toDebugString, toString |
RepeatEvent
protected RepeatEvent()
- Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire mouse out events.
getAssociatedType
public com.google.gwt.event.dom.client.DomEvent.Type<RepeatHandler> getAssociatedType()
- Overrides:
getAssociatedType
in class com.google.gwt.event.dom.client.DomEvent<RepeatHandler>
- Returns:
- the handler type
getType
public static com.google.gwt.event.dom.client.DomEvent.Type<RepeatHandler> getType()
- Returns:
- the handler type
dispatch
protected void dispatch(RepeatHandler handler)
- Specified by:
dispatch
in class com.google.gwt.event.shared.GwtEvent<RepeatHandler>
Copyright © 2012. All Rights Reserved.