public class SelectorPath extends Object
This class should be considered internal to the framework and may change at any time.
Modifier | Constructor and Description |
---|---|
protected |
SelectorPath(ServerConnector c,
com.google.gwt.dom.client.Element e) |
Modifier and Type | Method and Description |
---|---|
protected String |
getComponentName(String fragment)
Returns the name of the component described by given query fragment
|
com.google.gwt.dom.client.Element |
getElement() |
String |
getElementQuery()
Generate ElementQuery code for Java.
|
ComponentLocator |
getLocator() |
protected String |
getNameWithCount(String name)
Get variable name with counter for given component name.
|
String |
getPath() |
protected SelectorPath(ServerConnector c, com.google.gwt.dom.client.Element e)
public String getPath()
public com.google.gwt.dom.client.Element getElement()
public ComponentLocator getLocator()
public String getElementQuery()
protected String getComponentName(String fragment)
fragment
- Query fragmentCopyright © 2016 Vaadin Ltd. All rights reserved.