com.vaadin.client.debug.internal.

Class 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 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.

    Since:

    7.1

    Author:

    Vaadin Ltd

    • Constructor Detail

      • Highlight

        public Highlight()