Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DateControlRenderer

Hierarchy

  • JsonFormsControl
    • DateControlRenderer

Implements

  • OnInit
  • OnDestroy
  • OnInit
  • OnDestroy

Index

Constructors

constructor

  • new DateControlRenderer(jsonformsService: JsonFormsAngularService, dateAdapter: DateAdapter<NativeDateAdapter>): DateControlRenderer

Properties

data

data: any

Private dateAdapter

dateAdapter: DateAdapter<NativeDateAdapter>

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

validator

validator: ValidatorFn

visible

visible: boolean

Methods

getEventValue

  • getEventValue(event: any): any

Protected getOwnProps

  • getOwnProps(): OwnPropsOfControl
  • Returns OwnPropsOfControl

isEnabled

  • isEnabled(): boolean
  • Returns boolean

mapAdditionalProps

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

    • ev: any

    Returns void

shouldShowUnfocusedDescription

  • shouldShowUnfocusedDescription(): boolean
  • Returns boolean

Protected triggerValidation

  • triggerValidation(): void
  • Returns void

Generated using TypeDoc