com.vaadin.client.debug.internal
Interface HierarchySection.FindHandler

Enclosing class:
HierarchySection

public static interface HierarchySection.FindHandler


Method Summary
 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 -


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