Class: DmeDetailPage
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/DmeDetailPage/DmeDetailPage.tsx:12
The DmeDetailPage component.
Extends
BaseDetailPage
<DmeDetailPageProps
>
Constructors
Constructor
new DmeDetailPage(
props
):DmeDetailPage
Defined in: sdk/components/FSComponent.ts:73
Creates an instance of a DisplayComponent.
Parameters
Parameter | Type | Description |
---|---|---|
props | BaseDetailPageProps | The propertis of the component. |
Returns
DmeDetailPage
Inherited from
Properties
context?
optional
context: [] =undefined
Defined in: sdk/components/FSComponent.ts:64
The context on this component, if any.
Inherited from
contextType?
readonly
optional
contextType: readonly [] =undefined
Defined in: sdk/components/FSComponent.ts:67
The type of context for this component, if any.
Inherited from
isVfrCodeEditable
protected
readonly
isVfrCodeEditable:Subject
<boolean
>
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/BaseDetailPage/BaseDetailPage.tsx:36
Inherited from
BaseDetailPage
.isVfrCodeEditable
isXpdrDetailPage
protected
isXpdrDetailPage:boolean
=false
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/BaseDetailPage/BaseDetailPage.tsx:35
Inherited from
BaseDetailPage
.isXpdrDetailPage
pausables
protected
pausables:Subscription
[] =[]
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/BaseDetailPage/BaseDetailPage.tsx:33
Inherited from
props
props:
BaseDetailPageProps
&ComponentProps
Defined in: sdk/components/FSComponent.ts:61
The properties of the component.
Inherited from
ROWS
protected
ROWS: ({rowCallback
: () =>void
;rowOptions
:object
[];rowTitle
:string
;selectedValue
:Subject
<DmePairMode
> |Subject
<DmeHoldMode
>; } | {rowCallback
: () =>void
;rowOptions
:object
[];rowTitle
:string
;selectedValue
:Subject
<DmePairMode
> |Subject
<DmeHoldMode
>; })[]
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/DmeDetailPage/DmeDetailPage.tsx:23
Overrides
SELECTABLE_VALUES
protected
SELECTABLE_VALUES: (DmePairMode
[] |DmeHoldMode
[])[]
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/DmeDetailPage/DmeDetailPage.tsx:14
Overrides
BaseDetailPage
.SELECTABLE_VALUES
SELECTED_VALUES
protected
SELECTED_VALUES: (Subject
<DmePairMode
> |Subject
<DmeHoldMode
>)[]
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/DmeDetailPage/DmeDetailPage.tsx:21
Overrides
BaseDetailPage
.SELECTED_VALUES
Methods
destroy()
destroy():
void
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/BaseDetailPage/BaseDetailPage.tsx:148
Destroys this component.
Returns
void
Inherited from
getContext()
protected
getContext(context
):never
Defined in: sdk/components/FSComponent.ts:106
Gets a context data subscription from the context collection.
Parameters
Parameter | 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
onAfterRender()
onAfterRender(
node
):void
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/BaseDetailPage/BaseDetailPage.tsx:43
A callback that is called after the component is rendered.
Parameters
Parameter | Type | Description |
---|---|---|
node | VNode | The component's VNode. |
Returns
void
Inherited from
onBeforeRender()
onBeforeRender():
void
Defined in: sdk/components/FSComponent.ts:80
A callback that is called before the component is rendered.
Returns
void
Inherited from
pause()
pause():
void
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/BaseDetailPage/BaseDetailPage.tsx:93
Pauses this component. When the component is paused, it will not update its rendering.
Returns
void
Inherited from
render()
render():
VNode
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/DmeDetailPage/DmeDetailPage.tsx:111
Renders the component.
Returns
A JSX element to be rendered.
Overrides
renderOptionRow()
renderOptionRow(
row
,isSelected
):VNode
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/BaseDetailPage/BaseDetailPage.tsx:118
Renders an option row.
Parameters
Parameter | Type | Description |
---|---|---|
row | DetailPageOptionRow | A DetailPageOptionRow. |
isSelected | Subscribable <boolean > | Whether this row is selected. |
Returns
A VNode.
Inherited from
BaseDetailPage
.renderOptionRow
renderTextRow()
renderTextRow(
row
,isSelected
):VNode
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/BaseDetailPage/BaseDetailPage.tsx:128
Renders a text row.
Parameters
Parameter | Type | Description |
---|---|---|
row | DetailPageTextRow | A DetailPageOptionRow. |
isSelected | Subscribable <boolean > | Whether this row is selected. |
Returns
A VNode.
Inherited from
renderVNodeRow()
renderVNodeRow(
row
,isSelected
):VNode
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/BaseDetailPage/BaseDetailPage.tsx:138
Renders a text row.
Parameters
Parameter | Type | Description |
---|---|---|
row | DetailPageVNodeRow | A DetailPageVNodeRow. |
isSelected | Subscribable <boolean > | Whether this row is selected. |
Returns
A VNode.
Inherited from
resume()
resume():
void
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/BaseDetailPage/BaseDetailPage.tsx:82
Resumes this component. When the component is resumed, it will update its rendering.
Returns
void