|
GWT 0.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
---|---|
com.google.gwt.user.cellview.client | The "cellview" widget set. |
com.google.gwt.user.client | Fundamental user-interface classes used in client-side GWT code. |
com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. |
Uses of Event in com.google.gwt.user.cellview.client |
---|
Methods in com.google.gwt.user.cellview.client with parameters of type Event | |
---|---|
protected void |
CellList.doSelection(Event event,
T value,
int indexOnPage)
Deprecated. use AbstractHasData.addCellPreviewHandler(com.google.gwt.view.client.CellPreviewEvent.Handler)
instead |
protected void |
CellTable.doSelection(Event event,
T value,
int row,
int column)
Deprecated. use AbstractHasData.addCellPreviewHandler(com.google.gwt.view.client.CellPreviewEvent.Handler)
instead |
protected void |
CellList.fireEventToCell(Cell.Context context,
Event event,
Element parent,
T value)
Fire an event to the cell. |
void |
CellWidget.onBrowserEvent(Event event)
|
void |
CellTree.onBrowserEvent(Event event)
|
void |
CellBrowser.onBrowserEvent(Event event)
|
void |
AbstractHasData.onBrowserEvent(Event event)
Handle browser events. |
protected void |
CellTable.onBrowserEvent2(Event event)
|
protected void |
CellList.onBrowserEvent2(Event event)
|
protected void |
AbstractHasData.onBrowserEvent2(Event event)
Called after AbstractHasData.onBrowserEvent(Event) completes. |
Uses of Event in com.google.gwt.user.client |
---|
Methods in com.google.gwt.user.client that return Event | |
---|---|
static Event |
Event.as(NativeEvent event)
Converts the NativeEvent to Event. |
static Event |
DOM.eventGetCurrentEvent()
Gets the current event that is being fired. |
static Event |
Event.getCurrentEvent()
Gets the current event that is being fired. |
Methods in com.google.gwt.user.client with parameters of type Event | |
---|---|
static void |
DOM.eventCancelBubble(Event evt,
boolean cancel)
Cancels bubbling for the given event. |
static boolean |
DOM.eventGetAltKey(Event evt)
Gets whether the ALT key was depressed when the given event occurred. |
static int |
DOM.eventGetButton(Event evt)
Gets the mouse buttons that were depressed when the given event occurred. |
static int |
DOM.eventGetClientX(Event evt)
Gets the mouse x-position within the browser window's client area. |
static int |
DOM.eventGetClientY(Event evt)
Gets the mouse y-position within the browser window's client area. |
static boolean |
DOM.eventGetCtrlKey(Event evt)
Gets whether the CTRL key was depressed when the given event occurred. |
static Element |
DOM.eventGetCurrentTarget(Event evt)
Gets the current target element of the given event. |
static Element |
DOM.eventGetFromElement(Event evt)
Gets the element from which the mouse pointer was moved (valid for ONMOUSEOVER and ONMOUSEOUT ). |
static int |
DOM.eventGetKeyCode(Event evt)
Gets the key code associated with this event. |
static boolean |
DOM.eventGetMetaKey(Event evt)
Gets whether the META key was depressed when the given event occurred. |
static int |
DOM.eventGetMouseWheelVelocityY(Event evt)
Gets the velocity of the mouse wheel associated with the event along the Y axis. |
static boolean |
DOM.eventGetRepeat(Event evt)
Deprecated. not supported in any browser but IE |
static int |
DOM.eventGetScreenX(Event evt)
Gets the mouse x-position on the user's display. |
static int |
DOM.eventGetScreenY(Event evt)
Gets the mouse y-position on the user's display. |
static boolean |
DOM.eventGetShiftKey(Event evt)
Gets whether the shift key was depressed when the given event occurred. |
static Element |
DOM.eventGetTarget(Event evt)
Returns the element that was the actual target of the given event. |
static Element |
DOM.eventGetToElement(Event evt)
Gets the element to which the mouse pointer was moved (only valid for ONMOUSEOUT and ONMOUSEOVER ). |
static int |
DOM.eventGetType(Event evt)
Gets the enumerated type of this event (as defined in Event ). |
static java.lang.String |
DOM.eventGetTypeString(Event evt)
Gets the type of the given event as a string. |
static void |
DOM.eventPreventDefault(Event evt)
Prevents the browser from taking its default action for the given event. |
static void |
DOM.eventSetKeyCode(Event evt,
char key)
Deprecated. this method only works in IE and should not have been added to the API |
static java.lang.String |
DOM.eventToString(Event evt)
Returns a stringized version of the event. |
void |
EventListener.onBrowserEvent(Event event)
Fired whenever a browser event is received. |
boolean |
EventPreview.onEventPreview(Event event)
Deprecated. replaced by Event.NativePreviewHandler.onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent) |
Uses of Event in com.google.gwt.user.client.ui |
---|
Methods in com.google.gwt.user.client.ui with parameters of type Event | |
---|---|
void |
FocusListenerCollection.fireFocusEvent(Widget sender,
Event event)
Deprecated. A helper for widgets that source focus events. |
void |
KeyboardListenerCollection.fireKeyboardEvent(Widget sender,
Event event)
Deprecated. Automatically fires the appropriate keyboard event to all listeners. |
void |
MouseListenerCollection.fireMouseEvent(Widget sender,
Event event)
Deprecated. A helper for widgets that source mouse events. |
void |
MouseWheelListenerCollection.fireMouseWheelEvent(Widget sender,
Event event)
Deprecated. A helper for widgets that source mouse events. |
protected Element |
HTMLTable.getEventTargetCell(Event event)
Determines the TD associated with the specified event. |
static int |
KeyboardListenerCollection.getKeyboardModifiers(Event event)
Deprecated. Gets the keyboard modifiers associated with a DOMEvent. |
void |
Widget.onBrowserEvent(Event event)
|
void |
ValueBoxBase.onBrowserEvent(Event event)
|
void |
Tree.onBrowserEvent(Event event)
|
void |
StackPanel.onBrowserEvent(Event event)
|
void |
RadioButton.onBrowserEvent(Event event)
Overridden to send ValueChangeEvents only when appropriate. |
void |
MenuBar.onBrowserEvent(Event event)
|
void |
Image.onBrowserEvent(Event event)
|
void |
Hyperlink.onBrowserEvent(Event event)
|
void |
FileUpload.onBrowserEvent(Event event)
|
void |
DialogBox.onBrowserEvent(Event event)
|
void |
CustomButton.onBrowserEvent(Event event)
|
void |
Composite.onBrowserEvent(Event event)
|
boolean |
PopupPanel.onEventPreview(Event event)
Deprecated. Use PopupPanel.onPreviewNativeEvent(com.google.gwt.user.client.Event.NativePreviewEvent) instead |
Constructors in com.google.gwt.user.client.ui with parameters of type Event | |
---|---|
MouseWheelVelocity(Event e)
Deprecated. Construct the higher-level view of the original ONMOUSEWHEEL Event. |
|
GWT 0.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |