Class: GtcToldDataPageWeatherTab
A GTC TOLD (takeoff/landing) data page weather tab.
Hierarchy
DisplayComponent
<GtcToldDataPageWeatherTabProps
>↳
GtcToldDataPageWeatherTab
Implements
Constructors
constructor
• new GtcToldDataPageWeatherTab(props
): GtcToldDataPageWeatherTab
Creates an instance of a DisplayComponent.
Parameters
Name | Type | Description |
---|---|---|
props | GtcToldDataPageWeatherTabProps | The propertis of the component. |
Returns
Inherited from
DisplayComponent<GtcToldDataPageWeatherTabProps>.constructor
Defined in
sdk/components/FSComponent.ts:73
Properties
context
• Optional
context: [] = undefined
The context on this component, if any.
Implementation of
GtcToldDataPageTabContent.context
Inherited from
DisplayComponent.context
Defined in
sdk/components/FSComponent.ts:64
contextType
• Optional
Readonly
contextType: readonly [] = undefined
The type of context for this component, if any.
Implementation of
GtcToldDataPageTabContent.contextType
Inherited from
DisplayComponent.contextType
Defined in
sdk/components/FSComponent.ts:67
props
• props: GtcToldDataPageWeatherTabProps
& ComponentProps
The properties of the component.
Implementation of
GtcToldDataPageTabContent.props
Inherited from
DisplayComponent.props
Defined in
sdk/components/FSComponent.ts:61
Methods
destroy
▸ destroy(): void
Destroys this component.
Returns
void
Implementation of
GtcToldDataPageTabContent.destroy
Overrides
DisplayComponent.destroy
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcToldDataPageWeatherTab.tsx:499
getContext
▸ getContext(context
): never
Gets a context data subscription from the context collection.
Parameters
Name | 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
GtcToldDataPageTabContent.getContext
Inherited from
DisplayComponent.getContext
Defined in
sdk/components/FSComponent.ts:106
onAfterRender
▸ onAfterRender(thisNode
): void
A callback that is called after the component is rendered.
Parameters
Name | Type | Description |
---|---|---|
thisNode | VNode | The component's VNode. |
Returns
void
Implementation of
GtcToldDataPageTabContent.onAfterRender
Overrides
DisplayComponent.onAfterRender
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcToldDataPageWeatherTab.tsx:153
onBeforeRender
▸ onBeforeRender(): void
A callback that is called before the component is rendered.
Returns
void
Implementation of
GtcToldDataPageTabContent.onBeforeRender
Inherited from
DisplayComponent.onBeforeRender
Defined in
sdk/components/FSComponent.ts:80
onGtcInteractionEvent
▸ onGtcInteractionEvent(): boolean
Handles a GtcInteractionEvent.
Returns
boolean
Whether the event was handled.
Implementation of
GtcToldDataPageTabContent.onGtcInteractionEvent
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcToldDataPageWeatherTab.tsx:208
onPause
▸ onPause(): void
A method which is called when this component's parent tab is paused.
Returns
void
Implementation of
GtcToldDataPageTabContent.onPause
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcToldDataPageWeatherTab.tsx:213
onResume
▸ onResume(): void
A method which is called when this component's parent tab is resumed.
Returns
void
Implementation of
GtcToldDataPageTabContent.onResume
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcToldDataPageWeatherTab.tsx:223
render
▸ render(): VNode
Renders the component.
Returns
VNode
A JSX element to be rendered.
Implementation of
GtcToldDataPageTabContent.render
Overrides
DisplayComponent.render
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/ToldPages/GtcToldDataPageWeatherTab.tsx:385