Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Optional base

base: undefined | 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

Private handleNavLinkClick

handleNavLinkClick: 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, Record<string, any>>, settingsInput: InteractionSettingsInput) => void

Type declaration

    • (component: DateComponent<any, Record<string, any>>, settingsInput: InteractionSettingsInput): void
    • Parameters

      • component: DateComponent<any, Record<string, any>>
      • settingsInput: InteractionSettingsInput

      Returns void

resizeRunner

resizeRunner: DelayedRunner

state

state: Readonly<Record<string, any>>

stateEquality

stateEquality: EqualityFuncs<Record<string, any>>

unregisterInteractiveComponent

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

Type declaration

    • Parameters

      Returns void

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

Optional Static defaultProps

defaultProps: any

Optional Static displayName

displayName: undefined | string

Methods

_handleNavLinkClick

  • _handleNavLinkClick(ev: UIEvent, anchorEl: HTMLElement): void
  • Parameters

    Returns void

buildAppendContent

  • buildAppendContent(): VNode

Optional componentDidCatch

componentDidCatch:

componentDidMount

  • componentDidMount(): void
  • Returns void

componentDidUpdate

Optional componentWillMount

componentWillMount:

Optional componentWillReceiveProps

componentWillReceiveProps:

componentWillUnmount

  • componentWillUnmount(): void
  • Returns void

Optional componentWillUpdate

componentWillUpdate:

forceUpdate

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

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

    Returns void

Optional getChildContext

getChildContext:

Optional getSnapshotBeforeUpdate

getSnapshotBeforeUpdate:

render

renderView

setState

  • setState<K>(state: null | ((prevState: Readonly<Record<string, any>>, props: Readonly<CalendarContentProps>) => null | Pick<Record<string, any>, K> | Partial<Record<string, any>>) | Pick<Record<string, any>, K> | Partial<Record<string, any>>, callback?: () => void): void
  • Type parameters

    • K: string

    Parameters

    • state: null | ((prevState: Readonly<Record<string, any>>, props: Readonly<CalendarContentProps>) => null | Pick<Record<string, any>, K> | Partial<Record<string, any>>) | Pick<Record<string, any>, K> | Partial<Record<string, any>>
    • Optional callback: () => void
        • (): void
        • Returns void

    Returns void

shouldComponentUpdate

Optional Static getDerivedStateFromError

getDerivedStateFromError:

Optional Static getDerivedStateFromProps

getDerivedStateFromProps:

Generated using TypeDoc