Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

Index

Constructors

constructor

Properties

Optional base

base: undefined | Element | Text

context

context: ViewContext

debug

debug: boolean

Protected headerElRef

headerElRef: RefObject<HTMLTableCellElement>

largeUnit

largeUnit: any

propEquality

propEquality: EqualityFuncs<ViewProps>

props

props: RenderableProps<ViewProps, any>

state

state: Readonly<State>

stateEquality

stateEquality: EqualityFuncs<State>

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, elWidth: number, elHeight: number): null | Hit
  • Parameters

    • positionLeft: number
    • positionTop: number
    • elWidth: number
    • elHeight: number

    Returns null | Hit

Abstract render

renderHScrollLayout

renderSimpleLayout

setState

  • setState<K>(state: null | ((prevState: Readonly<State>, props: Readonly<ViewProps>) => null | Pick<State, K> | Partial<State>) | Pick<State, K> | Partial<State>, callback?: () => void): void
  • Type parameters

    • K: string | number | symbol

    Parameters

    • state: null | ((prevState: Readonly<State>, props: Readonly<ViewProps>) => null | Pick<State, K> | Partial<State>) | Pick<State, K> | Partial<State>
    • Optional callback: () => void
        • (): void
        • Returns void

    Returns void

shouldComponentUpdate

  • shouldComponentUpdate(nextProps: ViewProps, nextState: State): boolean

Optional Static getDerivedStateFromError

getDerivedStateFromError:

Optional Static getDerivedStateFromProps

getDerivedStateFromProps:

Generated using TypeDoc