Skip to main content

Class: GtcProcedureSelectionPage<P>

Base class for the 3 procedure selection pages.

Type parameters

NameType
Pextends GtcProcedureSelectionPageProps = GtcProcedureSelectionPageProps

Hierarchy

Constructors

constructor

new GtcProcedureSelectionPage<P>(props): GtcProcedureSelectionPage<P>

Constructor.

Type parameters

NameType
Pextends GtcProcedureSelectionPageProps = GtcProcedureSelectionPageProps

Parameters

NameTypeDescription
propsPThis component's props.

Returns

GtcProcedureSelectionPage<P>

Throws

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

Overrides

GtcView.constructor

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:99

Properties

_activeComponent

Protected Readonly _activeComponent: Subject<null | GtcInteractionHandler>

Inherited from

GtcView._activeComponent

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:26


_sidebarState

Protected Readonly _sidebarState: GtcSidebarState

Inherited from

GtcView._sidebarState

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:28


_title

Protected Readonly _title: Subject<undefined | string>

Inherited from

GtcView._title

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:32


bus

Protected Readonly bus: EventBus

Inherited from

GtcView.bus

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:23


canPreview

Protected Readonly canPreview: MappedSubscribable<boolean>

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:72


context

Optional context: [] = undefined

The context on this component, if any.

Inherited from

GtcView.context

Defined in

sdk/components/FSComponent.ts:64


contextType

Optional Readonly contextType: readonly [] = undefined

The type of context for this component, if any.

Inherited from

GtcView.contextType

Defined in

sdk/components/FSComponent.ts:67


displayPaneIndex

Protected Readonly displayPaneIndex: ControllableDisplayPaneIndex

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:47


displayPaneSettings

Protected Readonly displayPaneSettings: UserSettingManager<DisplayPaneSettings>

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:48


fms

Protected Readonly fms: Fms<any>

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:50


gtcService

Protected Readonly gtcService: GtcService

Inherited from

GtcView.gtcService

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:24


listParams

Protected Readonly listParams: Partial<GtcListDialogParams<any>>

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:82


nearestContext

Protected Optional nearestContext: G3000NearestContext

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:90


previewData

Protected Readonly previewData: Subject<null | ProcedurePreviewPaneProcData>

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:56


previewMode

Protected Readonly previewMode: Subject<GtcProcedurePreviewMode>

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:55


props

props: P & ComponentProps

The properties of the component.

Inherited from

GtcView.props

Defined in

sdk/components/FSComponent.ts:61


publisher

Protected Readonly publisher: Publisher<DisplayPaneControlEvents<ProcedurePreviewPaneViewEventTypes>>

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:45


selectedAirport

Protected Readonly selectedAirport: Subject<undefined | AirportFacility>

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:53


sidebarState

Readonly sidebarState: SidebarStateReadonly

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

Inherited from

GtcView.sidebarState

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:30


store

Protected Readonly store: FlightPlanStore

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:51


title

Readonly title: Subscribable<undefined | string>

This view's title.

Inherited from

GtcView.title

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:34


PREVIEW_MODE_TEXT

Static Protected Readonly PREVIEW_MODE_TEXT: Object

Type declaration

NameType
Chartstring
Mapstring
Offstring

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:39

Methods

destroy

destroy(): void

Destroys this component.

Returns

void

Inherited from

GtcView.destroy

Defined in

sdk/components/FSComponent.ts:98


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

GtcView.getContext

Defined in

sdk/components/FSComponent.ts:106


onAfterRender

onAfterRender(): void

A callback that is called after the component is rendered.

Returns

void

Overrides

GtcView.onAfterRender

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:113


onBeforeRender

onBeforeRender(): void

A callback that is called before the component is rendered.

Returns

void

Inherited from

GtcView.onBeforeRender

Defined in

sdk/components/FSComponent.ts:80


onClose

onClose(): void

The Close lifecycle method

Returns

void

Overrides

GtcView.onClose

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:151


onGtcInteractionEvent

onGtcInteractionEvent(event): boolean

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

Parameters

NameTypeDescription
eventGtcInteractionEventThe event.

Returns

boolean

Whether the event was handled or not.

Inherited from

GtcView.onGtcInteractionEvent

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:65


onOpen

onOpen(): void

The Open lifecycle method

Returns

void

Overrides

GtcView.onOpen

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:146


onPause

onPause(): void

The Pause lifecycle method

Returns

void

Inherited from

GtcView.onPause

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:52


onResume

onResume(): void

The Resume lifecycle method

Returns

void

Inherited from

GtcView.onResume

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:57


render

render(): null | VNode

Renders the component.

Returns

null | VNode

A JSX element to be rendered.

Inherited from

GtcView.render

Defined in

sdk/components/FSComponent.ts:93


renderAirportButton

renderAirportButton(onAirportSelected): VNode

Renders the airport select button.

Parameters

NameTypeDescription
onAirportSelected() => voidAirport selected handler.

Returns

VNode

The airport button.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:173


renderPreviewButton

renderPreviewButton(): VNode

Renders the preview button.

Returns

VNode

The preview button.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:199


renderSequenceBox

renderSequenceBox(listRef, sidebarState, sequence): VNode

Renders the sequence box.

Parameters

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

Returns

VNode

The rendered sequence box.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:233


sendProcedurePreviewData

sendProcedurePreviewData(data): void

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

Parameters

NameTypeDescription
dataProcedurePreviewPaneProcDataThe data to send.

Returns

void

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/Procedures/GtcProcedureSelectionPage.tsx:160