Skip to main content

Class: DepArrPageController

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DepArrPageController.ts:23

Dep Arr Page Controller

Constructors

Constructor

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

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

Creates the Controller.

Parameters

ParameterTypeDescription
eventBusEventBusThe event bus
fmsWT21FmsThe Fms
storeDepArrPageStoreThe DepArr Store
pageWT21FmcPageThe DepArr FMC Page

Returns

DepArrPageController

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

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

Destroys the Controller.

Returns

void


displayArrival()

displayArrival(): void

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

Sets the Selected Facility for the Arrival

Returns

void


displayDeparture()

displayDeparture(): void

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

Sets the Selected Facility for the Departure

Returns

void


init()

init(): void

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

Initializes the Controller

Returns

void


renderDepArrTemplate()

renderDepArrTemplate(): FmcRenderTemplate

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

Renders the Departures Page Template.

Returns

FmcRenderTemplate

The FmcRenderTemplate for the Departures Page.