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.
Interface HierarchySection.FindHandler
-
Enclosing class:
public static interface HierarchySection.FindHandler
-
-
Method Summary
All Methods Modifier and Type Method Description void
onHover(ComponentConnector connector)
Called when the user hovers over a connector, which is highlighted.
void
onSelected(ComponentConnector connector)
Called when the user clicks on a highlighted connector.
-
-
-
Method Detail
-
onHover
void onHover(ComponentConnector connector)
Called when the user hovers over a connector, which is highlighted. Also called when hovering outside the tree, e.g. over the debug console, but in this case the connector is null
Parameters:
connector
-
-
onSelected
void onSelected(ComponentConnector connector)
Called when the user clicks on a highlighted connector.
Parameters:
connector
-
-
-