Skip to content

Latest commit

 

History

History
297 lines (149 loc) · 4.01 KB

CheckboxCellEdit.md

File metadata and controls

297 lines (149 loc) · 4.01 KB

@serenity-is/sleekgrid / CheckboxCellEdit

Class: CheckboxCellEdit

Extends

  • BaseCellEdit

Constructors

new CheckboxCellEdit()

new CheckboxCellEdit(args): CheckboxCellEdit

Parameters

args

EditorOptions

Returns

CheckboxCellEdit

Inherited from

BaseCellEdit.constructor

Defined in

editors/editors.ts:8

Properties

_args

protected _args: EditorOptions

Inherited from

BaseCellEdit._args

Defined in

editors/editors.ts:6


_defaultValue

protected _defaultValue: any

Inherited from

BaseCellEdit._defaultValue

Defined in

editors/editors.ts:5


_input

_input: HTMLInputElement

Overrides

BaseCellEdit._input

Defined in

editors/editors.ts:253

Methods

applyValue()

applyValue(item, state): void

Parameters

item

any

state

any

Returns

void

Overrides

BaseCellEdit.applyValue

Defined in

editors/editors.ts:275


destroy()

destroy(): void

Returns

void

Inherited from

BaseCellEdit.destroy

Defined in

editors/editors.ts:15


focus()

focus(): void

Returns

void

Inherited from

BaseCellEdit.focus

Defined in

editors/editors.ts:19


getValue()

getValue(): string

Returns

string

Inherited from

BaseCellEdit.getValue

Defined in

editors/editors.ts:23


init()

init(): void

Returns

void

Overrides

BaseCellEdit.init

Defined in

editors/editors.ts:255


isValueChanged()

isValueChanged(): boolean

Returns

boolean

Overrides

BaseCellEdit.isValueChanged

Defined in

editors/editors.ts:279


loadValue()

loadValue(item): void

Parameters

item

any

Returns

void

Overrides

BaseCellEdit.loadValue

Defined in

editors/editors.ts:262


preClick()

preClick(): void

Returns

void

Defined in

editors/editors.ts:267


serializeValue()

serializeValue(): boolean

Returns

boolean

Overrides

BaseCellEdit.serializeValue

Defined in

editors/editors.ts:271


setValue()

setValue(val): void

Parameters

val

string

Returns

void

Inherited from

BaseCellEdit.setValue

Defined in

editors/editors.ts:27


validate()

validate(): object

Returns

object

msg

msg: string

valid

valid: boolean = true

Overrides

BaseCellEdit.validate

Defined in

editors/editors.ts:283