Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

  • new Table(props?: TableProps, context?: any): Table

Properties

base?: Element | Text
colPositions: any
context: ViewContext
debug: boolean
getCellEl: any
getCellRange: any
handleRootEl: ((rootEl: null | HTMLElement) => void)

Type declaration

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

      • rootEl: null | HTMLElement

      Returns void

propEquality: EqualityFuncs<TableProps>
props: RenderableProps<TableProps, any>
rootEl: any
rowPositions: any
rowRefs: any
splitBgEventSegs: any
splitBusinessHourSegs: any
splitDateSelectionSegs: any
splitEventDrag: any
splitEventResize: any
splitFgEventSegs: any
state: Readonly<Dictionary>
stateEquality: EqualityFuncs<Dictionary>
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<TableProps>, previousState: Readonly<Dictionary>, snapshot: any): void
  • componentWillMount(): void
  • componentWillReceiveProps(nextProps: Readonly<TableProps>, nextContext: any): void
  • componentWillUnmount(): void
  • componentWillUpdate(nextProps: Readonly<TableProps>, nextState: Readonly<Dictionary>, nextContext: any): void
  • forceUpdate(callback?: (() => void)): void
  • getChildContext(): object
  • getSnapshotBeforeUpdate(oldProps: Readonly<TableProps>, oldState: Readonly<Dictionary>): any
  • isValidDateDownEl(el: HTMLElement): boolean
  • isValidSegDownEl(el: HTMLElement): boolean
  • prepareHits(): void
  • queryHit(positionLeft: number, positionTop: number): Hit
  • shouldComponentUpdate(nextProps: TableProps, nextState: Dictionary): boolean
  • getDerivedStateFromError(error: any): null | object
  • getDerivedStateFromProps(props: object, state: object): null | object

Generated using TypeDoc