Package com.vaadin.client.debug.internal
Interface HierarchySection.FindHandler
-
- Enclosing class:
- HierarchySection
public static interface HierarchySection.FindHandler
-
-
Method Summary
All Methods Instance Methods Abstract 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
-
-
-