Class AbstractHasData.RedrawEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<AbstractHasData.RedrawEvent.Handler>
com.google.gwt.event.shared.GwtEvent<AbstractHasData.RedrawEvent.Handler>
com.google.gwt.user.cellview.client.AbstractHasData.RedrawEvent
- Enclosing class:
AbstractHasData<T>
public static class AbstractHasData.RedrawEvent
extends GwtEvent<AbstractHasData.RedrawEvent.Handler>
Event fired when one or more existing rows are re-rendered.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceImplemented by objects that handleAbstractHasData.RedrawEvent.Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidShould only be called byHandlerManager.Returns theEvent.Typeused to register this event, allowing anEventBusto find handlers of the appropriate class.Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, reviveMethods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Constructor Details
-
RedrawEvent
public RedrawEvent()
-
-
Method Details
-
getAssociatedType
Description copied from class:EventReturns theEvent.Typeused to register this event, allowing anEventBusto find handlers of the appropriate class.- Specified by:
getAssociatedTypein classGwtEvent<AbstractHasData.RedrawEvent.Handler>- Returns:
- the type
-
dispatch
Description copied from class:GwtEventShould only be called byHandlerManager. In other words, do not use or call.- Specified by:
dispatchin classGwtEvent<AbstractHasData.RedrawEvent.Handler>- Parameters:
handler- handler- See Also:
-