Winter Cardinal UI - v0.442.0 / DDialogGesture
Name | Type |
---|---|
PARENT |
extends DDialogGestureParent |
• constraint: DDialogGestureConstraint
src/main/typescript/wcardinal/ui/d-dialog-gesture.ts:32
• mode: DDialogGestureMode
src/main/typescript/wcardinal/ui/d-dialog-gesture.ts:30
• parent: PARENT
src/main/typescript/wcardinal/ui/d-dialog-gesture.ts:28
▸ isClean(): boolean
Returns true if the dialog position is not changed by gestures.
boolean
src/main/typescript/wcardinal/ui/d-dialog-gesture.ts:42
▸ isDirty(): boolean
Returns true if thhe dialog position is changed by gestures.
boolean
src/main/typescript/wcardinal/ui/d-dialog-gesture.ts:37
▸ toClean(): void
Marks the dialog position is not changed by gestures.
void