TimeField

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

API

Constructor

new TimeField(?options)

Arguments:

ArgumentTypeDescription
options
An object with the properties below
options.asyncChoicesAsyncChoicesInterface
options.blankboolean
options.blankAsNullboolean
options.choices|[string, string][]
options.defaultValuenull|string|
options.formatterPropsRecord
options.helpTextstring
options.labelstring
options.readOnlyboolean
options.widgetPropsRecord
options.writeOnlyboolean

Methods

clone()
Returns:Field
contributeToClass(viewModel)

Arguments:

ArgumentTypeDescription
*viewModelViewModelConstructor
Returns:void
format(value)

Arguments:

ArgumentTypeDescription
*valuestring
Returns:any
getFormatterProps()
Returns:{[fieldName: string]: any }
getWidgetProps()
Returns:{[fieldName: string]: any }
isEqual(value1,value2)

Arguments:

ArgumentTypeDescription
*value1string
*value2string
Returns:boolean
normalize(value)

Arguments:

ArgumentTypeDescription
*valuestring
Returns:null|string
parse(value)

Arguments:

ArgumentTypeDescription
*valuenull|string
Returns:null|string
toJS(value)

Arguments:

ArgumentTypeDescription
*valuestring
Returns:null|string|number|Record
toString()
Returns:string

Properties

blank

Source
boolean

blankAsNull

Source
boolean

boundRecord

Source
undefined|ViewModelInterface

choices

Source

defaultValue

Source
undefined|null|string|Promise

formatterProps

Source
Record

helpText

Source
string

isBound

Source
boolean

label

Source
string

name

Source
string

readOnly

Source
boolean

value

Source
undefined|string

widgetProps

Source
Record

writeOnly

Source
boolean

Static Properties

fieldClassName

Source
string