Uses of Class
org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid.RowLocation
-
Packages that use RowLocation Package Description org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid -
-
Uses of RowLocation in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid
Methods in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid that return RowLocation Modifier and Type Method Description RowLocationDataGridValidatorSI. isRecordPresent(ItemList<SearchCell> primaryKey)RowLocationDataGridValidatorSI. isRecordPresent(ItemList<SearchCell> primaryKey, VerticalScrollbarSI vScrollbar, org.sikuli.script.Region vScrollbarRegion, int numHops, int numHopIters)This method searches the record from top to bottom.Methods in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid with parameters of type RowLocation Modifier and Type Method Description org.sikuli.script.RegionDataGridValidatorSI. getCellRegion(HeaderColumnSI headerColumn, RowLocation rowLocation, HorizontalScrollbarSI hScrollbar, int scrollStepsToLookup)Cell is identified by header column location in row location.voidDataGridValidatorSI. validateCellValuePresent(SearchCell cellValue, RowLocation rowLocation, HorizontalScrollbarSI hScrollbar, int scrollStepsToLookup)
-