Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected allDaySplitter

allDaySplitter: AllDaySplitter

Optional base

base?: 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>

propEquality

propEquality: EqualityFuncs<ViewProps>

props

props: RenderableProps<ViewProps, any>

renderHeadAxis

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

Type declaration

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

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<ViewProps>, previousState: Readonly<TimeColsViewState>, snapshot: any): void

Optional componentWillMount

  • componentWillMount(): void

Optional componentWillReceiveProps

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

Optional componentWillUnmount

  • componentWillUnmount(): void

Optional componentWillUpdate

  • componentWillUpdate(nextProps: Readonly<ViewProps>, nextState: Readonly<TimeColsViewState>, nextContext: any): void

forceUpdate

  • forceUpdate(callback?: () => void): 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(): object

Optional getSnapshotBeforeUpdate

  • getSnapshotBeforeUpdate(oldProps: Readonly<ViewProps>, oldState: Readonly<TimeColsViewState>): any

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

Static Optional getDerivedStateFromError

  • getDerivedStateFromError(error: any): null | object

Static Optional getDerivedStateFromProps

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

Generated using TypeDoc