Skip to main content

Class: DepArrPageController

Dep Arr Page Controller

Constructors

constructor

new DepArrPageController(eventBus, fms, store, page): DepArrPageController

Creates the Controller.

Parameters

NameTypeDescription
eventBusEventBusThe event bus
fmsWT21FmsThe Fms
storeDepArrPageStoreThe DepArr Store
pageWT21FmcPage<null>The DepArr FMC Page

Returns

DepArrPageController

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageController.ts:62

Properties

currentPage

Readonly currentPage: Subject<number>

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageController.ts:27


currentView

Readonly currentView: Subject<DepArrView>

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageController.ts:25


pageCount

Readonly pageCount: Subject<number>

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageController.ts:26

Methods

destroy

destroy(): void

Destroys the Controller.

Returns

void

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageController.ts:106


displayArrival

displayArrival(): void

Sets the Selected Facility for the Arrival

Returns

void

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageController.ts:856


displayDeparture

displayDeparture(): void

Sets the Selected Facility for the Departure

Returns

void

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageController.ts:863


init

init(): void

Initializes the Controller

Returns

void

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageController.ts:73


renderDepArrTemplate

renderDepArrTemplate(): FmcRenderTemplate

Renders the Departures Page Template.

Returns

FmcRenderTemplate

The FmcRenderTemplate for the Departures Page.

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageController.ts:242