Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SliceComponentObserver<C>

Type parameters

Hierarchy

Index

Methods

Optional componentDidAssemble

Optional componentDidCompute

Optional componentDidGenerate

Optional componentDidInsertChildComponent

  • componentDidInsertChildComponent(childComponent: Component, targetModel: null | Component, component: C): void

Optional componentDidMount

  • componentDidMount(component: Component): void

Optional componentDidPower

  • componentDidPower(component: Component): void

Optional componentDidRemoveChildComponent

  • componentDidRemoveChildComponent(childComponent: Component, component: C): void

Optional componentDidResolve

Optional componentDidRevise

Optional componentDidSetParentComponent

  • componentDidSetParentComponent(newParentComponent: null | Component, oldParentComponent: null | Component, component: C): void

Optional componentDidSetSliceLabelView

  • componentDidSetSliceLabelView(newLabelView: null | GraphicsView, oldLabelView: null | GraphicsView, component: C): void
  • Parameters

    Returns void

Optional componentDidSetSliceLegendView

  • componentDidSetSliceLegendView(newLegendView: null | GraphicsView, oldLegendView: null | GraphicsView, component: C): void
  • Parameters

    Returns void

Optional componentDidSetSliceTrait

  • componentDidSetSliceTrait(newSliceTrait: null | SliceTrait, oldSliceTrait: null | SliceTrait, component: C): void
  • Parameters

    Returns void

Optional componentDidSetSliceValue

  • componentDidSetSliceValue(newValue: number, oldValue: number, component: C): void
  • Parameters

    • newValue: number
    • oldValue: number
    • component: C

    Returns void

Optional componentDidSetSliceView

  • componentDidSetSliceView(newSliceView: null | SliceView, oldSliceView: null | SliceView, component: C): void
  • Parameters

    Returns void

Optional componentDidUnmount

  • componentDidUnmount(component: Component): void

Optional componentDidUnpower

  • componentDidUnpower(component: Component): void

Optional componentWillAssemble

Optional componentWillCompute

Optional componentWillGenerate

Optional componentWillInsertChildComponent

  • componentWillInsertChildComponent(childComponent: Component, targetModel: null | Component, component: C): void

Optional componentWillMount

  • componentWillMount(component: Component): void

Optional componentWillPower

  • componentWillPower(component: Component): void

Optional componentWillRemoveChildComponent

  • componentWillRemoveChildComponent(childComponent: Component, component: C): void

Optional componentWillResolve

Optional componentWillRevise

Optional componentWillSetParentComponent

  • componentWillSetParentComponent(newParentComponent: null | Component, oldParentComponent: null | Component, component: C): void

Optional componentWillSetSliceLabelView

  • componentWillSetSliceLabelView(newLabelView: null | GraphicsView, oldLabelView: null | GraphicsView, component: C): void
  • Parameters

    Returns void

Optional componentWillSetSliceLegendView

  • componentWillSetSliceLegendView(newLegendView: null | GraphicsView, oldLegendView: null | GraphicsView, component: C): void
  • Parameters

    Returns void

Optional componentWillSetSliceTrait

  • componentWillSetSliceTrait(newSliceTrait: null | SliceTrait, oldSliceTrait: null | SliceTrait, component: C): void
  • Parameters

    Returns void

Optional componentWillSetSliceValue

  • componentWillSetSliceValue(newValue: number, oldValue: number, component: C): void
  • Parameters

    • newValue: number
    • oldValue: number
    • component: C

    Returns void

Optional componentWillSetSliceView

  • componentWillSetSliceView(newSliceView: null | SliceView, oldSliceView: null | SliceView, component: C): void
  • Parameters

    Returns void

Optional componentWillUnmount

  • componentWillUnmount(component: Component): void

Optional componentWillUnpower

  • componentWillUnpower(component: Component): void

Generated using TypeDoc