Options
All
  • Public
  • Public/Protected
  • All
Menu

Class JsonFormsControlWithDetail

Hierarchy

Implements

  • OnInit
  • OnDestroy
  • OnInit
  • OnDestroy

Index

Constructors

constructor

Properties

data

data: any

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

path

path: string

propsPath

propsPath: string

rootSchema

rootSchema: JsonSchema

schema

schema: JsonSchema

scopedSchema

scopedSchema: JsonSchema

subscription

subscription: Subscription

uischema

uischema: ControlElement

visible

visible: boolean

Methods

getEventValue

  • getEventValue(event: any): any

Protected getOwnProps

  • getOwnProps(): OwnPropsOfControl

isEnabled

  • isEnabled(): boolean

mapAdditionalProps

  • mapAdditionalProps(props: StatePropsOfControlWithDetail): void

Protected mapToProps

  • mapToProps(state: JsonFormsState): StatePropsOfControlWithDetail

ngOnDestroy

  • ngOnDestroy(): void

ngOnInit

  • ngOnInit(): void

onChange

  • onChange(ev: any): void

shouldShowUnfocusedDescription

  • shouldShowUnfocusedDescription(): boolean

Protected triggerValidation

  • triggerValidation(): void

validator

  • validator(_c: AbstractControl): ValidationErrors | null

Generated using TypeDoc