Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DialComponentObserver<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 componentDidSetDialLabelView

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

    Returns void

Optional componentDidSetDialLegendView

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

    Returns void

Optional componentDidSetDialLimit

  • componentDidSetDialLimit(newLimit: number, oldLimit: number, component: C): void
  • Parameters

    • newLimit: number
    • oldLimit: number
    • component: C

    Returns void

Optional componentDidSetDialTrait

  • componentDidSetDialTrait(newDialTrait: null | DialTrait, oldDialTrait: null | DialTrait, component: C): void
  • Parameters

    Returns void

Optional componentDidSetDialValue

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

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

    Returns void

Optional componentDidSetDialView

  • componentDidSetDialView(newDialView: null | DialView, oldDialView: null | DialView, component: C): void
  • Parameters

    Returns void

Optional componentDidSetParentComponent

  • componentDidSetParentComponent(newParentComponent: null | Component, oldParentComponent: null | Component, component: C): 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 componentWillSetDialLabelView

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

    Returns void

Optional componentWillSetDialLegendView

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

    Returns void

Optional componentWillSetDialLimit

  • componentWillSetDialLimit(newLimit: number, oldLimit: number, component: C): void
  • Parameters

    • newLimit: number
    • oldLimit: number
    • component: C

    Returns void

Optional componentWillSetDialTrait

  • componentWillSetDialTrait(newDialTrait: null | DialTrait, oldDialTrait: null | DialTrait, component: C): void
  • Parameters

    Returns void

Optional componentWillSetDialValue

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

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

    Returns void

Optional componentWillSetDialView

  • componentWillSetDialView(newDialView: null | DialView, oldDialView: null | DialView, component: C): void
  • Parameters

    Returns void

Optional componentWillSetParentComponent

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

Optional componentWillUnmount

  • componentWillUnmount(component: Component): void

Optional componentWillUnpower

  • componentWillUnpower(component: Component): void

Generated using TypeDoc