public class QualityIndicatedLocator extends DataClass
AutoTest.getLocatorWithIndicators()
that includes the locator and properties that describe the quality of the locator.AutoTest overview and related methods
factoryCreated, factoryProperties
Constructor and Description |
---|
QualityIndicatedLocator() |
QualityIndicatedLocator(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getContainsGlobalId()
True if the returned
locator includes a reference
using an auto-generated global ID. |
java.lang.Boolean |
getContainsIndices()
True if the returned
locator includes references
using index positions. |
java.lang.String |
getFirstParentOfIndex()
The ID of the first parent within the locator segments that has a child referenced by index.
|
java.lang.String |
getGlobalID()
The ID of the component within the locator segments that has an auto-generated global ID.
|
java.lang.String |
getLocator()
The
AutoTestLocator associated with some DOM element in a Smart GWT application page. |
static QualityIndicatedLocator |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
QualityIndicatedLocator |
setContainsGlobalId(java.lang.Boolean containsGlobalId)
True if the returned
locator includes a reference
using an auto-generated global ID. |
QualityIndicatedLocator |
setContainsIndices(java.lang.Boolean containsIndices)
True if the returned
locator includes references
using index positions. |
QualityIndicatedLocator |
setFirstParentOfIndex(java.lang.String firstParentOfIndex)
The ID of the first parent within the locator segments that has a child referenced by index.
|
QualityIndicatedLocator |
setGlobalID(java.lang.String globalID)
The ID of the component within the locator segments that has an auto-generated global ID.
|
QualityIndicatedLocator |
setLocator(java.lang.String locator)
The
AutoTestLocator associated with some DOM element in a Smart GWT application page. |
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated
public QualityIndicatedLocator()
public QualityIndicatedLocator(com.google.gwt.core.client.JavaScriptObject jsObj)
public static QualityIndicatedLocator getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public QualityIndicatedLocator setContainsGlobalId(java.lang.Boolean containsGlobalId)
locator
includes a reference
using an auto-generated global ID.containsGlobalId
- New containsGlobalId value. Default value is nullQualityIndicatedLocator
instance, for chaining setter callspublic java.lang.Boolean getContainsGlobalId()
locator
includes a reference
using an auto-generated global ID.public QualityIndicatedLocator setContainsIndices(java.lang.Boolean containsIndices)
locator
includes references
using index positions.containsIndices
- New containsIndices value. Default value is nullQualityIndicatedLocator
instance, for chaining setter callspublic java.lang.Boolean getContainsIndices()
locator
includes references
using index positions.public QualityIndicatedLocator setFirstParentOfIndex(java.lang.String firstParentOfIndex)
locatorName
will be excluded since the name
is a reliable means to locate the component.firstParentOfIndex
- New firstParentOfIndex value. Default value is nullQualityIndicatedLocator
instance, for chaining setter callspublic java.lang.String getFirstParentOfIndex()
locatorName
will be excluded since the name
is a reliable means to locate the component.public QualityIndicatedLocator setGlobalID(java.lang.String globalID)
globalID
- New globalID value. Default value is nullQualityIndicatedLocator
instance, for chaining setter callspublic java.lang.String getGlobalID()
public QualityIndicatedLocator setLocator(java.lang.String locator)
AutoTestLocator
associated with some DOM element in a Smart GWT application page.locator
- New locator value. Default value is nullQualityIndicatedLocator
instance, for chaining setter callsAutoTestLocator
public java.lang.String getLocator()
AutoTestLocator
associated with some DOM element in a Smart GWT application page.AutoTestLocator