public class DisableEvent extends GwtEvent<DisableEvent.DisableHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisableEvent.DisableHandler
Handler for
DisableEvent events. |
static interface |
DisableEvent.HasDisableHandlers
A widget that implements this interface is a public source of
DisableEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
DisableEvent() |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<DisableEvent.DisableHandler> |
getAssociatedType() |
Component |
getSource() |
static GwtEvent.Type<DisableEvent.DisableHandler> |
getType()
Gets the type associated with this event.
|
public static GwtEvent.Type<DisableEvent.DisableHandler> getType()
public GwtEvent.Type<DisableEvent.DisableHandler> getAssociatedType()
getAssociatedType in class GwtEvent<DisableEvent.DisableHandler>public Component getSource()
getSource in class GwtEvent<DisableEvent.DisableHandler>Copyright © 2012. All Rights Reserved.