Skip to content

Create HasEnabled and apply it to selected mixin interfaces #3816

@pleku

Description

@pleku

The HasEnabled interface extends HasElement and should consist of three methods:

void setEnabled(boolean enabled) {
  // disable the state node
}
boolean isEnabled() { // read the disabled status, parent status applies }

As described in #3538 (comment), HasEnabled should be applied to the interfaces HasValue, HasComponents and Focusable.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions