Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

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

Properties

Optional base

base?: Element | Text

Private colPositions

colPositions: any

context

context: ViewContext

debug

debug: boolean

Private getCellEl

getCellEl: any

Private getCellRange

getCellRange: any

handleRootEl

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

Type declaration

propEquality

propEquality: EqualityFuncs<TableProps>

props

props: RenderableProps<TableProps, any>

Private rootEl

rootEl: any

Private rowPositions

rowPositions: any

Private rowRefs

rowRefs: any

Private splitBgEventSegs

splitBgEventSegs: any

Private splitBusinessHourSegs

splitBusinessHourSegs: any

Private splitDateSelectionSegs

splitDateSelectionSegs: any

Private splitEventDrag

splitEventDrag: any

Private splitEventResize

splitEventResize: any

Private splitFgEventSegs

splitFgEventSegs: any

state

state: Readonly<Dictionary>

stateEquality

stateEquality: EqualityFuncs<Dictionary>

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

Static Optional defaultProps

defaultProps?: any

Static Optional displayName

displayName?: string

Methods

Optional componentDidCatch

  • componentDidCatch(error: any, errorInfo: any): void

Optional componentDidMount

  • componentDidMount(): void

Optional componentDidUpdate

  • componentDidUpdate(previousProps: Readonly<TableProps>, previousState: Readonly<Dictionary>, snapshot: any): void

Optional componentWillMount

  • componentWillMount(): void

Optional componentWillReceiveProps

  • componentWillReceiveProps(nextProps: Readonly<TableProps>, nextContext: any): void

Optional componentWillUnmount

  • componentWillUnmount(): void

Optional componentWillUpdate

  • componentWillUpdate(nextProps: Readonly<TableProps>, nextState: Readonly<Dictionary>, nextContext: any): void

forceUpdate

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

Optional getChildContext

  • getChildContext(): object

Optional getSnapshotBeforeUpdate

  • getSnapshotBeforeUpdate(oldProps: Readonly<TableProps>, oldState: Readonly<Dictionary>): any

isValidDateDownEl

isValidSegDownEl

prepareHits

  • prepareHits(): void

queryHit

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

render

setState

shouldComponentUpdate

  • shouldComponentUpdate(nextProps: TableProps, nextState: Dictionary): boolean

Static Optional getDerivedStateFromError

  • getDerivedStateFromError(error: any): null | object

Static Optional getDerivedStateFromProps

  • getDerivedStateFromProps(props: object, state: object): null | object

Generated using TypeDoc