Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DateControlRenderer

Hierarchy

  • JsonFormsControl
    • DateControlRenderer

Implements

  • 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

getEventValue

getEventValue: function

Type declaration

    • (event: any): any
    • Parameters

      • event: any

      Returns any

hidden

hidden: boolean

id

id: string

label

label: string

Protected ngRedux

ngRedux: NgRedux<JsonFormsState>

path

path: string

schema

schema: JsonSchema

scopedSchema

scopedSchema: JsonSchema

subscription

subscription: Subscription

uischema

uischema: ControlElement

validator

validator: ValidatorFn

visible

visible: boolean

Methods

Protected getOwnProps

  • getOwnProps(): OwnPropsOfControl
  • Returns OwnPropsOfControl

mapAdditionalProps

  • mapAdditionalProps(props: ControlProps): void
  • Parameters

    • props: ControlProps

    Returns 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