@serenity-is/sleekgrid / FloatCellEdit
Class: FloatCellEdit
Defined in: src/editors/editors.tsx:100
Extends
Constructors
Constructor
new FloatCellEdit(
args):FloatCellEdit
Defined in: src/editors/editors.tsx:9
Parameters
args
Returns
FloatCellEdit
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
AllowEmptyValue
staticAllowEmptyValue:boolean=false
Defined in: src/editors/editors.tsx:102
DefaultDecimalPlaces
staticDefaultDecimalPlaces:number=null
Defined in: src/editors/editors.tsx:103
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:16
Returns
void
Inherited from
focus()
focus():
void
Defined in: src/editors/editors.tsx:20
Returns
void
Inherited from
getDecimalPlaces()
getDecimalPlaces():
number
Defined in: src/editors/editors.tsx:105
Returns
number
getValue()
getValue():
string
Defined in: src/editors/editors.tsx:24
Returns
string
Inherited from
init()
init():
void
Defined in: src/editors/editors.tsx:72
Returns
void
Inherited from
isValueChanged()
isValueChanged():
boolean
Defined in: src/editors/editors.tsx:49
Returns
boolean
Inherited from
loadValue()
loadValue(
item):void
Defined in: src/editors/editors.tsx:114
Parameters
item
any
Returns
void
Overrides
serializeValue()
serializeValue():
any
Defined in: src/editors/editors.tsx:129
Returns
any
Overrides
setValue()
setValue(
val):void
Defined in: src/editors/editors.tsx:28
Parameters
val
string
Returns
void
Inherited from
validate()
validate():
ValidationResult
Defined in: src/editors/editors.tsx:148