com.sencha.gxt.widget.core.client.event
Class RemoveEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<RemoveEvent.RemoveHandler>
          extended by com.sencha.gxt.widget.core.client.event.RemoveEvent

public class RemoveEvent
extends GwtEvent<RemoveEvent.RemoveHandler>

Fires after a widget is removed from a container.


Nested Class Summary
static interface RemoveEvent.HasRemoveHandlers
           
static interface RemoveEvent.RemoveHandler
          Handler for RemoveEvent events.
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
RemoveEvent(Widget widget)
           
 
Method Summary
 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.
 
Methods inherited from class com.google.web.bindery.event.shared.Event
toDebugString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoveEvent

public RemoveEvent(Widget widget)
Method Detail

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.