The main use for this class is locating components for automated testing purposes. @since 7.2, moved from {@link com.vaadin.client.ComponentLocator}
4647484950515253
legacyNames.put("ScrollTable", "Table"); } protected SelectorPath(ServerConnector c, Element e) { element = e; locator = new ComponentLocator(c.getConnection()); path = locator.getPathForElement(e); }
519520521522523524525526527528529
} this.widgetSet = widgetSet; configuration = cnf; ComponentLocator componentLocator = new ComponentLocator(this); String appRootPanelName = cnf.getRootPanelId(); // remove the end (window name) of autogenerated rootpanel id appRootPanelName = appRootPanelName.replaceFirst("-\\d+$", "");