Class: NearestAirportsPageController
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/NearestAirportsPageController.ts:12
A controller for the nearest airports page.
Constructors
Constructor
new NearestAirportsPageController(
eventBus
,fms
,store
,onNearestSearchInit?
):NearestAirportsPageController
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/NearestAirportsPageController.ts:31
Constructor.
Parameters
Parameter | Type | Description |
---|---|---|
eventBus | EventBus | The event bus. |
fms | WT21Fms | The FMS. |
store | NearestAirportsPageStore | The data store associated with this controller. |
onNearestSearchInit? | () => void | A callback function to execute when this controller's nearest search session is initialized. |
Returns
NearestAirportsPageController
Methods
dequeueUpdate()
dequeueUpdate():
void
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/NearestAirportsPageController.ts:54
Dequeues an update of the displayed nearest airport list.
Returns
void
destroy()
destroy():
void
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/NearestAirportsPageController.ts:212
Destroys this controller.
Returns
void
enqueueUpdate()
enqueueUpdate():
void
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Pages/NearestAirportsPageController.ts:47
Enqueues an update of the displayed nearest airport list.
Returns
void