Uses of Class
eu.webtoolkit.jwt.WTouchEvent
Packages that use WTouchEvent
-
Uses of WTouchEvent in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WTouchEventMethods in eu.webtoolkit.jwt that return types with arguments of type WTouchEventModifier and TypeMethodDescriptionWAbstractItemView.touchEnded()Signal emitted when one or more fingers are removed from the screen.WDialog.touchEnded()Event signal emitted when a finger is removed from the screen.WInteractWidget.touchEnded()Event signal emitted when a finger is removed from the screen.WAbstractItemView.touchMoved()Signal emitted when one or more fingers are moved on the screen.WDialog.touchMoved()Event signal emitted when a finger, which is already placed on the screen, is moved across the screen.WInteractWidget.touchMoved()Event signal emitted when a finger, which is already placed on the screen, is moved across the screen.WAbstractItemView.touchStart()Deprecated.WAbstractItemView.touchStarted()Signal emitted when one or more fingers are placed on the screen.WDialog.touchStarted()Event signal emitted when a finger is placed on the screen.WInteractWidget.touchStarted()Event signal emitted when a finger is placed on the screen.Methods in eu.webtoolkit.jwt with parameters of type WTouchEventModifier and TypeMethodDescriptionprotected voidWWidget.getDropTouch(String sourceId, String mimeType, WTouchEvent event) protected voidWAbstractItemView.handleTouchEnd(List<WModelIndex> indices, WTouchEvent event) Handles a touch ended event.protected voidWAbstractItemView.handleTouchMove(List<WModelIndex> indices, WTouchEvent event) Handles a touch moved event.protected voidWAbstractItemView.handleTouchSelect(List<WModelIndex> indices, WTouchEvent event) Handles a touch select event.protected voidWAbstractItemView.handleTouchStart(List<WModelIndex> indices, WTouchEvent event) Handles a touch started event.Constructors in eu.webtoolkit.jwt with parameters of type WTouchEventModifierConstructorDescriptionWDropEvent(WObject source, String mimeType, WTouchEvent touchEvent) Constructor.
touchStarted()instead.