org.cruxframework.crux.widgets.client.event.paste
Interface HasPasteHandlers
- All Superinterfaces:
- com.google.gwt.event.shared.HasHandlers
- All Known Implementing Classes:
- MaskedTextBox, TextArea
public interface HasPasteHandlers
- extends com.google.gwt.event.shared.HasHandlers
Source for PasteEvents. All classes that implements this interface must explicitly invoke
org.cruxframework.crux.widgets.client.event.paste.PasteRegisterFactory.getPasteRegister().addNativeHandlerForPaste(this, this.getElement());
once in its constructor.
- Author:
- Gesse S. F. Dafe
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
fireEvent |
addPasteHandler
com.google.gwt.event.shared.HandlerRegistration addPasteHandler(PasteHandler handler)
Copyright © 2014. All rights reserved.