org.jbpm.form.builder.ng.model.common.handler
Class EventHelper
java.lang.Object
org.jbpm.form.builder.ng.model.common.handler.EventHelper
public class EventHelper
- extends Object
|
Method Summary |
static com.google.gwt.event.shared.HandlerRegistration |
addBlurHandler(com.google.gwt.user.client.ui.Widget widget,
com.google.gwt.event.dom.client.BlurHandler handler)
|
static com.google.gwt.event.shared.HandlerRegistration |
addFocusHandler(com.google.gwt.user.client.ui.Widget widget,
com.google.gwt.event.dom.client.FocusHandler handler)
|
static com.google.gwt.event.shared.HandlerRegistration |
addKeyboardCopyHandler(com.google.gwt.user.client.ui.Widget widget,
ControlKeyHandler handler)
|
static com.google.gwt.event.shared.HandlerRegistration |
addKeyboardCutHandler(com.google.gwt.user.client.ui.Widget widget,
ControlKeyHandler handler)
|
static com.google.gwt.event.shared.HandlerRegistration |
addKeyboardPasteHandler(com.google.gwt.user.client.ui.Widget widget,
ControlKeyHandler handler)
|
static com.google.gwt.event.shared.HandlerRegistration |
addRightClickHandler(com.google.gwt.user.client.ui.Widget widget,
RightClickHandler handler)
|
protected static void |
onBlurEvent(com.google.gwt.user.client.ui.Widget widget,
com.google.gwt.user.client.Event event)
|
static void |
onBrowserEvent(com.google.gwt.user.client.ui.Widget widget,
com.google.gwt.user.client.Event event)
|
protected static void |
onFocusEvent(com.google.gwt.user.client.ui.Widget widget,
com.google.gwt.user.client.Event event)
|
protected static void |
onKeyEvent(com.google.gwt.user.client.ui.Widget widget,
com.google.gwt.user.client.Event event)
|
protected static void |
onRightClickEvent(com.google.gwt.user.client.ui.Widget widget,
com.google.gwt.user.client.Event event)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventHelper
public EventHelper()
addBlurHandler
public static com.google.gwt.event.shared.HandlerRegistration addBlurHandler(com.google.gwt.user.client.ui.Widget widget,
com.google.gwt.event.dom.client.BlurHandler handler)
addFocusHandler
public static com.google.gwt.event.shared.HandlerRegistration addFocusHandler(com.google.gwt.user.client.ui.Widget widget,
com.google.gwt.event.dom.client.FocusHandler handler)
addRightClickHandler
public static com.google.gwt.event.shared.HandlerRegistration addRightClickHandler(com.google.gwt.user.client.ui.Widget widget,
RightClickHandler handler)
addKeyboardPasteHandler
public static com.google.gwt.event.shared.HandlerRegistration addKeyboardPasteHandler(com.google.gwt.user.client.ui.Widget widget,
ControlKeyHandler handler)
addKeyboardCutHandler
public static com.google.gwt.event.shared.HandlerRegistration addKeyboardCutHandler(com.google.gwt.user.client.ui.Widget widget,
ControlKeyHandler handler)
addKeyboardCopyHandler
public static com.google.gwt.event.shared.HandlerRegistration addKeyboardCopyHandler(com.google.gwt.user.client.ui.Widget widget,
ControlKeyHandler handler)
onBrowserEvent
public static void onBrowserEvent(com.google.gwt.user.client.ui.Widget widget,
com.google.gwt.user.client.Event event)
onBlurEvent
protected static void onBlurEvent(com.google.gwt.user.client.ui.Widget widget,
com.google.gwt.user.client.Event event)
onFocusEvent
protected static void onFocusEvent(com.google.gwt.user.client.ui.Widget widget,
com.google.gwt.user.client.Event event)
onRightClickEvent
protected static void onRightClickEvent(com.google.gwt.user.client.ui.Widget widget,
com.google.gwt.user.client.Event event)
onKeyEvent
protected static void onKeyEvent(com.google.gwt.user.client.ui.Widget widget,
com.google.gwt.user.client.Event event)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.