public abstract static class TapGestureRecognizer.CellTapGestureRecognizer<T> extends CellGestureAdapter<TapGestureRecognizer,T>
Modifier | Constructor and Description |
---|---|
protected |
CellTapGestureRecognizer() |
protected |
CellTapGestureRecognizer(int maxMoveDistance) |
Modifier and Type | Method and Description |
---|---|
TapGestureRecognizer |
createRecognizer()
Creates a new recognizer instance.
|
protected void |
handlePreventDefault(NativeEvent event) |
protected abstract void |
onTap(TouchData tap,
Context context,
Element parent,
T value,
<any> valueUpdater) |
protected void |
onTapStart(TouchData tap,
Context context,
Element parent,
T value,
<any> valueUpdater) |
getContext, getGestureRecognizer, getOrCreateGestureRecognizer, getParent, getValue, getValueUpdater, handle, release, setDelegate
protected CellTapGestureRecognizer()
protected CellTapGestureRecognizer(int maxMoveDistance)
public TapGestureRecognizer createRecognizer()
CellGestureAdapter
createRecognizer
in class CellGestureAdapter<TapGestureRecognizer,T>
protected void onTapStart(TouchData tap, Context context, Element parent, T value, <any> valueUpdater)
protected void handlePreventDefault(NativeEvent event)
Copyright © 2018. All rights reserved.