@serenity-is/sleekgrid / DateCellEdit
Class: DateCellEdit
Defined in: src/editors/editors.tsx:160
Extends
Constructors
Constructor
new DateCellEdit(
args):DateCellEdit
Defined in: src/editors/editors.tsx:9
Parameters
args
Returns
DateCellEdit
Inherited from
Properties
_args
protected_args:EditorOptions
Defined in: src/editors/editors.tsx:7
Inherited from
_defaultValue
protected_defaultValue:any
Defined in: src/editors/editors.tsx:6
Inherited from
_input
_input:
HTMLInputElement
Defined in: src/editors/editors.tsx:70
Inherited from
Methods
applyValue()
applyValue(
item,state):void
Defined in: src/editors/editors.tsx:45
Parameters
item
any
state
any
Returns
void
Inherited from
destroy()
destroy():
void
Defined in: src/editors/editors.tsx:185
Returns
void
Overrides
focus()
focus():
void
Defined in: src/editors/editors.tsx:20
Returns
void
Inherited from
getValue()
getValue():
string
Defined in: src/editors/editors.tsx:24
Returns
string
Inherited from
hide()
hide():
void
Defined in: src/editors/editors.tsx:200
Returns
void
init()
init():
void
Defined in: src/editors/editors.tsx:163
Returns
void
Overrides
isValueChanged()
isValueChanged():
boolean
Defined in: src/editors/editors.tsx:49
Returns
boolean
Inherited from
loadValue()
loadValue(
item):void
Defined in: src/editors/editors.tsx:32
Parameters
item
any
Returns
void
Inherited from
position()
position(
position):void
Defined in: src/editors/editors.tsx:207
Parameters
position
Returns
void
serializeValue()
serializeValue():
any
Defined in: src/editors/editors.tsx:41
Returns
any
Inherited from
setValue()
setValue(
val):void
Defined in: src/editors/editors.tsx:28
Parameters
val
string
Returns
void
Inherited from
show()
show():
void
Defined in: src/editors/editors.tsx:193
Returns
void
validate()
validate():
ValidationResult
Defined in: src/editors/editors.tsx:53