|
||||||||||
| 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<ArrowClickEvent.ArrowClickHandler>
com.sencha.gxt.widget.core.client.event.ArrowClickEvent
public class ArrowClickEvent
Fires after a button's arrow is clicked.
| Nested Class Summary | |
|---|---|
static interface |
ArrowClickEvent.ArrowClickHandler
Handler for ArrowClickEvent events. |
static interface |
ArrowClickEvent.HasArrowClickHandlers
A widget that implements this interface is a public source of ArrowClickEvent events. |
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Constructor Summary | |
|---|---|
ArrowClickEvent(Menu menu)
|
|
| Method Summary | |
|---|---|
GwtEvent.Type<ArrowClickEvent.ArrowClickHandler> |
getAssociatedType()
|
Menu |
getMenu()
|
SplitButton |
getSource()
|
static GwtEvent.Type<ArrowClickEvent.ArrowClickHandler> |
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 ArrowClickEvent(Menu menu)
| Method Detail |
|---|
public static GwtEvent.Type<ArrowClickEvent.ArrowClickHandler> getType()
public GwtEvent.Type<ArrowClickEvent.ArrowClickHandler> getAssociatedType()
getAssociatedType in class GwtEvent<ArrowClickEvent.ArrowClickHandler>public Menu getMenu()
public SplitButton getSource()
getSource in class GwtEvent<ArrowClickEvent.ArrowClickHandler>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||