Class: WeightBalancePaneViewGraph
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WeightBalancePane/WeightBalancePaneViewGraph.tsx:48
A CG vs weight graph panel for the weight and balance pane.
Extends
DisplayComponent
<WeightBalancePaneViewGraphProps
>
Implements
Constructors
Constructor
new WeightBalancePaneViewGraph(
props
):WeightBalancePaneViewGraph
Defined in: src/sdk/components/FSComponent.ts:73
Creates an instance of a DisplayComponent.
Parameters
Parameter | Type | Description |
---|---|---|
props | WeightBalancePaneViewGraphProps | The propertis of the component. |
Returns
WeightBalancePaneViewGraph
Inherited from
DisplayComponent<WeightBalancePaneViewGraphProps>.constructor
Properties
context?
optional
context: [] =undefined
Defined in: src/sdk/components/FSComponent.ts:64
The context on this component, if any.
Implementation of
WeightBalancePaneViewPanel
.context
Inherited from
DisplayComponent.context
contextType?
readonly
optional
contextType: readonly [] =undefined
Defined in: src/sdk/components/FSComponent.ts:67
The type of context for this component, if any.
Implementation of
WeightBalancePaneViewPanel
.contextType
Inherited from
DisplayComponent.contextType
props
props:
WeightBalancePaneViewGraphProps
&ComponentProps
Defined in: src/sdk/components/FSComponent.ts:61
The properties of the component.
Implementation of
WeightBalancePaneViewPanel
.props
Inherited from
DisplayComponent.props
Methods
destroy()
destroy():
void
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WeightBalancePane/WeightBalancePaneViewGraph.tsx:875
Destroys this component.
Returns
void
Implementation of
WeightBalancePaneViewPanel
.destroy
Overrides
DisplayComponent.destroy
getContext()
protected
getContext(context
):never
Defined in: src/sdk/components/FSComponent.ts:106
Gets a context data subscription from the context collection.
Parameters
Parameter | Type | Description |
---|---|---|
context | never | The context to get the subscription for. |
Returns
never
The requested context.
Throws
An error if no data for the specified context type could be found.
Implementation of
WeightBalancePaneViewPanel
.getContext
Inherited from
DisplayComponent.getContext
onAfterRender()
onAfterRender():
void
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WeightBalancePane/WeightBalancePaneViewGraph.tsx:183
A callback that is called after the component is rendered.
Returns
void
Implementation of
WeightBalancePaneViewPanel
.onAfterRender
Overrides
DisplayComponent.onAfterRender
onBeforeRender()
onBeforeRender():
void
Defined in: src/sdk/components/FSComponent.ts:80
A callback that is called before the component is rendered.
Returns
void
Implementation of
WeightBalancePaneViewPanel
.onBeforeRender
Inherited from
DisplayComponent.onBeforeRender
onPause()
onPause():
void
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WeightBalancePane/WeightBalancePaneViewGraph.tsx:223
A method which is called when this panel is paused. The panel is paused when it is hidden and immediately before it is resized.
Returns
void
Implementation of
WeightBalancePaneViewPanel
.onPause
onResume()
onResume(
isPaneInFullMode
):void
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WeightBalancePane/WeightBalancePaneViewGraph.tsx:208
A method which is called when this panel is resumed. The panel is resumed when it is un-hidden and immediately after it is resized.
Parameters
Parameter | Type | Description |
---|---|---|
isPaneInFullMode | boolean | Whether this panel's parent pane is in Full display mode. |
Returns
void
Implementation of
WeightBalancePaneViewPanel
.onResume
onUpdate()
onUpdate():
void
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WeightBalancePane/WeightBalancePaneViewGraph.tsx:234
A method which is called when this panel is paused. The panel is paused when it is hidden and immediately before it is resized.
Returns
void
Implementation of
WeightBalancePaneViewPanel
.onUpdate
render()
render():
VNode
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WeightBalancePane/WeightBalancePaneViewGraph.tsx:630
Renders the component.
Returns
VNode
A JSX element to be rendered.
Implementation of
WeightBalancePaneViewPanel
.render
Overrides
DisplayComponent.render