Skip to content

Latest commit

 

History

History
309 lines (155 loc) · 5.13 KB

FloatCellEdit.md

File metadata and controls

309 lines (155 loc) · 5.13 KB

@serenity-is/sleekgrid / FloatCellEdit

Class: FloatCellEdit

Extends

Constructors

new FloatCellEdit()

new FloatCellEdit(args): FloatCellEdit

Parameters

args

EditorOptions

Returns

FloatCellEdit

Inherited from

TextCellEdit.constructor

Defined in

editors/editors.ts:8

Properties

_args

protected _args: EditorOptions

Inherited from

TextCellEdit._args

Defined in

editors/editors.ts:6


_defaultValue

protected _defaultValue: any

Inherited from

TextCellEdit._defaultValue

Defined in

editors/editors.ts:5


_input

_input: HTMLInputElement

Inherited from

TextCellEdit._input

Defined in

editors/editors.ts:69


AllowEmptyValue

static AllowEmptyValue: boolean = false

Defined in

editors/editors.ts:101


DefaultDecimalPlaces

static DefaultDecimalPlaces: number = null

Defined in

editors/editors.ts:102

Methods

applyValue()

applyValue(item, state): void

Parameters

item

any

state

any

Returns

void

Inherited from

TextCellEdit.applyValue

Defined in

editors/editors.ts:44


destroy()

destroy(): void

Returns

void

Inherited from

TextCellEdit.destroy

Defined in

editors/editors.ts:15


focus()

focus(): void

Returns

void

Inherited from

TextCellEdit.focus

Defined in

editors/editors.ts:19


getDecimalPlaces()

getDecimalPlaces(): number

Returns

number

Defined in

editors/editors.ts:104


getValue()

getValue(): string

Returns

string

Inherited from

TextCellEdit.getValue

Defined in

editors/editors.ts:23


init()

init(): void

Returns

void

Inherited from

TextCellEdit.init

Defined in

editors/editors.ts:71


isValueChanged()

isValueChanged(): boolean

Returns

boolean

Inherited from

TextCellEdit.isValueChanged

Defined in

editors/editors.ts:48


loadValue()

loadValue(item): void

Parameters

item

any

Returns

void

Overrides

TextCellEdit.loadValue

Defined in

editors/editors.ts:113


serializeValue()

serializeValue(): any

Returns

any

Overrides

TextCellEdit.serializeValue

Defined in

editors/editors.ts:128


setValue()

setValue(val): void

Parameters

val

string

Returns

void

Inherited from

TextCellEdit.setValue

Defined in

editors/editors.ts:27


validate()

validate(): ValidationResult

Returns

ValidationResult

Overrides

TextCellEdit.validate

Defined in

editors/editors.ts:147