|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<OverflowEvent.OverflowHandler>
com.sencha.gxt.widget.core.client.event.OverflowEvent
public class OverflowEvent
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 |
|---|
public OverflowEvent(Menu menu)
| Method Detail |
|---|
public static GwtEvent.Type<OverflowEvent.OverflowHandler> getType()
public GwtEvent.Type<OverflowEvent.OverflowHandler> getAssociatedType()
getAssociatedType in class GwtEvent<OverflowEvent.OverflowHandler>public Menu getMenu()
public Component getSource()
getSource in class GwtEvent<OverflowEvent.OverflowHandler>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||