Skip to main content

Class: GtcAvionicsSettingsPageMfdFieldsList

A GTC avionics setting page MFD fields settings list.

Hierarchy

Implements

Constructors

constructor

new GtcAvionicsSettingsPageMfdFieldsList(props): GtcAvionicsSettingsPageMfdFieldsList

Creates an instance of a DisplayComponent.

Parameters

NameTypeDescription
propsGtcAvionicsSettingsPageMfdFieldsListPropsThe propertis of the component.

Returns

GtcAvionicsSettingsPageMfdFieldsList

Inherited from

DisplayComponent<GtcAvionicsSettingsPageMfdFieldsListProps>.constructor

Defined in

sdk/components/FSComponent.ts:73

Properties

context

Optional context: [] = undefined

The context on this component, if any.

Implementation of

GtcAvionicsSettingsPageTabContent.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

GtcAvionicsSettingsPageTabContent.contextType

Inherited from

DisplayComponent.contextType

Defined in

sdk/components/FSComponent.ts:67


props

props: GtcAvionicsSettingsPageMfdFieldsListProps & ComponentProps

The properties of the component.

Implementation of

GtcAvionicsSettingsPageTabContent.props

Inherited from

DisplayComponent.props

Defined in

sdk/components/FSComponent.ts:61

Methods

destroy

destroy(): void

Destroys this component.

Returns

void

Implementation of

GtcAvionicsSettingsPageTabContent.destroy

Overrides

DisplayComponent.destroy

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/AvionicsSettingsPage/GtcAvionicsSettingsPageMfdFieldsList.tsx:130


getContext

getContext(context): never

Gets a context data subscription from the context collection.

Parameters

NameTypeDescription
contextneverThe 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

GtcAvionicsSettingsPageTabContent.getContext

Inherited from

DisplayComponent.getContext

Defined in

sdk/components/FSComponent.ts:106


onAfterRender

onAfterRender(node): void

A callback that is called after the component is rendered.

Parameters

NameTypeDescription
nodeVNodeThe component's VNode.

Returns

void

Implementation of

GtcAvionicsSettingsPageTabContent.onAfterRender

Inherited from

DisplayComponent.onAfterRender

Defined in

sdk/components/FSComponent.ts:87


onBeforeRender

onBeforeRender(): void

A callback that is called before the component is rendered.

Returns

void

Implementation of

GtcAvionicsSettingsPageTabContent.onBeforeRender

Inherited from

DisplayComponent.onBeforeRender

Defined in

sdk/components/FSComponent.ts:80


onGtcInteractionEvent

onGtcInteractionEvent(event): boolean

Handles a GtcInteractionEvent.

Parameters

NameTypeDescription
eventGtcInteractionEventThe event to handle.

Returns

boolean

Whether the event was handled.

Implementation of

GtcAvionicsSettingsPageTabContent.onGtcInteractionEvent

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/AvionicsSettingsPage/GtcAvionicsSettingsPageMfdFieldsList.tsx:73


onPause

onPause(): void

A method which is called when this component's parent tab is paused.

Returns

void

Implementation of

GtcAvionicsSettingsPageTabContent.onPause

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/AvionicsSettingsPage/GtcAvionicsSettingsPageMfdFieldsList.tsx:78


onResume

onResume(): void

A method which is called when this component's parent tab is resumed.

Returns

void

Implementation of

GtcAvionicsSettingsPageTabContent.onResume

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/AvionicsSettingsPage/GtcAvionicsSettingsPageMfdFieldsList.tsx:83


render

render(): VNode

Renders the component.

Returns

VNode

A JSX element to be rendered.

Implementation of

GtcAvionicsSettingsPageTabContent.render

Overrides

DisplayComponent.render

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/AvionicsSettingsPage/GtcAvionicsSettingsPageMfdFieldsList.tsx:88