Skip to main content

Interface: UiControlProps

The properties for the UiControl component.

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

sdk/components/FSComponent.ts:122


class

Optional class: string

The CSS class string to be set on the control DOM element.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:24


isVisible

Optional isVisible: Subject<boolean>

Can control the visibility of this control.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:26


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

sdk/components/FSComponent.ts:125

Methods

onActivated

onActivated(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:21


onBlurred

onBlurred(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:20


onClr

onClr(sender): boolean

Parameters

NameType
senderUiControl<UiControlProps>

Returns

boolean

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:17


onDeactivated

onDeactivated(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:22


onDirectTo

onDirectTo(sender): boolean

Parameters

NameType
senderUiControl<UiControlProps>

Returns

boolean

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:18


onEnter

onEnter(sender): boolean

Parameters

NameType
senderUiControl<UiControlProps>

Returns

boolean

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:16


onFocused

onFocused(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:19


onLowerKnob

onLowerKnob(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:13


onLowerKnobDec

onLowerKnobDec(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:15


onLowerKnobInc

onLowerKnobInc(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:14


onRegister

onRegister(ctrl, unregister?): void

Parameters

NameType
ctrlUiControl<UiControlProps>
unregister?boolean

Returns

void

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:9


onUpperKnob

onUpperKnob(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:10


onUpperKnobDec

onUpperKnobDec(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:12


onUpperKnobInc

onUpperKnobInc(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:11