Winter Cardinal UI - v0.457.0 / UtilGestureTap
| Name | Type |
|---|---|
TARGET |
extends UtilGestureTarget |
• new UtilGestureTap<TARGET>(on?, options?): UtilGestureTap<TARGET>
| Name | Type |
|---|---|
TARGET |
extends UtilGestureTarget |
| Name | Type |
|---|---|
on? |
UtilGestureTapOnOptions<TARGET> |
options? |
UtilGestureTapOptions<TARGET> |
UtilGestureTap<TARGET>
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:41
• Protected Optional _onLongPress: UtilGestureOnTap<TARGET>
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:36
• Protected Optional _onTap: UtilGestureOnTap<TARGET>
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:35
• Protected _threshold: UtilGestureTapThreshold<TARGET>
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:37
• Protected _unused: UtilGestureData<TARGET>[]
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:38
• Protected _used: Map<TARGET, UtilGestureData<TARGET>>
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:39
▸ deleteData(data): void
| Name | Type |
|---|---|
data |
UtilGestureData<TARGET> |
void
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:88
▸ end(target, data, e): void
| Name | Type |
|---|---|
target |
TARGET |
data |
UtilGestureData<TARGET> |
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:231
▸ newData(target): UtilGestureData<TARGET>
| Name | Type |
|---|---|
target |
TARGET |
UtilGestureData<TARGET>
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:69
▸ newOnEnd(data): (e: InteractionEvent) => void
| Name | Type |
|---|---|
data |
UtilGestureData<TARGET> |
fn
▸ (e): void
| Name | Type |
|---|---|
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:110
▸ newOnMove(data): (e: InteractionEvent) => void
| Name | Type |
|---|---|
data |
UtilGestureData<TARGET> |
fn
▸ (e): void
| Name | Type |
|---|---|
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:104
▸ onDown(target, e): void
| Name | Type |
|---|---|
target |
TARGET |
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:116
▸ onEnd(e, data): void
| Name | Type |
|---|---|
e |
InteractionEvent |
data |
UtilGestureData<TARGET> |
void
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:173
▸ onLongPress(target, data, e): void
| Name | Type |
|---|---|
target |
TARGET |
data |
UtilGestureData<TARGET> |
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:207
▸ onMove(e, data): void
| Name | Type |
|---|---|
e |
InteractionEvent |
data |
UtilGestureData<TARGET> |
void
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:148
▸ start(target, data, e): void
| Name | Type |
|---|---|
target |
TARGET |
data |
UtilGestureData<TARGET> |
e |
InteractionEvent |
void
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:222
▸ stop(target): void
| Name | Type |
|---|---|
target |
TARGET |
void
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:246
▸ toThreshold(options?): UtilGestureTapThreshold<TARGET>
| Name | Type |
|---|---|
options? |
UtilGestureTapOptions<TARGET> |
UtilGestureTapThreshold<TARGET>
src/main/typescript/wcardinal/ui/util/util-gesture-tap.ts:51