Class: MFDNearestNdbsPage
A page that displays the nearest intersections and related information on the MFD.
Hierarchy
MFDNearestPage
<NdbFacility
>↳
MFDNearestNdbsPage
Constructors
constructor
• new MFDNearestNdbsPage(props
): MFDNearestNdbsPage
Creates an instance of a nearest facilities page.
Parameters
Name | Type | Description |
---|---|---|
props | MFDNearestPageProps | The props. |
Returns
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Nearest/MFDNearestPage.tsx:147
Properties
_title
• Protected
Readonly
_title: Subject
<string
>
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiPage.tsx:18
context
• Optional
context: [] = undefined
The context on this component, if any.
Inherited from
Defined in
sdk/components/FSComponent.ts:64
contextType
• Optional
Readonly
contextType: readonly [] = undefined
The type of context for this component, if any.
Inherited from
Defined in
sdk/components/FSComponent.ts:67
data
• Protected
Readonly
data: NearestSubscription
<NdbFacility
>
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Nearest/MFDNearestPage.tsx:62
facilitiesGroup
• Protected
Readonly
facilitiesGroup: NodeReference
<FacilitiesGroup
<NdbFacility
>>
Inherited from
MFDNearestPage.facilitiesGroup
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Nearest/MFDNearestPage.tsx:60
focusSubject
• Protected
focusSubject: Subject
<boolean
>
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:33
inputData
• inputData: Subject
<any
>
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:36
isPaused
• Protected
isPaused: boolean
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiPage.tsx:25
isSoftkeyMenuHidden
• Protected
isSoftkeyMenuHidden: boolean
= false
Inherited from
MFDNearestPage.isSoftkeyMenuHidden
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MFDUiPage.tsx:22
onAccept
• onAccept: SubEventInterface
<MFDNearestNdbsPage
, any
>
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:40
onClose
• onClose: SubEventInterface
<MFDNearestNdbsPage
, void
>
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:39
onOpen
• onOpen: SubEventInterface
<MFDNearestNdbsPage
, void
>
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:38
props
• props: MFDNearestPageProps
& UiViewProps
& ComponentProps
The properties of the component.
Inherited from
Defined in
sdk/components/FSComponent.ts:61
scrollController
• Protected
scrollController: ScrollController
Inherited from
MFDNearestPage.scrollController
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:32
uiRoot
• Protected
Readonly
uiRoot: NodeReference
<G1000UiControl
<G1000UiControlProps
>>
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Nearest/MFDNearestPage.tsx:59
unitsSettingManager
• Protected
Readonly
unitsSettingManager: UnitsUserSettingManager
<UnitsUserSettingTypes
>
Inherited from
MFDNearestPage.unitsSettingManager
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Nearest/MFDNearestPage.tsx:57
viewContainerRef
• Protected
Readonly
viewContainerRef: NodeReference
<HTMLDivElement
>
Inherited from
MFDNearestPage.viewContainerRef
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:32
viewResult
• viewResult: any
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:34
Accessors
title
• get
title(): Subscribable
<string
>
The title of this page.
Returns
Subscribable
<string
>
Inherited from
MFDNearestPage.title
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiPage.tsx:21
Methods
accept
▸ accept(result?
, closeView?
): void
Confirms the view result and closes the view.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
result? | any | undefined | Provide the view result if not already set. |
closeView | boolean | true | Indicates if the view should be closed after confirming the result. |
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:108
blur
▸ blur(): void
Method to unfocus this control group
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:71
buildNearestSubscription
▸ buildNearestSubscription(): NearestSubscription
<NdbFacility
>
Builds a nearest subscription applicable for this nearest facilities page.
Returns
NearestSubscription
<NdbFacility
>
Overrides
MFDNearestPage.buildNearestSubscription
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Nearest/MFDNearestNDBsPage.tsx:31
close
▸ close(quickclose?
): void
Closes the view.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
quickclose | boolean | false | bool stating whether to quickclose the child. |
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:65
destroy
▸ destroy(): void
Destroys this component.
Returns
void
Inherited from
Defined in
sdk/components/FSComponent.ts:98
focus
▸ focus(dir?
): void
Method to focus this control group
Parameters
Name | Type | Default value | Description |
---|---|---|---|
dir | EntryDirection | 'top' | The direction of entry. |
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:61
getContext
▸ getContext(context
): never
Gets a context data subscription from the context collection.
Parameters
Name | Type | Description |
---|---|---|
context | never | The 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
Defined in
sdk/components/FSComponent.ts:106
getFacilityGroupTitle
▸ getFacilityGroupTitle(): string
Gets the title that should be displayed above the facility selection group.
Returns
string
Overrides
MFDNearestPage.getFacilityGroupTitle
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Nearest/MFDNearestNDBsPage.tsx:26
getHighlightElement
▸ getHighlightElement(): null
| Element
This is just a dummy that exists here to be compatible with the union type of ScrollableControl
Returns
null
| Element
null
Inherited from
MFDNearestPage.getHighlightElement
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:125
getIsFocusable
▸ getIsFocusable(): boolean
Gets a boolean indicating if this control is able to be focused.
Returns
boolean
true
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:88
getIsFocused
▸ getIsFocused(): boolean
Method to check if this UiControlGroup is in focus
Returns
boolean
true if the control group is in focus, false otherwise
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:80
getPageClass
▸ getPageClass(): string
Gets the class to add to the page display for the groups.
Returns
string
Overrides
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Nearest/MFDNearestNDBsPage.tsx:21
getSelectedGroup
▸ getSelectedGroup(): G1000UiControl
<G1000UiControlProps
>
Gets the currently selected focus control group from the page.
Returns
G1000UiControl
<G1000UiControlProps
>
Overrides
MFDNearestPage.getSelectedGroup
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Nearest/MFDNearestNDBsPage.tsx:16
notifyViewOpened
▸ notifyViewOpened(): void
Notifies subscribers that the view has been opened.
Returns
void
Inherited from
MFDNearestPage.notifyViewOpened
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:131
onAfterRender
▸ onAfterRender(thisNode
): void
A callback that is called after the component is rendered.
Parameters
Name | Type | Description |
---|---|---|
thisNode | VNode | The component's VNode. |
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Nearest/MFDNearestPage.tsx:177
onBeforeRender
▸ onBeforeRender(): void
Returns
void
Inherit Doc
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:51
onBlurred
▸ onBlurred(): void
A callback which is called when this control group is blurred.
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:244
onDirectToPressed
▸ onDirectToPressed(): boolean
This method is called when a PROC button event occurs.
Returns
boolean
whether the event was handled.
Inherited from
MFDNearestPage.onDirectToPressed
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MFDUiPage.tsx:90
onFPLPressed
▸ onFPLPressed(): boolean
This method is called when a FPL button event occurs.
Returns
boolean
whether the event was handled.
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MFDUiPage.tsx:99
onFacilitySelected
▸ onFacilitySelected(facility
): void
A callback called when a facility is selected from the nearest facilities group.
Parameters
Name | Type | Description |
---|---|---|
facility | NdbFacility | The facility that was selected. |
Returns
void
Overrides
MFDNearestPage.onFacilitySelected
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Nearest/MFDNearestNDBsPage.tsx:36
onFocused
▸ onFocused(): void
A callback which is called when this control group is focused.
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:237
onHomePressed
▸ onHomePressed(): boolean
This method is called when a HOME button event occurs.
Returns
boolean
whether the event was handled.
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MFDUiPage.tsx:81
onInputDataSet
▸ onInputDataSet(input
): void
Method to be overridden by view inheriting UiView to do something when the input data is set.
Parameters
Name | Type | Description |
---|---|---|
input | any | The data that was set. |
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:194
onInteractionEvent
▸ onInteractionEvent(evt
): boolean
Handler for interaction events to be handled by the view.
Parameters
Name | Type | Description |
---|---|---|
evt | FmsHEvent | The HEvenet. |
Returns
boolean
true if the event was handled in this group
Inherited from
MFDNearestPage.onInteractionEvent
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MFDUiPage.tsx:44
onMenuPressed
▸ onMenuPressed(): boolean
This method is called when a MENU button event occurs.
Returns
boolean
whether the event was handled.
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MFDUiPage.tsx:73
onPROCPressed
▸ onPROCPressed(): boolean
This method is called when a PROC button event occurs.
Returns
boolean
whether the event was handled.
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MFDUiPage.tsx:108
onScrollToggled
▸ onScrollToggled(enabled
): void
A method called when the control group scroll is toggled.
Parameters
Name | Type | Description |
---|---|---|
enabled | boolean | if the scroll is enabled. |
Returns
void
Inherited from
MFDNearestPage.onScrollToggled
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:97
onViewClosed
▸ onViewClosed(): void
Method to be overridden by view inheriting UiView to do something when the dialog opens.
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Nearest/MFDNearestPage.tsx:167
onViewOpened
▸ onViewOpened(): void
Method to be overridden by view inheriting UiView to do something when the view opens.
Returns
void
Overrides
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Nearest/MFDNearestNDBsPage.tsx:44
onViewPaused
▸ onViewPaused(): void
Method to be overridden by view inheriting UiView to do something when the dialog opens.
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiPage.tsx:67
onViewResumed
▸ onViewResumed(): void
Method to be overridden by view inheriting UiView to do something when the dialog opens.
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiPage.tsx:62
open
▸ open(): void
Opens the page.
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiPage.tsx:40
pause
▸ pause(): void
Pauses the view (usually only called by ViewService).
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:201
processHEvent
▸ processHEvent(evt
): boolean
Handles HEvents and routes them to the subdialog when existant.
Parameters
Name | Type | Description |
---|---|---|
evt | FmsHEvent | The received event. |
Returns
boolean
true if the event was handled in this control group, false otherwise.
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Nearest/MFDNearestPage.tsx:183
processScrollEvent
▸ processScrollEvent(evt
): boolean
Attempts to handle scroll events.
Parameters
Name | Type | Description |
---|---|---|
evt | FmsHEvent | The received event. |
Returns
boolean
whether the event was handled.
Inherited from
MFDNearestPage.processScrollEvent
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiPage.tsx:52
register
▸ register(ctrl
, unregister?
): void
Register/Unregisters a UiControl with the scroll controller.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
ctrl | ScrollableControl | undefined | The UiControl to register. |
unregister | boolean | false | Indicates if the UiControl should be unregistered. |
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:226
render
▸ render(): VNode
Render the component.
Returns
VNode
a VNode
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Nearest/MFDNearestPage.tsx:269
renderGroups
▸ renderGroups(): VNode
Renders the other groups to display on the page.
Returns
VNode
Overrides
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Nearest/MFDNearestNDBsPage.tsx:52
resume
▸ resume(): void
Resumes the view (usually only called by ViewService).
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:208
routeEventToControl
▸ routeEventToControl(evt
, control
): boolean
Routes an interaction event to a UiControl.
Parameters
Name | Type | Description |
---|---|---|
evt | FmsHEvent | An interaction event. |
control | UiControl <UiControlProps > | The UiControl to which to route the event. |
Returns
boolean
Whether the event was handled by the UiControl.
Inherited from
MFDNearestPage.routeEventToControl
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:176
setFilter
▸ setFilter(): void
Sets the filter on the nearest subscription, if any.
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Nearest/MFDNearestPage.tsx:242
setInput
▸ setInput(input
): this
Set data on this view.
Parameters
Name | Type | Description |
---|---|---|
input | any | The input data. |
Returns
this
This view instance for chain commands.
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:97
setScrollEnabled
▸ setScrollEnabled(enabled
): void
Sets the scroll enabled state
Parameters
Name | Type | Description |
---|---|---|
enabled | boolean | indicating if scrolling should be enabled |
Returns
void
Inherited from
MFDNearestPage.setScrollEnabled
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:113
setSoftkeyMenuHidden
▸ setSoftkeyMenuHidden(hide
): void
Sets whether the softkey menu is hidden.
Parameters
Name | Type | Description |
---|---|---|
hide | boolean | Whether to hide the softkey menu. |
Returns
void
Inherited from
MFDNearestPage.setSoftkeyMenuHidden
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MFDUiPage.tsx:125
setZIndex
▸ setZIndex(): void
This method has no effect.
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiPage.tsx:47
toggleScroll
▸ toggleScroll(): void
Toggles the scroll highlighting
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:104