Class: XpdrDetailPage
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/XpdrDetailPage/XpdrDetailPage.tsx:15
The XpdrDetailPage component.
Extends
BaseDetailPage
<XpdrDetailPageProps
>
Constructors
Constructor
new XpdrDetailPage(
props
):XpdrDetailPage
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
XpdrDetailPage
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
=true
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/XpdrDetailPage/XpdrDetailPage.tsx:16
Overrides
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?
:undefined
;rowOptions?
:undefined
;rowText?
:undefined
;rowTitle
:string
;selectedValue?
:undefined
;vnode
:any
; } | {rowCallback
: () =>void
;rowOptions
:object
[];rowText?
:undefined
;rowTitle
:string
;selectedValue
:Subject
<XpdrSelectMode
> |Subject
<AdsBroadcastOutMode
>;vnode?
:undefined
; } | {rowCallback
: () =>void
;rowOptions
:object
[];rowText?
:undefined
;rowTitle
:string
;selectedValue
:Subject
<XpdrSelectMode
> |Subject
<AdsBroadcastOutMode
>;vnode?
:undefined
; } | {rowCallback
: () =>void
;rowOptions?
:undefined
;rowText
:string
;rowTitle
:string
;selectedValue?
:undefined
;vnode?
:undefined
; })[]
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/XpdrDetailPage/XpdrDetailPage.tsx:25
Overrides
SELECTABLE_VALUES
protected
SELECTABLE_VALUES: (XpdrSelectMode
[] |AdsBroadcastOutMode
[])[]
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/XpdrDetailPage/XpdrDetailPage.tsx:18
Overrides
BaseDetailPage
.SELECTABLE_VALUES
SELECTED_VALUES
protected
SELECTED_VALUES: (Subject
<XpdrSelectMode
> |Subject
<AdsBroadcastOutMode
>)[]
Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Radio/DetailPages/XpdrDetailPage/XpdrDetailPage.tsx:23
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/XpdrDetailPage/XpdrDetailPage.tsx:86
A callback that is called after the component is rendered.
Parameters
Parameter | Type | Description |
---|---|---|
node | VNode | The component's VNode. |
Returns
void
Overrides
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/XpdrDetailPage/XpdrDetailPage.tsx:97
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