Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new DayTable(props?: DayTableProps, context?: any): DayTable

Properties

Optional base

base: undefined | Element | Text

context

context: ViewContext

debug

debug: boolean

handleRootEl

handleRootEl: (rootEl: null | HTMLDivElement) => void

Type declaration

    • (rootEl: null | HTMLDivElement): void
    • Parameters

      • rootEl: null | HTMLDivElement

      Returns void

largeUnit

largeUnit: any

propEquality

propEquality: EqualityFuncs<DayTableProps>

props

props: RenderableProps<DayTableProps, any>

Private slicer

slicer: any

state

state: Readonly<ViewContext>

stateEquality

stateEquality: EqualityFuncs<ViewContext>

Private tableRef

tableRef: any

uid

uid: string

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

Optional componentDidCatch

componentDidCatch:

Optional componentDidMount

componentDidMount:

Optional componentDidUpdate

componentDidUpdate:

Optional componentWillMount

componentWillMount:

Optional componentWillReceiveProps

componentWillReceiveProps:

Optional componentWillUnmount

componentWillUnmount:

Optional componentWillUpdate

componentWillUpdate:

forceUpdate

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

Optional getChildContext

getChildContext:

Optional getSnapshotBeforeUpdate

getSnapshotBeforeUpdate:

isDateSelectionValid

  • isDateSelectionValid(selection: DateSpan): boolean

isInteractionValid

isValidDateDownEl

isValidSegDownEl

prepareHits

  • prepareHits(): void

queryHit

  • queryHit(positionLeft: number, positionTop: number): Hit

render

setState

  • Type parameters

    • K: "theme" | "options" | "calendarApi" | "dispatch" | "emitter" | "getCurrentData" | "dateEnv" | "pluginHooks" | "viewSpec" | "viewApi" | "dateProfileGenerator" | "isRtl" | "addResizeHandler" | "removeResizeHandler" | "createScrollResponder" | "registerInteractiveComponent" | "unregisterInteractiveComponent"

    Parameters

    Returns void

shouldComponentUpdate

  • shouldComponentUpdate(nextProps: DayTableProps, nextState: ViewContext): boolean

Optional Static getDerivedStateFromError

getDerivedStateFromError:

Optional Static getDerivedStateFromProps

getDerivedStateFromProps:

Generated using TypeDoc