public class ArrowSelectEvent extends GwtEvent<ArrowSelectEvent.ArrowSelectHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ArrowSelectEvent.ArrowSelectHandler
Handler for
ArrowSelectEvent events. |
static interface |
ArrowSelectEvent.HasArrowSelectHandlers
A widget that implements this interface is a public source of
ArrowSelectEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
ArrowSelectEvent(Cell.Context context,
Menu menu) |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<ArrowSelectEvent.ArrowSelectHandler> |
getAssociatedType() |
Cell.Context |
getContext() |
Menu |
getMenu() |
static GwtEvent.Type<ArrowSelectEvent.ArrowSelectHandler> |
getType()
Gets the type associated with this event.
|
public ArrowSelectEvent(Cell.Context context, Menu menu)
public static GwtEvent.Type<ArrowSelectEvent.ArrowSelectHandler> getType()
public GwtEvent.Type<ArrowSelectEvent.ArrowSelectHandler> getAssociatedType()
getAssociatedType in class GwtEvent<ArrowSelectEvent.ArrowSelectHandler>public Cell.Context getContext()
public Menu getMenu()
Copyright © 2012. All Rights Reserved.