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

enabled

enabled: boolean

error

error: string | null

form

form: FormControl

getEventValue

getEventValue: function

Type declaration

    • (event: any): any
    • Parameters

      • event: any

      Returns any

hidden

hidden: boolean

id

id: string

label

label: string

max

max: number

min

min: number

Protected ngRedux

ngRedux: NgRedux<JsonFormsState>

path

path: string

schema

schema: JsonSchema

scopedSchema

scopedSchema: JsonSchema

step

step: number

subscription

subscription: Subscription

uischema

uischema: UISchemaElement

validator

validator: ValidatorFn

visible

visible: boolean

Methods

Protected getOwnProps

  • getOwnProps(): OwnPropsOfControl
  • Returns OwnPropsOfControl

mapAdditionalProps

  • mapAdditionalProps(props: ControlProps): 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

Protected triggerValidation

  • triggerValidation(): void
  • Returns void

Generated using TypeDoc