Skip to content

Overridden setValue( ) fires events #557

@mitchmartin

Description

@mitchmartin

The documentation of com.google.gwt.user.client.ui.HasValue#setValue(T) states that it should set the value without firing events. However, many of the overridden setValue functions in Material classes that implement this interface do the opposite.

This is true for AbstractValueWidget, MaterialSwitch, (Addins)MaterialComboBox, and MaterialListValueBox

Either these implementations should be fixed to not fire events (as stated by the HasValue interface), or these implementations should be documented such that this is explained.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions