com.vaadin.client.debug.internal
Class Highlight

java.lang.Object
  extended by com.vaadin.client.debug.internal.Highlight

public class Highlight
extends java.lang.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 Summary
Highlight()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Highlight

public Highlight()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.