org.xwiki.gwt.dom.client
Interface HasPasteHandlers
- All Superinterfaces:
- com.google.gwt.event.shared.HasHandlers
public interface HasPasteHandlers
- extends com.google.gwt.event.shared.HasHandlers
A widget that implements this interface provides registration for PasteHandler instances.
- Version:
- $Id: 07602a23e628dd0404894ac59975d7d66a396374 $
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
fireEvent |
addPasteHandler
com.google.gwt.event.shared.HandlerRegistration addPasteHandler(PasteHandler handler)
- Adds a
PasteEvent handler.
- Parameters:
handler - the paste handler
- Returns:
HandlerRegistration used to remove this handler
Copyright © 2004–2015 XWiki. All rights reserved.