Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Optional base

base?: Element | Text

Private buildToolbarProps

buildToolbarProps: any

Private buildViewContext

buildViewContext: any

Private buildViewPropTransformers

buildViewPropTransformers: any

Private calendarInteractions

calendarInteractions: any

context

context: ViewContext

debug

debug: boolean

Private footerRef

footerRef: any

handleWindowResize

handleWindowResize: (ev: UIEvent) => void

Type declaration

    • (ev: UIEvent): void
    • Parameters

      • ev: UIEvent

      Returns void

Private headerRef

headerRef: any

Private interactionsStore

interactionsStore: any

propEquality

propEquality: EqualityFuncs<CalendarContentProps>

props

props: RenderableProps<CalendarContentProps, any>

registerInteractiveComponent

registerInteractiveComponent: (component: DateComponent<any, Dictionary>, settingsInput: InteractionSettingsInput) => void

Type declaration

resizeRunner

resizeRunner: DelayedRunner

state

state: { viewLabelId: string }

Type declaration

  • viewLabelId: string

stateEquality

stateEquality: EqualityFuncs<Dictionary>

unregisterInteractiveComponent

unregisterInteractiveComponent: (component: DateComponent<any, Dictionary>) => void

Type declaration

Static addPropsEquality

addPropsEquality: (propEquality: any) => void

Type declaration

    • (propEquality: any): void
    • Parameters

      • propEquality: any

      Returns void

Static addStateEquality

addStateEquality: (stateEquality: any) => void

Type declaration

    • (stateEquality: any): void
    • Parameters

      • stateEquality: any

      Returns void

Static contextType

contextType: any

Static Optional defaultProps

defaultProps?: any

Static Optional displayName

displayName?: string

Methods

buildAppendContent

  • buildAppendContent(): VNode

Optional componentDidCatch

  • componentDidCatch(error: any, errorInfo: any): void
  • Parameters

    • error: any
    • errorInfo: any

    Returns void

componentDidMount

  • componentDidMount(): void
  • Returns void

componentDidUpdate

Optional componentWillMount

  • componentWillMount(): void
  • Returns void

Optional componentWillReceiveProps

  • Parameters

    Returns void

componentWillUnmount

  • componentWillUnmount(): void
  • Returns void

Optional componentWillUpdate

  • Parameters

    Returns void

forceUpdate

  • forceUpdate(callback?: () => void): void
  • Parameters

    • Optional callback: () => void
        • (): void
        • Returns void

    Returns void

Optional getChildContext

  • getChildContext(): object
  • Returns object

Optional getSnapshotBeforeUpdate

render

  • Returns Element

renderView

setState

shouldComponentUpdate

Static Optional getDerivedStateFromError

  • getDerivedStateFromError(error: any): null | object
  • Parameters

    • error: any

    Returns null | object

Static Optional getDerivedStateFromProps

  • getDerivedStateFromProps(props: object, state: object): null | object
  • Parameters

    • props: object
    • state: object

    Returns null | object

Generated using TypeDoc