|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TouchStartHandler | |
---|---|
com.google.gwt.event.dom.client | Types related to DOM events. |
com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. |
Uses of TouchStartHandler in com.google.gwt.event.dom.client |
---|
Classes in com.google.gwt.event.dom.client that implement TouchStartHandler | |
---|---|
class |
HandlesAllTouchEvents
Receiver used to handle all touch events at once. |
Methods in com.google.gwt.event.dom.client with type parameters of type TouchStartHandler | ||
---|---|---|
static
|
HandlesAllTouchEvents.handle(HasAllTouchHandlers source,
H reciever)
Convenience method used to handle all touch events from an event source. |
Methods in com.google.gwt.event.dom.client that return types with arguments of type TouchStartHandler | |
---|---|
DomEvent.Type<TouchStartHandler> |
TouchStartEvent.getAssociatedType()
|
static DomEvent.Type<TouchStartHandler> |
TouchStartEvent.getType()
Gets the event type associated with touch start events. |
Methods in com.google.gwt.event.dom.client with parameters of type TouchStartHandler | |
---|---|
HandlerRegistration |
HasTouchStartHandlers.addTouchStartHandler(TouchStartHandler handler)
Adds a TouchStartEvent handler. |
protected void |
TouchStartEvent.dispatch(TouchStartHandler handler)
|
Uses of TouchStartHandler in com.google.gwt.user.client.ui |
---|
Methods in com.google.gwt.user.client.ui with parameters of type TouchStartHandler | |
---|---|
HandlerRegistration |
Label.addTouchStartHandler(TouchStartHandler handler)
|
HandlerRegistration |
Image.addTouchStartHandler(TouchStartHandler handler)
|
HandlerRegistration |
FocusWidget.addTouchStartHandler(TouchStartHandler handler)
|
HandlerRegistration |
FocusPanel.addTouchStartHandler(TouchStartHandler handler)
|
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |