public class KeyUpEvent extends KeyCodeEvent<KeyUpHandler>
DomEvent.Type<H extends EventHandler>| Modifier | Constructor and Description | 
|---|---|
| protected  | KeyUpEvent()Protected constructor, use
  DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)to fire key up events. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | dispatch(KeyUpHandler handler)Should only be called by  HandlerManager. | 
| DomEvent.Type<KeyUpHandler> | getAssociatedType()Returns the  Event.Typeused to register this event, allowing anEventBusto find handlers of the appropriate class. | 
| static DomEvent.Type<KeyUpHandler> | getType()Gets the event type associated with key up events. | 
getNativeKeyCode, isArrow, isDownArrow, isLeftArrow, isRightArrow, isUpArrow, toDebugStringisAltKeyDown, isAnyModifierKeyDown, isControlKeyDown, isMetaKeyDown, isShiftKeyDownfireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, init, preventDefault, setNativeEvent, setRelativeElement, stopPropagationprotected KeyUpEvent()
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
 to fire key up events.public static DomEvent.Type<KeyUpHandler> getType()
public final DomEvent.Type<KeyUpHandler> getAssociatedType()
EventEvent.Type used to register this event, allowing an
 EventBus to find handlers of the appropriate class.getAssociatedType in class DomEvent<KeyUpHandler>protected void dispatch(KeyUpHandler handler)
GwtEventHandlerManager. In other words, do not use
 or call.dispatch in class GwtEvent<KeyUpHandler>handler - handlerEventBus.dispatchEvent(Event, Object)