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
Modifier and TypeClassDescriptionstatic interface
Implemented by objects that handleAbstractHasData.RedrawEvent
.Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Should only be called byHandlerManager
.Returns theEvent.Type
used to register this event, allowing anEventBus
to find handlers of the appropriate class.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
-
Constructor Details
-
RedrawEvent
public RedrawEvent()
-
-
Method Details
-
getAssociatedType
Description copied from class:Event
Returns theEvent.Type
used to register this event, allowing anEventBus
to find handlers of the appropriate class.- Specified by:
getAssociatedType
in classGwtEvent<AbstractHasData.RedrawEvent.Handler>
- Returns:
- the type
-
dispatch
Description copied from class:GwtEvent
Should only be called byHandlerManager
. In other words, do not use or call.- Specified by:
dispatch
in classGwtEvent<AbstractHasData.RedrawEvent.Handler>
- Parameters:
handler
- handler- See Also:
-