public class RemoveEvent extends GwtEvent<RemoveEvent.RemoveHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemoveEvent.HasRemoveHandlers |
static interface |
RemoveEvent.RemoveHandler
Handler for
RemoveEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
RemoveEvent(Widget widget) |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<RemoveEvent.RemoveHandler> |
getAssociatedType() |
Container |
getSource() |
static GwtEvent.Type<RemoveEvent.RemoveHandler> |
getType()
Gets the type associated with this event.
|
Widget |
getWidget()
Returns the widget that was removed.
|
public RemoveEvent(Widget widget)
public static GwtEvent.Type<RemoveEvent.RemoveHandler> getType()
public GwtEvent.Type<RemoveEvent.RemoveHandler> getAssociatedType()
getAssociatedType in class GwtEvent<RemoveEvent.RemoveHandler>public Container getSource()
getSource in class GwtEvent<RemoveEvent.RemoveHandler>public Widget getWidget()
Copyright © 2012. All Rights Reserved.