com.sencha.gxt.widget.core.client.event
Class RemoveEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<RemoveEvent.RemoveHandler>
com.sencha.gxt.widget.core.client.event.RemoveEvent
public class RemoveEvent
- extends GwtEvent<RemoveEvent.RemoveHandler>
Fires after a widget is removed from a container.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RemoveEvent
public RemoveEvent(Widget widget)
getType
public static GwtEvent.Type<RemoveEvent.RemoveHandler> getType()
- Gets the type associated with this event.
- Returns:
- returns the handler type
getAssociatedType
public GwtEvent.Type<RemoveEvent.RemoveHandler> getAssociatedType()
- Overrides:
getAssociatedType in class GwtEvent<RemoveEvent.RemoveHandler>
getSource
public Container getSource()
- Overrides:
getSource in class GwtEvent<RemoveEvent.RemoveHandler>
getWidget
public Widget getWidget()
- Returns the widget that was removed.
- Returns:
- the removed widget
Copyright © 2012. All Rights Reserved.