Class: MFDSelectDepArr<T, P>
An MFD view for selecting departures/arrivals.
Type parametersβ
Name | Type |
---|---|
T | extends DepartureProcedure | ArrivalProcedure |
P | extends MFDSelectDepArrProps |
Hierarchyβ
SelectDepArr
<T
,P
>β³
MFDSelectDepArr
β³β³
MFDSelectArrival
β³β³
MFDSelectDeparture
Implementsβ
Constructorsβ
constructorβ
β’ new MFDSelectDepArr<T
, P
>(props
): MFDSelectDepArr
<T
, P
>
Type parametersβ
Name | Type |
---|---|
T | extends Procedure |
P | extends MFDSelectDepArrProps |
Parametersβ
Name | Type |
---|---|
props | P |
Returnsβ
MFDSelectDepArr
<T
, P
>
Inherit Doc
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:36
Propertiesβ
contextβ
β’ Optional
context: [] = undefined
The context on this component, if any.
Implementation ofβ
Inherited fromβ
Defined inβ
sdk/components/FSComponent.ts:64
contextTypeβ
β’ Optional
Readonly
contextType: readonly [] = undefined
The type of context for this component, if any.
Implementation ofβ
MFDSelectProcedure.contextType
Inherited fromβ
Defined inβ
sdk/components/FSComponent.ts:67
controllerβ
β’ Protected
Readonly
controller: SelectDepArrController
<T
, SelectDepArrStore
<T
>>
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:44
focusSubjectβ
β’ Protected
focusSubject: Subject
<boolean
>
Implementation ofβ
MFDSelectProcedure.focusSubject
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:33
procSelectRefβ
β’ Protected
Readonly
procSelectRef: NodeReference
<SelectControl2
<T
>>
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:39
propsβ
β’ props: P
& ComponentProps
The properties of the component.
Implementation ofβ
Inherited fromβ
Defined inβ
sdk/components/FSComponent.ts:61
rootRefβ
β’ Protected
Readonly
rootRef: NodeReference
<HTMLDivElement
>
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/DepArr/MFDSelectDepArr.tsx:35
rwyTransSelectRefβ
β’ Protected
Readonly
rwyTransSelectRef: NodeReference
<SelectControl2
<RunwayTransition
>>
Inherited fromβ
SelectDepArr.rwyTransSelectRef
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:41
scrollControllerβ
β’ Protected
scrollController: ScrollController
Implementation ofβ
MFDSelectProcedure.scrollController
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:32
storeβ
β’ Protected
Readonly
store: SelectDepArrStore
<T
>
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:43
transSelectRefβ
β’ Protected
Readonly
transSelectRef: NodeReference
<SelectControl2
<EnrouteTransition
>>
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:40
unitsSettingManagerβ
β’ Protected
Readonly
unitsSettingManager: UnitsUserSettingManager
<UnitsUserSettingTypes
>
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/DepArr/MFDSelectDepArr.tsx:37
Methodsβ
activateβ
βΈ activate(): void
Activates this component.
Returnsβ
void
Implementation ofβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/DepArr/MFDSelectDepArr.tsx:40
blurβ
βΈ blur(): void
Method to unfocus this control group
Returnsβ
void
Implementation ofβ
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:71
buildProcMenuItemβ
βΈ buildProcMenuItem(proc
): ContextMenuItemDefinition
Builds a procedure menu item.
Parametersβ
Name | Type | Description |
---|---|---|
proc | T | The procedure to build the menu item for. |
Returnsβ
A menu item definition.
Inherited fromβ
SelectDepArr.buildProcMenuItem
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:92
buildRwyMenuItemβ
βΈ buildRwyMenuItem(rwyTrans
): ContextMenuItemDefinition
Builds a runway transition menu item.
Parametersβ
Name | Type | Description |
---|---|---|
rwyTrans | RunwayTransition | The runway transition to build the menu item for. |
Returnsβ
A menu item definition.
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:105
buildTransMenuItemβ
βΈ buildTransMenuItem(trans
): ContextMenuItemDefinition
Builds an enroute transition menu item.
Parametersβ
Name | Type | Description |
---|---|---|
trans | EnrouteTransition | The transition to build the menu item for. |
Returnsβ
A menu item definition.
Inherited fromβ
SelectDepArr.buildTransMenuItem
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:119
createControllerβ
βΈ createController(store
): SelectDepArrController
<T
, SelectDepArrStore
<T
>>
Creates an instance of a departure/arrival selection component controller.
Parametersβ
Name | Type | Description |
---|---|---|
store | SelectDepArrStore <T > | This component's data store. |
Returnsβ
SelectDepArrController
<T
, SelectDepArrStore
<T
>>
A departure/arrival selection component controller.
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:57
createStoreβ
βΈ createStore(): SelectDepArrStore
<T
>
Creates an instance of a departure/arrival selection component data store.
Returnsβ
A departure/arrival selection component data store.
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:50
deactivateβ
βΈ deactivate(): void
Deactivates this component.
Returnsβ
void
Implementation ofβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/DepArr/MFDSelectDepArr.tsx:48
destroyβ
βΈ destroy(): void
Destroys this component.
Returnsβ
void
Implementation ofβ
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
Implementation ofβ
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.
Implementation ofβ
Inherited fromβ
Defined inβ
sdk/components/FSComponent.ts:106
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
Implementation ofβ
MFDSelectProcedure.getHighlightElement
Inherited fromβ
SelectDepArr.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
Implementation ofβ
MFDSelectProcedure.getIsFocusable
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
Implementation ofβ
MFDSelectProcedure.getIsFocused
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:80
getProcLabelβ
βΈ getProcLabel(): string
Gets the display label for the procedure.
Returnsβ
string
The procedure label string.
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:63
gotoNextSelectβ
βΈ gotoNextSelect(): void
Goto and activate next select control.
Returnsβ
void
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:73
initializeIcaoInputβ
βΈ initializeIcaoInput(): void
Initializes the airport ICAO input.
Returnsβ
void
Inherited fromβ
SelectDepArr.initializeIcaoInput
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:68
onAfterRenderβ
βΈ onAfterRender(node
): void
A callback that is called after the component is rendered.
Parametersβ
Name | Type | Description |
---|---|---|
node | VNode | The component's VNode. |
Returnsβ
void
Implementation ofβ
MFDSelectProcedure.onAfterRender
Inherited fromβ
Defined inβ
sdk/components/FSComponent.ts:87
onBeforeRenderβ
βΈ onBeforeRender(): void
Returnsβ
void
Inherit Doc
Implementation ofβ
MFDSelectProcedure.onBeforeRender
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
Implementation ofβ
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:244
onFocusedβ
βΈ onFocused(): void
A callback which is called when this control group is focused.
Returnsβ
void
Implementation ofβ
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:237
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
Implementation ofβ
MFDSelectProcedure.onInteractionEvent
Inherited fromβ
SelectDepArr.onInteractionEvent
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:217
onLoadSelectedβ
βΈ onLoadSelected(): void
A callback which is called when the Load action is executed.
Returnsβ
void
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/DepArr/MFDSelectDepArr.tsx:59
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
Implementation ofβ
MFDSelectProcedure.onScrollToggled
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:97
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.
Implementation ofβ
MFDSelectProcedure.processHEvent
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:134
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.
Implementation ofβ
MFDSelectProcedure.processScrollEvent
Inherited fromβ
SelectDepArr.processScrollEvent
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:196
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
Implementation ofβ
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:226
renderβ
βΈ render(): VNode
Renders the component.
Returnsβ
VNode
The component VNode.
Implementation ofβ
Overridesβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/Procedure/DepArr/MFDSelectDepArr.tsx:68
renderEnrouteSelectControlβ
βΈ renderEnrouteSelectControl(container
, dialogPosition?
): VNode
Renders the enroute transition select control component.
Parametersβ
Name | Type | Description |
---|---|---|
container | NodeReference <HTMLElement > | A reference to the container that constrains the position of the select control pop-up. |
dialogPosition? | ContextMenuPosition | The position of the pop-up context menu dialog spawned by the select control. |
Returnsβ
VNode
The rendered enroute transition select control component, as a VNode.
Inherited fromβ
SelectDepArr.renderEnrouteSelectControl
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:205
renderProcedureSelectControlβ
βΈ renderProcedureSelectControl(container
, dialogPosition?
): VNode
Renders the procedure select control component.
Parametersβ
Name | Type | Description |
---|---|---|
container | NodeReference <HTMLElement > | A reference to the container that constrains the position of the select control pop-up. |
dialogPosition? | ContextMenuPosition | The position of the pop-up context menu dialog spawned by the select control. |
Returnsβ
VNode
The rendered procedure select control component, as a VNode.
Inherited fromβ
SelectDepArr.renderProcedureSelectControl
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:149
renderRunwaySelectControlβ
βΈ renderRunwaySelectControl(container
, dialogPosition?
): VNode
Renders the runway transition select control component.
Parametersβ
Name | Type | Description |
---|---|---|
container | NodeReference <HTMLElement > | A reference to the container that constrains the position of the select control pop-up. |
dialogPosition? | ContextMenuPosition | The position of the pop-up context menu dialog spawned by the select control. |
Returnsβ
VNode
The rendered runway transition select control component, as a VNode.
Inherited fromβ
SelectDepArr.renderRunwaySelectControl
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:177
renderWaypointInputβ
βΈ renderWaypointInput(): VNode
Renders the waypoint input component.
Returnsβ
VNode
The rendered waypoint input component, as a VNode.
Inherited fromβ
SelectDepArr.renderWaypointInput
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Procedure/DepArr/SelectDepArr.tsx:132
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.
Implementation ofβ
MFDSelectProcedure.routeEventToControl
Inherited fromβ
SelectDepArr.routeEventToControl
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:176
setScrollEnabledβ
βΈ setScrollEnabled(enabled
): void
Sets the scroll enabled state
Parametersβ
Name | Type | Description |
---|---|---|
enabled | boolean | indicating if scrolling should be enabled |
Returnsβ
void
Implementation ofβ
MFDSelectProcedure.setScrollEnabled
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:113
toggleScrollβ
βΈ toggleScroll(): void
Toggles the scroll highlighting
Returnsβ
void
Implementation ofβ
MFDSelectProcedure.toggleScroll
Inherited fromβ
Defined inβ
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:104