We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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