Class: UiFlightPlanList
A scrollable UI list of flight plan waypoints.
Hierarchy
DisplayComponent
<UiFlightPlanListProps
>↳
UiFlightPlanList
Implements
Constructors
constructor
• new UiFlightPlanList(props
): UiFlightPlanList
Creates an instance of a DisplayComponent.
Parameters
Name | Type | Description |
---|---|---|
props | UiFlightPlanListProps | The propertis of the component. |
Returns
Inherited from
DisplayComponent<UiFlightPlanListProps>.constructor
Defined in
src/sdk/components/FSComponent.ts:73
Properties
context
• Optional
context: [] = undefined
The context on this component, if any.
Inherited from
DisplayComponent.context
Defined in
src/sdk/components/FSComponent.ts:64
contextType
• Optional
Readonly
contextType: readonly [] = undefined
The type of context for this component, if any.
Inherited from
DisplayComponent.contextType
Defined in
src/sdk/components/FSComponent.ts:67
props
• props: UiFlightPlanListProps
& ComponentProps
The properties of the component.
Inherited from
DisplayComponent.props
Defined in
src/sdk/components/FSComponent.ts:61
Accessors
itemCount
• get
itemCount(): Subscribable
<number
>
The total number of items in this list, including hidden items.
Returns
Subscribable
<number
>
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:45
knobLabelState
• get
knobLabelState(): SubscribableMap
<UiKnobId
, string
> & Subscribable
<UiKnobRequestedLabelState
>
The bezel rotary knob label state requested by this list.
Returns
SubscribableMap
<UiKnobId
, string
> & Subscribable
<UiKnobRequestedLabelState
>
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:66
renderWindow
• get
renderWindow(): Subscribable
<Readonly
<Omit
<Float64Array
, "set"
| "sort"
| "copyWithin"
>>>
The window of rendered list items, as [startIndex, endIndex]
, where startIndex
is the index of the first
rendered item, inclusive, and endIndex
is the index of the last rendered item, exclusive.
Returns
Subscribable
<Readonly
<Omit
<Float64Array
, "set"
| "sort"
| "copyWithin"
>>>
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:60
visibleItemCount
• get
visibleItemCount(): Subscribable
<number
>
The total number of visible items in this list.
Returns
Subscribable
<number
>
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:51
Methods
clearRecentFocus
▸ clearRecentFocus(): void
Clears this list's memory of the most recently focused item. Has no effect if an item is currently focused.
Returns
void
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:308
destroy
▸ destroy(): void
Returns
void
Inherit Doc
Overrides
DisplayComponent.destroy
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:517
focusFirst
▸ focusFirst(focusDirection?
): void
Focuses the first focusable item in this list.
Parameters
Name | Type | Description |
---|---|---|
focusDirection? | UiFocusDirection | The direction from which to focus the item. Defaults to UiFocusDirection.Unspecified. |
Returns
void
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:278
focusIndex
▸ focusIndex(index
, focusDirection?
): void
Focuses an item at a specified index in this list.
Parameters
Name | Type | Description |
---|---|---|
index | number | The index of the item to focus, after sorting has been applied and hidden items have been excluded. If the index is out of bounds, then focus will not be set. |
focusDirection? | UiFocusDirection | The direction from which to focus the item. Defaults to UiFocusDirection.Unspecified. |
Returns
void
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:224
focusItem
▸ focusItem(item
, focusDirection?
): void
Focuses an item in this list. If this is a static list, then this method does nothing.
Parameters
Name | Type | Description |
---|---|---|
item | FlightPlanDataItem | The item to focus. |
focusDirection? | UiFocusDirection | The direction from which to focus the item. Defaults to UiFocusDirection.Unspecified. |
Returns
void
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:270
focusLast
▸ focusLast(focusDirection?
): void
Focuses the last focusable item in this list.
Parameters
Name | Type | Description |
---|---|---|
focusDirection? | UiFocusDirection | The direction from which to focus the item. Defaults to UiFocusDirection.Unspecified. |
Returns
void
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:286
focusRecent
▸ focusRecent(): void
Focuses the most recently focused item in this list. Has no effect if an item is currently focused or if there is no most recently focused item.
Returns
void
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:294
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
DisplayComponent.getContext
Defined in
src/sdk/components/FSComponent.ts:106
getFocusedIndex
▸ getFocusedIndex(): number
Gets the index of this list's focused item after sorting has been applied and hidden items have been excluded.
Returns
number
The index of this list's focused item after sorting has been applied and hidden items have been
excluded, or -1
if no item is focused.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:214
indexOfVisibleIndex
▸ indexOfVisibleIndex(visibleIndex
): number
Gets the original data item index of a transformed index after hidden items have been excluded. If this list has
not been rendered, then this method will return -1
.
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | number | A transformed index after hidden items have been excluded. |
Returns
number
The original index of the data item that is placed at the specified index after hidden items have been
excluded, or -1
if the transformed index is out of bounds, or this list has not been rendered.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:148
onAfterRender
▸ onAfterRender(): void
Returns
void
Inherit Doc
Overrides
DisplayComponent.onAfterRender
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:92
onBeforeRender
▸ onBeforeRender(): void
A callback that is called before the component is rendered.
Returns
void
Inherited from
DisplayComponent.onBeforeRender
Defined in
src/sdk/components/FSComponent.ts:80
onUiInteractionEvent
▸ onUiInteractionEvent(event
): boolean
Handles a UiInteractionEvent.
Parameters
Name | Type | Description |
---|---|---|
event | UiInteractionEvent | The event to handle. |
Returns
boolean
Whether the event was handled.
Implementation of
UiInteractionHandler.onUiInteractionEvent
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:313
removeFocus
▸ removeFocus(): void
Removes focus from the currently focused item in this list.
Returns
void
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:301
render
▸ render(): VNode
Returns
VNode
Inherit Doc
Overrides
DisplayComponent.render
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:406
scrollToIndex
▸ scrollToIndex(index
, position
, focus
, animate
, skipScrollIfItemInView?
, focusDirection?
): void
Scrolls until the item at a specified index is in view.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
index | number | undefined | The index of the item to which to scroll, after sorting has been applied and hidden items have been excluded. |
position | number | undefined | The position to place the target item at the end of the scroll. Position 0 is the top/left-most visible slot, position 1 is the next slot, and so on. Values greater than or equal to the number of visible items per page will be clamped. Negative values will be interpreted as counting backwards from the bottom/right-most visible slot starting with -1 . Ignored if this list does not support snapping to list items. |
focus | boolean | undefined | Whether to focus the item to which to scroll. |
animate | boolean | undefined | Whether to animate the scroll. |
skipScrollIfItemInView | boolean | false | Whether to skip the scroll operation if the target item is already in view or will be in view when the current scrolling animation finishes. The target item will still be focused if focus is true even if the scroll operation is skipped. Defaults to false . |
focusDirection? | UiFocusDirection | undefined | The direction from which to focus the item to which to scroll. Ignored if focus is false . Defaults to UiFocusDirection.Unspecified. |
Returns
void
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:168
scrollToIndexWithMargin
▸ scrollToIndexWithMargin(index
, margin
, focus
, animate
, skipScrollIfItemInView?
, focusDirection?
): void
Scrolls the minimum possible distance until the item at a specified index is in view with a given margin from the edges of the visible list.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
index | number | undefined | The index of the item to which to scroll, after sorting has been applied and hidden items have been excluded. |
margin | number | undefined | The margin from the edges of the visible list to respect when scrolling to the target item. In other words, the scrolling operation will attempt to place the target item at least as far from the edges of the visible list as the specified margin. If this list supports snapping to items, then the margin should be expressed as an item count. If this list does not support snapping to items, then the margin should be expressed as pixels. The margin will be clamped between zero and the largest possible value such that an item can be placed within the visible list while respecting the margin value on both sides. |
focus | boolean | undefined | Whether to focus the item to which to scroll. |
animate | boolean | undefined | Whether to animate the scroll. |
skipScrollIfItemInView | boolean | false | Whether to skip the scroll operation if the target item is already in view or will be in view when the current scrolling animation finishes. The target item will still be focused if focus is true even if the scroll operation is skipped. Defaults to false . |
focusDirection? | UiFocusDirection | undefined | The direction from which to focus the item to which to scroll. Ignored if focus is false . Defaults to UiFocusDirection.Unspecified. |
Returns
void
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:198
scrollToItem
▸ scrollToItem(item
, position
, focus
, animate
, skipScrollIfItemInView?
): void
Scrolls until the specified item is in view. If this is a static list, then this method does nothing.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
item | FlightPlanDataItem | undefined | The item to which to scroll. |
position | number | undefined | The position to place the target item at the end of the scroll. Position 0 is the top/left-most visible slot, position 1 is the next slot, and so on. Values greater than or equal to the number of visible items per page will be clamped. Negative values will be interpreted as counting backwards from the bottom/right-most visible slot starting with -1 . Ignored if this list does not support snapping to list items. |
focus | boolean | undefined | Whether to focus the item to which to scroll. |
animate | boolean | undefined | Whether to animate the scroll. |
skipScrollIfItemInView | boolean | false | Whether to skip the scroll operation if the target item is already in view. The target item will still be focused if focus is true even if the scroll operation is skipped. Defaults to false . |
Returns
void
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:241
scrollToItemWithMargin
▸ scrollToItemWithMargin(item
, margin
, focus
, animate
, skipScrollIfItemInView?
): void
Scrolls the minimum possible distance until the specified item is in view with a given margin from the edges of the visible list. If this is a static list, then this method does nothing.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
item | FlightPlanDataItem | undefined | The item to which to scroll. |
margin | number | undefined | The margin from the edges of the visible list to respect when scrolling to the target item. In other words, the scrolling operation will attempt to place the target item at least as far from the edges of the visible list as the specified margin. If this list supports snapping to items, then the margin should be expressed as an item count. If this list does not support snapping to items, then the margin should be expressed as pixels. The margin will be clamped between zero and the largest possible value such that an item can be placed within the visible list while respecting the margin value on both sides. |
focus | boolean | undefined | Whether to focus the item to which to scroll. |
animate | boolean | undefined | Whether to animate the scroll. |
skipScrollIfItemInView | boolean | false | Whether to skip the scroll operation if the target item is already in view. The target item will still be focused if focus is true even if the scroll operation is skipped. Defaults to false . |
Returns
void
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:261
visibleIndexOfData
▸ visibleIndexOfData(data
): number
Gets the index of a data item after hidden items have been excluded. If this list has not been rendered, then this
method will return -1
.
Parameters
Name | Type | Description |
---|---|---|
data | FlightPlanDataItem | A data item. |
Returns
number
The index at which the specified data item is placed after hidden items have been excluded, or -1
if
the item is not in this list, the item is itself hidden, or this list has not been rendered.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:137
visibleIndexOfIndex
▸ visibleIndexOfIndex(index
): number
Gets the transformed index of a data item index after hidden items have been excluded. If this list has not been
rendered, then this method will return -1
.
Parameters
Name | Type | Description |
---|---|---|
index | number | A data item index. |
Returns
number
The index to which the specified data item index is transformed after hidden items have been excluded, or
-1
if the data index is out of bounds, the data item whose index was given is itself hidden, or this list has
not been rendered.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanList.tsx:126