Class PropertySearchCursor
- java.lang.Object
 - 
- com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursor
 - 
- com.inductiveautomation.ignition.designer.findreplace.AbstractDeferredCursor
 - 
- com.inductiveautomation.perspective.designer.search.AbstractJsonCursor
 - 
- com.inductiveautomation.perspective.designer.search.PropertySearchCursor
 
 
 
 
 
- 
public class PropertySearchCursor extends AbstractJsonCursor
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetProperty(JsonPath propertyPath)protected booleanisSearchKeys()- 
Methods inherited from class com.inductiveautomation.perspective.designer.search.AbstractJsonCursor
getLocation, initialize, predicate 
- 
Methods inherited from class com.inductiveautomation.ignition.designer.findreplace.AbstractDeferredCursor
addSearchCursor, addSearchObject, next 
- 
Methods inherited from class com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursor
of 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isSearchKeys
protected boolean isSearchKeys()
- Overrides:
 isSearchKeysin classAbstractJsonCursor
 
- 
getProperty
protected java.lang.String getProperty(JsonPath propertyPath)
- Overrides:
 getPropertyin classAbstractJsonCursor
 
 - 
 
 -