public interface AbstractCustomHandler
AbstractDragAndDropHandler.| Modifier and Type | Method and Description |
|---|---|
void |
register(com.google.gwt.user.client.ui.Widget widget,
HandlerRegistrationCollector collector)
This method registers this custom handler in the given
Widget. |
void register(com.google.gwt.user.client.ui.Widget widget,
HandlerRegistrationCollector collector)
Widget. It will also ensure that the
Widget is properly configured to send the required events (e.g. via
sends).widget - is the Widget where to register this handler.collector - is the HandlerRegistrationCollector where to collect the
HandlerRegistration(s) of the registered handlers. May be
null to ignore all registrations.Copyright © 2001–2016 mmm-Team. All rights reserved.