@serenity-is/sleekgrid / PercentCompleteEditor

Class: PercentCompleteEditor

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new PercentCompleteEditor(args): PercentCompleteEditor

Parameters

Name Type
args EditorOptions

Returns

PercentCompleteEditor

Inherited from

IntegerEditor.constructor

Defined in

editors/editors.ts:8

Properties

_args

Protected _args: EditorOptions

Inherited from

IntegerEditor._args

Defined in

editors/editors.ts:6


_defaultValue

Protected _defaultValue: any

Inherited from

IntegerEditor._defaultValue

Defined in

editors/editors.ts:5


_input

_input: HTMLInputElement

Inherited from

IntegerEditor._input

Defined in

editors/editors.ts:69


_picker

Protected _picker: HTMLDivElement

Defined in

editors/editors.ts:292

Methods

applyValue

applyValue(item, state): void

Parameters

Name Type
item any
state any

Returns

void

Inherited from

IntegerEditor.applyValue

Defined in

editors/editors.ts:44


destroy

destroy(): void

Returns

void

Overrides

IntegerEditor.destroy

Defined in

editors/editors.ts:336


focus

focus(): void

Returns

void

Inherited from

IntegerEditor.focus

Defined in

editors/editors.ts:19


getValue

getValue(): string

Returns

string

Inherited from

IntegerEditor.getValue

Defined in

editors/editors.ts:23


init

init(): void

Returns

void

Overrides

IntegerEditor.init

Defined in

editors/editors.ts:294


isValueChanged

isValueChanged(): boolean

Returns

boolean

Inherited from

IntegerEditor.isValueChanged

Defined in

editors/editors.ts:48


loadValue

loadValue(item): void

Parameters

Name Type
item any

Returns

void

Inherited from

IntegerEditor.loadValue

Defined in

editors/editors.ts:31


serializeValue

serializeValue(): number

Returns

number

Inherited from

IntegerEditor.serializeValue

Defined in

editors/editors.ts:83


setValue

setValue(val): void

Parameters

Name Type
val string

Returns

void

Inherited from

IntegerEditor.setValue

Defined in

editors/editors.ts:27


validate

validate(): ValidationResult

Returns

ValidationResult

Inherited from

IntegerEditor.validate

Defined in

editors/editors.ts:87