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

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

public class EnableEvent
extends GwtEvent<EnableEvent.EnableHandler>

Fires after a widget is enabled.


Nested Class Summary
static interface EnableEvent.EnableHandler
          Handler for EnableEvent events.
static interface EnableEvent.HasEnableHandlers
          A widget that implements this interface is a public source of EnableEvent events.
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
EnableEvent()
           
 
Method Summary
 GwtEvent.Type<EnableEvent.EnableHandler> getAssociatedType()
           
 Component getSource()
           
static GwtEvent.Type<EnableEvent.EnableHandler> getType()
          Gets the type associated with this event.
 
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

EnableEvent

public EnableEvent()
Method Detail

getType

public static GwtEvent.Type<EnableEvent.EnableHandler> getType()
Gets the type associated with this event.

Returns:
returns the handler type

getAssociatedType

public GwtEvent.Type<EnableEvent.EnableHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<EnableEvent.EnableHandler>

getSource

public Component getSource()
Overrides:
getSource in class GwtEvent<EnableEvent.EnableHandler>


Copyright © 2012. All Rights Reserved.