public class Highlight extends Object
Multiple highlights can be added, then selectively removed with
hide(Element)
or all at once with hideAll()
.
Note that highlights are intended to be short-term; highlights do not move or
disappear with the highlighted widget, and it is also fairly likely that
someone else calls hideAll()
eventually.
Copyright © 2018 Vaadin Ltd. All rights reserved.