Skip to main content

Class: GtcApproachPage

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcApproachPage.tsx:50

Allows user to configure and load an approach into the flight plan.

Extends

Constructors

Constructor

new GtcApproachPage(props): GtcApproachPage

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:99

Constructor.

Parameters

ParameterTypeDescription
propsGtcApproachPagePropsThis component's props.

Returns

GtcApproachPage

Throws

Error if a display pane index is not defined for this view.

Inherited from

GtcProcedureSelectionPage.constructor

Properties

_activeComponent

protected readonly _activeComponent: Subject<null | GtcInteractionHandler>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:34

Inherited from

GtcProcedureSelectionPage._activeComponent


_sidebarState

protected readonly _sidebarState: GtcSidebarState

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:36

Inherited from

GtcProcedureSelectionPage._sidebarState


_title

protected readonly _title: Subject<undefined | string>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:40

Inherited from

GtcProcedureSelectionPage._title


bus

protected readonly bus: EventBus

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:31

Inherited from

GtcProcedureSelectionPage.bus


canPreview

protected readonly canPreview: MappedSubscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:72

Inherited from

GtcProcedureSelectionPage.canPreview


context?

optional context: [] = undefined

Defined in: sdk/components/FSComponent.ts:64

The context on this component, if any.

Inherited from

GtcProcedureSelectionPage.context


contextType?

readonly optional contextType: readonly [] = undefined

Defined in: sdk/components/FSComponent.ts:67

The type of context for this component, if any.

Inherited from

GtcProcedureSelectionPage.contextType


displayPaneIndex

protected readonly displayPaneIndex: ControllableDisplayPaneIndex

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:47

Inherited from

GtcProcedureSelectionPage.displayPaneIndex


displayPaneSettings

protected readonly displayPaneSettings: UserSettingManager<DisplayPaneSettings>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:48

Inherited from

GtcProcedureSelectionPage.displayPaneSettings


fms

protected readonly fms: Fms<any>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:50

Inherited from

GtcProcedureSelectionPage.fms


gtcService

protected readonly gtcService: GtcService

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:32

Inherited from

GtcProcedureSelectionPage.gtcService


listParams

protected readonly listParams: Partial<GtcListDialogParams<any>>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:82

Inherited from

GtcProcedureSelectionPage.listParams


nearestContext?

protected optional nearestContext: G3000NearestContext

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:90

Inherited from

GtcProcedureSelectionPage.nearestContext


previewData

protected readonly previewData: Subject<null | ProcedurePreviewPaneProcData>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:56

Inherited from

GtcProcedureSelectionPage.previewData


previewMode

protected readonly previewMode: Subject<GtcProcedurePreviewMode>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:55

Inherited from

GtcProcedureSelectionPage.previewMode


props

props: GtcApproachPageProps & ComponentProps

Defined in: sdk/components/FSComponent.ts:61

The properties of the component.

Inherited from

GtcProcedureSelectionPage.props


publisher

protected readonly publisher: Publisher<DisplayPaneControlEvents<ProcedurePreviewPaneViewEventTypes>>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:45

Inherited from

GtcProcedureSelectionPage.publisher


selectedAirport

protected readonly selectedAirport: Subject<undefined | AirportFacility>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:53

Inherited from

GtcProcedureSelectionPage.selectedAirport


sidebarState

readonly sidebarState: SidebarStateReadonly

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:38

The GTC sidebar state (labels and buttons) requested by this view.

Inherited from

GtcProcedureSelectionPage.sidebarState


store

protected readonly store: FlightPlanStore

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:51

Inherited from

GtcProcedureSelectionPage.store


title

readonly title: Subscribable<undefined | string>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:42

This view's title.

Inherited from

GtcProcedureSelectionPage.title


PREVIEW_MODE_TEXT

protected readonly static PREVIEW_MODE_TEXT: object

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:39

Chart

Chart: string = 'Show On Chart'

Map

Map: string = 'Show On Map'

Off

Off: string = 'Off'

Inherited from

GtcProcedureSelectionPage.PREVIEW_MODE_TEXT

Methods

destroy()

destroy(): void

Defined in: sdk/components/FSComponent.ts:98

Destroys this component.

Returns

void

Inherited from

