Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected allDaySplitter

allDaySplitter: AllDaySplitter

Optional base

base: undefined | Element | Text

Private buildSlatMetas

buildSlatMetas: any

Private buildTimeColsModel

buildTimeColsModel: any

context

context: ViewContext

debug

debug: boolean

handleScrollTopRequest

handleScrollTopRequest: (scrollTop: number) => void

Type declaration

    • (scrollTop: number): void
    • Parameters

      • scrollTop: number

      Returns void

handleSlatCoords

handleSlatCoords: (slatCoords: TimeColsSlatsCoords) => void

Type declaration

Protected headerElRef

headerElRef: RefObject<HTMLTableCellElement>

largeUnit

largeUnit: any

propEquality

propEquality: EqualityFuncs<ViewProps>

props

props: RenderableProps<ViewProps, any>

renderHeadAxis

renderHeadAxis: (rowKey: string, frameHeight?: string | number) => Element

Type declaration

    • (rowKey: string, frameHeight?: string | number): Element
    • Parameters

      • rowKey: string
      • Optional frameHeight: string | number

      Returns Element

renderTableRowAxis

renderTableRowAxis: (rowHeight?: number) => Element

Type declaration

    • Parameters

      • Optional rowHeight: number

      Returns Element

state

state: { slatCoords: any }

Type declaration

  • slatCoords: any

stateEquality

stateEquality: EqualityFuncs<TimeColsViewState>

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
  • Parameters

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

    Returns void

getAllDayMaxEventProps

  • getAllDayMaxEventProps(): { dayMaxEventRows: number | false; dayMaxEvents: number | boolean }
  • Returns { dayMaxEventRows: number | false; dayMaxEvents: number | boolean }

    • dayMaxEventRows: number | false
    • dayMaxEvents: number | boolean

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

render

renderHScrollLayout

renderSimpleLayout

setState

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

    • K: "slatCoords"

    Parameters

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

    Returns void

shouldComponentUpdate

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

Optional Static getDerivedStateFromError

getDerivedStateFromError:

Optional Static getDerivedStateFromProps

getDerivedStateFromProps:

Generated using TypeDoc