Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ArrayLayoutRenderer

Hierarchy

  • JsonFormsAbstractControl<StatePropsOfArrayLayout>
    • ArrayLayoutRenderer

Implements

  • OnInit
  • OnDestroy
  • OnInit
  • OnDestroy

Index

Constructors

constructor

Properties

addAriaLabel

addAriaLabel: string

addItem

addItem: function

Type declaration

    • (path: string, value: any): function
    • Parameters

      • path: string
      • value: any

      Returns function

        • (): void
        • Returns void

addTooltip

addTooltip: string

data

data: any

description

description: string

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

Protected jsonFormsService

jsonFormsService: JsonFormsAngularService

label

label: string

noData

noData: boolean

noDataMessage

noDataMessage: string

path

path: string

propsPath

propsPath: string

removeAriaLabel

removeAriaLabel: string

removeItems

removeItems: function

Type declaration

    • (path: string, toDelete: number[]): function
    • Parameters

      • path: string
      • toDelete: number[]

      Returns function

        • (): void
        • Returns void

removeTooltip

removeTooltip: string

rootSchema

rootSchema: JsonSchema

schema

schema: JsonSchema

scopedSchema

scopedSchema: JsonSchema

subscription

subscription: Subscription

uischema

uischema: ControlElement

uischemas

uischemas: object[]

validator

validator: ValidatorFn

visible

visible: boolean

Methods

add

  • add(): void

Protected getOwnProps

  • getOwnProps(): OwnPropsOfControl
  • Returns OwnPropsOfControl

getProps

  • getProps(index: number): OwnPropsOfRenderer

isEnabled

  • isEnabled(): boolean
  • Returns boolean

mapAdditionalProps

  • mapAdditionalProps(props: ArrayLayoutProps): void

mapToProps

  • mapToProps(state: JsonFormsState): StatePropsOfArrayLayout

ngOnDestroy

  • ngOnDestroy(): void
  • Returns void

ngOnInit

  • ngOnInit(): void

onChange

  • onChange(ev: any): void
  • Parameters

    • ev: any

    Returns void

remove

  • remove(index: number): void

shouldShowUnfocusedDescription

  • shouldShowUnfocusedDescription(): boolean
  • Returns boolean

trackByFn

  • trackByFn(index: number): number

Protected triggerValidation

  • triggerValidation(): void
  • Returns void

Generated using TypeDoc