Uses of Class
com.levigo.jadice.web.client.tool.events.TouchEditEvent
Packages that use TouchEditEvent
Package
Description
-
Uses of TouchEditEvent in com.levigo.jadice.web.client.internal.annotation
Methods in com.levigo.jadice.web.client.internal.annotation with parameters of type TouchEditEventModifier and TypeMethodDescriptionvoidHandle.onTouchStart(TouchEditEvent e, Gesture.GestureHandler handler) -
Uses of TouchEditEvent in com.levigo.jadice.web.client.tool
Methods in com.levigo.jadice.web.client.tool with parameters of type TouchEditEventModifier and TypeMethodDescriptionprotected Tool.ActivationRequestTool.getActivationFeedback(TouchEditEvent e) Provide feedback for the user about what would happen, if the finger were moved from the current location.protected Tool.ActivationRequestReturn the auto-activation request for this this tool in response to a touch move.protected Tool.ActivationRequestReturn the auto-activation request for this this tool in response to a touch start.protected voidTool.handleTouchEnd(TouchEditEvent e, boolean isActive) Invoked when a touch ended.protected voidTool.handleTouchMove(TouchEditEvent e, boolean isActive) Invoked when a touch changed.protected voidTool.handleTouchStart(TouchEditEvent e, boolean isActive) Invoked when a touch started. -
Uses of TouchEditEvent in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools with parameters of type TouchEditEventModifier and TypeMethodDescriptionprotected Tool.ActivationRequestAnnotationTool.getActivationFeedback(TouchEditEvent e) protected Tool.ActivationRequestTextSelectionTouchTool.getActivationFeedback(TouchEditEvent e) protected Tool.ActivationRequestCrossHairTool.getActivationRequestForTouchMove(TouchEditEvent e) protected Tool.ActivationRequestPanForceTouchTool.getActivationRequestForTouchMove(TouchEditEvent e) protected Tool.ActivationRequestPanForceTouchTool.getActivationRequestForTouchStart(TouchEditEvent e) protected voidCrossHairTool.handleTouchEnd(TouchEditEvent e, boolean isActive) protected voidHoverLensTool.handleTouchEnd(TouchEditEvent e, boolean isActive) protected voidAnnotationTool.handleTouchMove(TouchEditEvent e, boolean isActive) protected voidCrossHairTool.handleTouchMove(TouchEditEvent e, boolean isActive) protected voidHoverLensTool.handleTouchMove(TouchEditEvent e, boolean isActive) protected voidPanForceTouchTool.handleTouchMove(TouchEditEvent e, boolean isActive) protected voidAnnotationTool.handleTouchStart(TouchEditEvent e, boolean isActive) protected voidDoubleTapZoomTool.handleTouchStart(TouchEditEvent e, boolean isActive) protected voidSetCurrentPageTool.handleTouchStart(TouchEditEvent e, boolean isActive) protected voidTextSelectionTouchTool.handleTouchStart(TouchEditEvent e, boolean isActive) protected voidThumbnailTool.handleTouchStart(TouchEditEvent e, boolean isActive)