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

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

public class OverflowEvent
extends GwtEvent<OverflowEvent.OverflowHandler>

Fires before the overflow menu is displayed.


Nested Class Summary
static interface OverflowEvent.HasOverflowHandlers
          A widget that implements this interface is a public source of OverflowEvent events.
static interface OverflowEvent.OverflowHandler
          Handler class for OverflowEvent events.
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
OverflowEvent(Menu menu)
           
 
Method Summary
 GwtEvent.Type<OverflowEvent.OverflowHandler> getAssociatedType()
           
 Menu getMenu()
           
 Component getSource()
           
static GwtEvent.Type<OverflowEvent.OverflowHandler> 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

OverflowEvent

public OverflowEvent(Menu menu)
Method Detail

getType

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

Returns:
returns the handler type

getAssociatedType

public GwtEvent.Type<OverflowEvent.OverflowHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<OverflowEvent.OverflowHandler>

getMenu

public Menu getMenu()

getSource

public Component getSource()
Overrides:
getSource in class GwtEvent<OverflowEvent.OverflowHandler>


Copyright © 2012. All Rights Reserved.