Package com.vaadin.client.debug.internal
Class Highlight
- java.lang.Object
-
- com.vaadin.client.debug.internal.Highlight
-
public class Highlight extends Object
Highlights a widget in the UI by overlaying a semi-transparent colored div.Multiple highlights can be added, then selectively removed with
hide(Element)
or all at once withhideAll()
.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.- Since:
- 7.1
- Author:
- Vaadin Ltd