Skip to main content

ButtonControl

Extended by

Implements

Constructors

Constructor

new ButtonControl(options): ButtonControl;

Parameters

ParameterType
optionsButtonControlOptions

Returns

ButtonControl

Methods

representAsBtn()

representAsBtn(): Btn;

Returns

Btn

Implementation of

AbstractControl.representAsBtn


representAsComboBoxItems()

representAsComboBoxItems(options): ComboBoxItem[];

Parameters

ParameterType
optionsRepresentAsComboBoxItemsEvent

Returns

ComboBoxItem[]

Implementation of

AbstractControl.representAsComboBoxItems


representAsControl()

representAsControl(options): Element;

Parameters

ParameterType
optionsRepresentAsControlOptions

Returns

Element

Implementation of

AbstractControl.representAsControl