Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NumberControlRenderer

Hierarchy

  • JsonFormsControl
    • NumberControlRenderer

Implements

  • OnInit
  • OnDestroy

Index

Constructors

constructor

Properties

data

data: any

disabled

disabled: boolean

error

error: string | null

form

form: FormControl

getEventValue

getEventValue: function

Type declaration

    • (event: any): any
    • Parameters

      • event: any

      Returns any

label

label: string

max

max: number

min

min: number

multipleOf

multipleOf: number

Protected ngRedux

ngRedux: NgRedux<JsonFormsState>

path

path: string

schema

schema: JsonSchema

scopedSchema

scopedSchema: JsonSchema

subscription

subscription: Subscription

uischema

uischema: UISchemaElement

validator

validator: ValidatorFn

Methods

Protected getOwnProps

  • getOwnProps(): object
  • Returns object

    • path: string
    • schema: JsonSchema
    • uischema: UISchemaElement

mapAdditionalProps

  • mapAdditionalProps(): void

Protected mapToProps

  • mapToProps(state: JsonFormsState): ControlProps
  • Parameters

    • state: JsonFormsState

    Returns ControlProps

ngOnDestroy

  • ngOnDestroy(): void
  • Returns void

ngOnInit

  • ngOnInit(): void
  • Returns void

onChange

  • onChange(ev: any): void
  • Parameters

    • ev: any

    Returns void

Generated using TypeDoc