GtcProcedureSelectionPage.destroy


getContext()

protected getContext(context): never

Defined in: sdk/components/FSComponent.ts:106

Gets a context data subscription from the context collection.

Parameters

ParameterTypeDescription
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

GtcProcedureSelectionPage.getContext


initSelection()

initSelection(facility?, approach?): Promise<void>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcApproachPage.tsx:169

Initializes this page's approach selection.

Parameters

ParameterTypeDescription
facility?AirportFacilityThe airport facility to select. If not defined, an initial airport will automatically be selected.
approach?ApproachListItemThe approach item to select. Ignored if facility is not defined. If not defined, an initial approach will automatically be selected.

Returns

Promise<void>


onAfterRender()

onAfterRender(): void

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcApproachPage.tsx:139

A callback that is called after the component is rendered.

Returns

void

Overrides

GtcProcedureSelectionPage.onAfterRender


onBeforeRender()

onBeforeRender(): void

Defined in: sdk/components/FSComponent.ts:80

A callback that is called before the component is rendered.

Returns

void

Inherited from

GtcProcedureSelectionPage.onBeforeRender


onClose()

onClose(): void

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:151

A method that is called when this view is closed. A view is closed when it does not appear in the most recent history state of its parent view stack.

Returns

void

Inherited from

GtcProcedureSelectionPage.onClose


onGtcInteractionEvent()

onGtcInteractionEvent(event): boolean

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:97

Called when there is an interaction event when this is the active view.

Parameters

ParameterTypeDescription
eventGtcInteractionEventThe event.

Returns

boolean

Whether the event was handled or not.

Inherited from

GtcProcedureSelectionPage.onGtcInteractionEvent


onInUse()

onInUse(): void

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:48

A method that is called when this view comes into use. A view is in-use when it appears in at least one history state of its parent view stack.

Returns

void

Inherited from

GtcProcedureSelectionPage.onInUse


onOpen()

onOpen(): void

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:146

A method that is called when this view is opened. A view is open when it appears in the most recent history state of its parent view stack.

Returns

void

Inherited from

GtcProcedureSelectionPage.onOpen


onOutOfUse()

onOutOfUse(): void

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:56

A method that is called when this view goes out of use. A view is out-of-use when it does not appear in any history states of its parent view stack.

Returns

void

Inherited from

GtcProcedureSelectionPage.onOutOfUse


onPause()

onPause(): void

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:89

A method that is called when this view is paused. A view is paused when it is not the active view.

Returns

void

Inherited from

GtcProcedureSelectionPage.onPause


onResume()

onResume(): void

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:82

A method that is called when this view is resumed. A view is resumed when it is the active view.

Returns

void

Inherited from

GtcProcedureSelectionPage.onResume


render()

render(): VNode

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcApproachPage.tsx:588

Renders the component.

Returns

VNode

A JSX element to be rendered.

Overrides

GtcProcedureSelectionPage.render


renderAirportButton()

protected renderAirportButton(onAirportSelected): VNode

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:173

Renders the airport select button.

Parameters

ParameterTypeDescription
onAirportSelected() => voidAirport selected handler.

Returns

VNode

The airport button.

Inherited from

GtcProcedureSelectionPage.renderAirportButton


renderPreviewButton()

protected renderPreviewButton(): VNode

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:199

Renders the preview button.

Returns

VNode

The preview button.

Inherited from

GtcProcedureSelectionPage.renderPreviewButton


renderSequenceBox()

protected renderSequenceBox(listRef, sidebarState, sequence): VNode

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:233

Renders the sequence box.

Parameters

ParameterTypeDescription
listRefNodeReference<GtcList<any>>The list ref.
sidebarStateGtcSidebarStateThe sidebar state for the view.
sequenceSubscribableArray<LegDefinition>The sequence.

Returns

VNode

The rendered sequence box.

Inherited from

GtcProcedureSelectionPage.renderSequenceBox


sendProcedurePreviewData()

protected sendProcedurePreviewData(data): void

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:160

Sends procedure preview data to the display pane controlled by this page.

Parameters

ParameterTypeDescription
dataProcedurePreviewPaneProcDataThe data to send.

Returns

void

Inherited from

GtcProcedureSelectionPage.sendProcedurePreviewData