public interface HasDoubleClickHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description | 
|---|---|
| com.google.gwt.event.shared.HandlerRegistration | addDoubleClickHandler(DoubleClickHandler handler)Called when this FormItem is double-clicked. | 
com.google.gwt.event.shared.HandlerRegistration addDoubleClickHandler(DoubleClickHandler handler)
handler - the doubleClick handlerHandlerRegistration used to remove this handler