protected class ComboBox.ComboBoxKeyboardManager extends Object implements com.google.gwt.user.client.Event.NativePreviewHandler
| Modifier | Constructor and Description |
|---|---|
protected |
ComboBox.ComboBoxKeyboardManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancelAndPrevent(com.google.gwt.user.client.Event.NativePreviewEvent event)
This method cancels and prevents default actions of the specified event.
|
void |
onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent event)
See class docs
|
public void onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent event)
onPreviewNativeEvent in interface com.google.gwt.user.client.Event.NativePreviewHandlerprotected void cancelAndPrevent(com.google.gwt.user.client.Event.NativePreviewEvent event)
event - is an event to cancel and prevent.Copyright © 2008–2013. All rights reserved.