Skip to main content

ActionButtonControl<T>

Extends

Type Parameters

Type Parameter
T extends Action

Constructors

Constructor

new ActionButtonControl<T>(options): ActionButtonControl<T>;

Parameters

ParameterType
optionsActionButtonControlOptions<T>

Returns

ActionButtonControl<T>

Overrides

ButtonControl.constructor

Methods

representAsBtn()

representAsBtn(): Btn;

Returns

Btn

Inherited from

ButtonControl.representAsBtn


representAsComboBoxItems()

representAsComboBoxItems(options): ComboBoxItem[];

Parameters

ParameterType
optionsRepresentAsComboBoxItemsEvent

Returns

ComboBoxItem[]

Inherited from

ButtonControl.representAsComboBoxItems


representAsControl()

representAsControl(options): Element;

Parameters

ParameterType
optionsRepresentAsControlOptions

Returns

Element

Inherited from

ButtonControl.representAsControl