Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MaterialCategorizationStepperLayoutRenderer

Hierarchy

Index

Constructors

constructor

Methods

Optional UNSAFE_componentWillMount

  • UNSAFE_componentWillMount(): void

Optional UNSAFE_componentWillReceiveProps

Optional UNSAFE_componentWillUpdate

Optional componentDidCatch

  • componentDidCatch(error: Error, errorInfo: ErrorInfo): void
  • Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.

    Parameters

    • error: Error
    • errorInfo: ErrorInfo

    Returns void

Optional componentDidMount

  • componentDidMount(): void

Optional componentDidUpdate

Optional componentWillMount

  • componentWillMount(): void

Optional componentWillReceiveProps

Optional componentWillUnmount

  • componentWillUnmount(): void
  • Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

    Returns void

Optional componentWillUpdate

Optional getSnapshotBeforeUpdate

handleStep

  • handleStep(step: number): void
  • Parameters

    • step: number

    Returns void

render

  • render(): Element
  • Returns Element

Optional shouldComponentUpdate

Object literals

state

state: object

activeCategory

activeCategory: number = 0

Generated using TypeDoc