Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

base?: Element | Text
buildDayTableModel: any
context: ViewContext
debug: boolean
headerElRef: RefObject<HTMLTableCellElement>
headerRef: any
propEquality: EqualityFuncs<ViewProps>
props: RenderableProps<ViewProps, any>
state: Readonly<Dictionary>
stateEquality: EqualityFuncs<Dictionary>
tableRef: any
uid: string
addPropsEquality: ((this: { prototype: { propEquality: any } }, propEquality: any) => void)

Type declaration

    • (this: { prototype: { propEquality: any } }, propEquality: any): void
    • Parameters

      • this: { prototype: { propEquality: any } }
        • prototype: { propEquality: any }
          • propEquality: any
      • propEquality: any

      Returns void

addStateEquality: ((this: { prototype: { stateEquality: any } }, stateEquality: any) => void)

Type declaration

    • (this: { prototype: { stateEquality: any } }, stateEquality: any): void
    • Parameters

      • this: { prototype: { stateEquality: any } }
        • prototype: { stateEquality: any }
          • stateEquality: any
      • stateEquality: any

      Returns void

contextType: any
defaultProps?: any
displayName?: string

Methods

  • componentDidCatch(error: any, errorInfo: ErrorInfo): void
  • componentDidMount(): void
  • componentDidUpdate(previousProps: Readonly<ViewProps>, previousState: Readonly<Dictionary>, snapshot: any): void
  • componentWillMount(): void
  • componentWillReceiveProps(nextProps: Readonly<ViewProps>, nextContext: any): void
  • componentWillUnmount(): void
  • componentWillUpdate(nextProps: Readonly<ViewProps>, nextState: Readonly<Dictionary>, nextContext: any): void
  • forceUpdate(callback?: (() => void)): void
  • Parameters

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

    Returns void

  • getChildContext(): object
  • isValidDateDownEl(el: HTMLElement): boolean
  • isValidSegDownEl(el: HTMLElement): boolean
  • prepareHits(): void
  • queryHit(positionLeft: number, positionTop: number, elWidth: number, elHeight: number): null | Hit
  • Parameters

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

    Returns null | Hit

  • getDerivedStateFromError(error: any): null | object
  • getDerivedStateFromProps(props: object, state: object): null | object

Generated using TypeDoc