Constructors

Properties

applyValue: (item: any, state: any, notify?: boolean) => void
autoCorrect: (val: any) => void
destroy: () => void
focus: () => void
getValue: () => any
init: () => void
isValueChanged: () => boolean
loadValue: (item: any) => void
serializeValue: () => any
setValue: (val: any) => void
validate: () => any