DateRangeField

Source
import { DateRangeField } from "@prestojs/viewmodel";
Hierarchy

API

Constructor

new DateRangeField(?values)
Params:
ParameterTypeDescription
valuesRangeFieldProps

Methods

clone()
Returns:Field
contributeToClass(viewModel)
Params:
ParameterTypeDescription
*viewModelViewModelConstructor
Returns:void
format(value)
Params:
ParameterTypeDescription
*valueDate
Returns:any
getFormatterProps()
Returns:{[fieldName: string]: any }
getWidgetProps()
Returns:{[fieldName: string]: any }
isEqual(value1,value2)
Params:
ParameterTypeDescription
*value1Date
*value2Date
Returns:boolean
normalize(value)
Params:
ParameterTypeDescription
*valueDate
Returns:null|Date
parse(value)
Params:
ParameterTypeDescription
*valuenull|Date
Returns:null|Date
toJS(value)
Params:
ParameterTypeDescription
*valueDate
Returns:null|string|number|Record
toString()
Returns:string

Properties

blank

Source
boolean

blankAsNull

Source
boolean

boundRecord

Source
undefined|ViewModelInterface

choices

Source
Map

defaultValue

Source
undefined|null|Date|Promise

formatterProps

Source
Record

helpText

Source
string

isBound

Source
boolean

label

Source
string

name

Source
string

readOnly

Source
boolean

separator

Source
string

value

Source
undefined|Date

widgetProps

Source
Record

writeOnly

Source
boolean

Static Properties

fieldClassName

Source
string