Skip to main content

Class: AirportFreqTab

An airport frequencies tab.

Hierarchy

Constructors

constructor

new AirportFreqTab(props): AirportFreqTab

Creates an instance of a DisplayComponent.

Parameters

NameTypeDescription
propsAirportFreqTabPropsThe propertis of the component.

Returns

AirportFreqTab

Inherited from

AbstractTabbedContent.constructor

Defined in

src/sdk/components/FSComponent.ts:73

Properties

_knobLabelState

Protected Readonly _knobLabelState: MapSubject<UiKnobId, string>

Inherited from

AbstractTabbedContent._knobLabelState

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/TabbedContainer/AbstractTabbedContent.ts:14


context

Optional context: [] = undefined

The context on this component, if any.

Inherited from

AbstractTabbedContent.context

Defined in

src/sdk/components/FSComponent.ts:64


contextType

Optional Readonly contextType: readonly [] = undefined

The type of context for this component, if any.

Inherited from

AbstractTabbedContent.contextType

Defined in

src/sdk/components/FSComponent.ts:67


isTabbedContent

Readonly isTabbedContent: true

Flags this component as a TabbedContent.

Inherited from

AbstractTabbedContent.isTabbedContent

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/TabbedContainer/AbstractTabbedContent.ts:12


knobLabelState

Readonly knobLabelState: SubscribableMap<UiKnobId, string> & Subscribable<UiKnobRequestedLabelState>

The bezel rotary knob label state requested by this content.

Inherited from

AbstractTabbedContent.knobLabelState

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/TabbedContainer/AbstractTabbedContent.ts:16


props

props: AirportFreqTabProps & ComponentProps

The properties of the component.

Inherited from

AbstractTabbedContent.props

Defined in

src/sdk/components/FSComponent.ts:61

Methods

destroy

destroy(): void

Destroys this component.

Returns

void

Overrides

AbstractTabbedContent.destroy

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportFreqTab.tsx:443


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.

Inherited from

AbstractTabbedContent.getContext

Defined in

src/sdk/components/FSComponent.ts:106


onAfterRender

onAfterRender(): void

A callback that is called after the component is rendered.

Returns

void

Overrides

AbstractTabbedContent.onAfterRender

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportFreqTab.tsx:153


onBeforeRender

onBeforeRender(): void

A callback that is called before the component is rendered.

Returns

void

Inherited from

AbstractTabbedContent.onBeforeRender

Defined in

src/sdk/components/FSComponent.ts:80


onClose

onClose(): void

Responds to when this content is closed. Content is closed when it is deselected or its parent container is closed.

Returns

void

Inherited from

AbstractTabbedContent.onClose

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/TabbedContainer/AbstractTabbedContent.ts:34


onDeselect

onDeselect(): void

Responds to when this content is deselected.

Returns

void

Inherited from

AbstractTabbedContent.onDeselect

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/TabbedContainer/AbstractTabbedContent.ts:24


onOpen

onOpen(): void

Responds to when this content is opened. Content is opened when it is selected and its parent container is open.

Returns

void

Inherited from

AbstractTabbedContent.onOpen

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/TabbedContainer/AbstractTabbedContent.ts:29


onPause

onPause(): void

Responds to when this content is paused. Content is paused when it is deselected or its parent container is paused.

Returns

void

Overrides

AbstractTabbedContent.onPause

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportFreqTab.tsx:188


onResume

onResume(): void

Responds to when this content is resumed. Content is resumed when it is selected and its parent container is resumed.

Returns

void

Overrides

AbstractTabbedContent.onResume

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportFreqTab.tsx:183


onSelect

onSelect(): void

Responds to when this content is selected to be displayed in its parent container.

Returns

void

Inherited from

AbstractTabbedContent.onSelect

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/TabbedContainer/AbstractTabbedContent.ts:19


onUiInteractionEvent

onUiInteractionEvent(event): boolean

Handles a UiInteractionEvent.

Parameters

NameTypeDescription
eventUiInteractionEventThe event to handle.

Returns

boolean

Whether the event was handled.

Overrides

AbstractTabbedContent.onUiInteractionEvent

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportFreqTab.tsx:193


onUpdate

onUpdate(time): void

Responds to when this content is updated. Content is updated when it is selected and its parent container is updated.

Parameters

NameTypeDescription
timenumberThe current real (operating system) time, as a Javascript timestamp.

Returns

void

Inherited from

AbstractTabbedContent.onUpdate

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/TabbedContainer/AbstractTabbedContent.ts:50


render

render(): VNode

Renders the component.

Returns

VNode

A JSX element to be rendered.

Overrides

AbstractTabbedContent.render

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/AirportFreqTab.tsx:359