@serenity-is/sleekgrid / FloatCellEdit
new FloatCellEdit(
args
):FloatCellEdit
protected
_args:EditorOptions
protected
_defaultValue:any
_input:
HTMLInputElement
static
AllowEmptyValue:boolean
=false
static
DefaultDecimalPlaces:number
=null
applyValue(
item
,state
):void
any
any
void
destroy():
void
void
focus():
void
void
getDecimalPlaces():
number
number
getValue():
string
string
init():
void
void
isValueChanged():
boolean
boolean
loadValue(
item
):void
any
void
serializeValue():
any
any
setValue(
val
):void
string
void
validate():
ValidationResult