Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

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

Properties

base?: Element | Text
context: ViewContext
debug: boolean
propEquality: EqualityFuncs<DayTableProps>
props: RenderableProps<DayTableProps, any>
slicer: any
state: Readonly<ViewContext>
stateEquality: EqualityFuncs<ViewContext>
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<DayTableProps>, previousState: Readonly<ViewContext>, snapshot: any): void
  • componentWillMount(): void
  • componentWillReceiveProps(nextProps: Readonly<DayTableProps>, nextContext: any): void
  • componentWillUnmount(): void
  • componentWillUpdate(nextProps: Readonly<DayTableProps>, nextState: Readonly<ViewContext>, nextContext: any): void
  • forceUpdate(callback?: (() => void)): void
  • getChildContext(): object
  • getSnapshotBeforeUpdate(oldProps: Readonly<DayTableProps>, oldState: Readonly<ViewContext>): any
  • 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

  • shouldComponentUpdate(nextProps: DayTableProps, nextState: ViewContext): boolean
  • getDerivedStateFromError(error: any): null | object
  • getDerivedStateFromProps(props: object, state: object): null | object

Generated using TypeDoc