Skip to main content

Class: FPLDetailsController

Controller for FPLDetails

Constructors

constructor

new FPLDetailsController(store, fms, bus, scrollToActiveLegCb): FPLDetailsController

Constructor

Parameters

NameTypeDescription
storeFPLDetailsStorethe store instance
fmsFms<any>the fms
busEventBusthe bus
scrollToActiveLegCb() => voidthe callback for scroll to active leg

Returns

FPLDetailsController

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLDetailsController.ts:46

Properties

airwaysCollapsed

airwaysCollapsed: boolean = false

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLDetailsController.ts:34


hasVnav

hasVnav: boolean = false

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLDetailsController.ts:32


legArrowRef

Readonly legArrowRef: NodeReference<FplActiveLegArrow>

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLDetailsController.ts:31


originRef

Readonly originRef: NodeReference<FPLOrigin>

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLDetailsController.ts:30


scrollMode

scrollMode: ScrollMode = ScrollMode.MANUAL

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLDetailsController.ts:35


sectionRefs

Readonly sectionRefs: NodeReference<FPLSection>[] = []

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLDetailsController.ts:29

Methods

collapseAirways

collapseAirways(): void

A method called to collapse the airways.

Returns

void

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLDetailsController.ts:503


initActiveLeg

initActiveLeg(): void

A method to initialize the active leg. TODO: REMOVE THIS WHEN THE ROOT PROBLEM IS FIXED

Returns

void

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLDetailsController.ts:130


initDtoLeg

initDtoLeg(): void

A method to initialize the dto leg. TODO: REMOVE THIS WHEN THE ROOT PROBLEM IS FIXED

Returns

void

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLDetailsController.ts:138


initialize

initialize(): void

Initializes fpldetails controller

Returns

void

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/FPL/FPLDetailsController.ts:53