Winter Cardinal UI - v0.442.0 / UtilInputOperation

Interface: UtilInputOperation<VALUE, ELEMENT>

Type parameters

Name Type
VALUE VALUE
ELEMENT extends HTMLInputElement | HTMLTextAreaElement

Hierarchy

Table of contents

Methods

Methods

applyTitle

applyTitle(): void

Returns

void

Defined in

src/main/typescript/wcardinal/ui/util/util-input.ts:22


containsPoint

containsPoint(point): boolean

Parameters

Name Type
point Point

Returns

boolean

Inherited from

UtilHtmlElementOperation.containsPoint

Defined in

src/main/typescript/wcardinal/ui/util/util-html-element.ts:156


getClipperExRects

getClipperExRects(result): void

Parameters

Name Type
result UtilHtmlElementClipperExRects

Returns

void

Inherited from

UtilHtmlElementOperation.getClipperExRects

Defined in

src/main/typescript/wcardinal/ui/util/util-html-element.ts:154


getClipperRect

getClipperRect(resolution, work, result): null | Rectangle

Parameters

Name Type
resolution number
work Point
result Rectangle

Returns

null | Rectangle

Inherited from

UtilHtmlElementOperation.getClipperRect

Defined in

src/main/typescript/wcardinal/ui/util/util-html-element.ts:153


getElementMatrix

getElementMatrix(): null | Matrix

Returns

null | Matrix

Inherited from

UtilHtmlElementOperation.getElementMatrix

Defined in

src/main/typescript/wcardinal/ui/util/util-html-element.ts:152


getElementRect

getElementRect(resolution, work, result): null | Rectangle

Parameters

Name Type
resolution number
work Point
result Rectangle

Returns

null | Rectangle

Inherited from

UtilHtmlElementOperation.getElementRect

Defined in

src/main/typescript/wcardinal/ui/util/util-html-element.ts:151


getPadding

getPadding(): null | UtilHtmlElementPadding

Returns

null | UtilHtmlElementPadding

Inherited from

UtilHtmlElementOperation.getPadding

Defined in

src/main/typescript/wcardinal/ui/util/util-html-element.ts:155


getValue

getValue(): undefined | VALUE

Returns

undefined | VALUE

Defined in

src/main/typescript/wcardinal/ui/util/util-input.ts:21


onCancel

onCancel(): void

Returns

void

Inherited from

UtilHtmlElementOperation.onCancel

Defined in

src/main/typescript/wcardinal/ui/util/util-html-element.ts:158


onEnd

onEnd(): void

Returns

void

Inherited from

UtilHtmlElementOperation.onEnd

Defined in

src/main/typescript/wcardinal/ui/util/util-html-element.ts:159


onEnter

onEnter(): void

Returns

void

Defined in

src/main/typescript/wcardinal/ui/util/util-input.ts:26


onStart

onStart(): void

Returns

void

Inherited from

UtilHtmlElementOperation.onStart

Defined in

src/main/typescript/wcardinal/ui/util/util-html-element.ts:157


onValueChange

onValueChange(newValue, oldValue): void

Parameters

Name Type
newValue VALUE
oldValue VALUE

Returns

void

Defined in

src/main/typescript/wcardinal/ui/util/util-input.ts:25


onValueInput

onValueInput(newValue): void

Parameters

Name Type
newValue VALUE

Returns

void

Defined in

src/main/typescript/wcardinal/ui/util/util-input.ts:24