public class HandlerRegistrationImpl extends Object implements com.google.gwt.event.shared.HandlerRegistration
| Constructor and Description |
|---|
HandlerRegistrationImpl() |
HandlerRegistrationImpl(com.google.gwt.event.shared.HandlerRegistration handler,
com.google.gwt.event.shared.HandlerRegistration... handlers) |
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistrationImpl |
clear() |
HandlerRegistrationImpl |
deregister(com.google.gwt.event.shared.HandlerRegistration handler) |
HandlerRegistrationImpl |
destroy() |
boolean |
isEmpty() |
boolean |
isRegistered(com.google.gwt.event.shared.HandlerRegistration handler) |
com.google.gwt.event.shared.HandlerRegistration |
register(com.google.gwt.event.shared.HandlerRegistration handler) |
void |
removeHandler() |
int |
size() |
public HandlerRegistrationImpl()
public HandlerRegistrationImpl(com.google.gwt.event.shared.HandlerRegistration handler,
com.google.gwt.event.shared.HandlerRegistration... handlers)
public final int size()
public final boolean isEmpty()
public final HandlerRegistrationImpl destroy()
public final com.google.gwt.event.shared.HandlerRegistration register(com.google.gwt.event.shared.HandlerRegistration handler)
public final boolean isRegistered(com.google.gwt.event.shared.HandlerRegistration handler)
public final HandlerRegistrationImpl deregister(com.google.gwt.event.shared.HandlerRegistration handler)
public final HandlerRegistrationImpl clear()
public void removeHandler()
removeHandler in interface com.google.web.bindery.event.shared.HandlerRegistrationCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.