Mixin: GroupWidget

.ui.mixin.GroupWidget

Mixin for OO.ui.Widget subclasses to provide OO.ui.mixin.GroupElement.

Use together with OO.ui.mixin.ItemWidget to make disabled state inheritable.

Mixes In:
Source:

Methods

setDisabled(disabled)

Set the disabled state of the widget.

This will also update the disabled state of child widgets.

Parameters:
Name Type Description
disabled boolean

Disable widget

Source: