Winter Cardinal UI - v0.442.0 / DDialogGesture

Interface: DDialogGesture<PARENT>

Type parameters

Name Type
PARENT extends DDialogGestureParent

Implemented by

Table of contents

Properties

Methods

Properties

constraint

constraint: DDialogGestureConstraint

Defined in

src/main/typescript/wcardinal/ui/d-dialog-gesture.ts:32


mode

mode: DDialogGestureMode

Defined in

src/main/typescript/wcardinal/ui/d-dialog-gesture.ts:30


parent

parent: PARENT

Defined in

src/main/typescript/wcardinal/ui/d-dialog-gesture.ts:28

Methods

isClean

isClean(): boolean

Returns true if the dialog position is not changed by gestures.

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/d-dialog-gesture.ts:42


isDirty

isDirty(): boolean

Returns true if thhe dialog position is changed by gestures.

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/d-dialog-gesture.ts:37


toClean

toClean(): void

Marks the dialog position is not changed by gestures.

Returns

void

Defined in

src/main/typescript/wcardinal/ui/d-dialog-gesture.ts:47