Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NumberControlRenderer

Hierarchy

  • JsonFormsControl
    • NumberControlRenderer

Implements

  • OnInit
  • OnDestroy
  • OnInit
  • OnDestroy

Index

Constructors

constructor

Properties

Private MAXIMUM_FRACTIONAL_DIGITS

MAXIMUM_FRACTIONAL_DIGITS: 20 = 20

data

data: any

decimalSeparator

decimalSeparator: string

description

description: string

disabled

disabled: boolean

enabled

enabled: boolean

error

error: string | null

form

form: FormControl

hidden

hidden: boolean

id

id: string

Protected jsonFormsService

jsonFormsService: JsonFormsAngularService

label

label: string

locale

locale: string

max

max: number

min

min: number

multipleOf

multipleOf: number

numberFormat

numberFormat: NumberFormat

oldValue

oldValue: string

path

path: string

propsPath

propsPath: string

rootSchema

rootSchema: JsonSchema

schema

schema: JsonSchema

scopedSchema

scopedSchema: JsonSchema

subscription

subscription: Subscription

uischema

uischema: ControlElement

validator

validator: ValidatorFn

visible

visible: boolean

Methods

Private determineDecimalSeparator

  • determineDecimalSeparator(): void

getEventValue

  • getEventValue(event: any): any

Protected getOwnProps

  • getOwnProps(): OwnPropsOfControl
  • Returns OwnPropsOfControl

getValue

  • getValue(): any

isEnabled

  • isEnabled(): boolean
  • Returns boolean

mapAdditionalProps

  • mapAdditionalProps(props: StatePropsOfControl): void

Protected mapToProps

  • mapToProps(state: JsonFormsState): StatePropsOfControl
  • Parameters

    • state: JsonFormsState

    Returns StatePropsOfControl

ngOnDestroy

  • ngOnDestroy(): void
  • Returns void

ngOnInit

  • ngOnInit(): void
  • Returns void

onChange

  • onChange(ev: any): void

shouldShowUnfocusedDescription

  • shouldShowUnfocusedDescription(): boolean
  • Returns boolean

Protected triggerValidation

  • triggerValidation(): void
  • Returns void

Generated using TypeDoc