Uses of Class
org.uitnet.testing.smartfwk.ui.standard.imgobj.scrollbar.VerticalScrollbarSI
-
Packages that use VerticalScrollbarSI Package Description org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid org.uitnet.testing.smartfwk.ui.standard.imgobj.scrollbar -
-
Uses of VerticalScrollbarSI in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid
Fields in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid declared as VerticalScrollbarSI Modifier and Type Field Description protected VerticalScrollbarSIDataGridSI. vScrollbarMethods in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid that return VerticalScrollbarSI Modifier and Type Method Description VerticalScrollbarSIDataGridSI. getVScrollbar()Methods in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid with parameters of type VerticalScrollbarSI Modifier and Type Method Description List<List<String>>DataGridValidatorSI. extractRecordsForVisibleColumns(int numRecords, ItemList<HeaderColumnSI> headerColumns, VerticalScrollbarSI vScrollbar, org.sikuli.script.Region vScrollbarRegion, int numHops, int numHopIters)It extracts the records from the datagrid only for the visible columns.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.DataGridSIDataGridSI. setVScrollbar(VerticalScrollbarSI vScrollbar) -
Uses of VerticalScrollbarSI in org.uitnet.testing.smartfwk.ui.standard.imgobj.scrollbar
Fields in org.uitnet.testing.smartfwk.ui.standard.imgobj.scrollbar declared as VerticalScrollbarSI Modifier and Type Field Description protected VerticalScrollbarSIScrollbarSI. vScrollbarMethods in org.uitnet.testing.smartfwk.ui.standard.imgobj.scrollbar that return VerticalScrollbarSI Modifier and Type Method Description VerticalScrollbarSIScrollbarSI. getVScrollbar()Constructors in org.uitnet.testing.smartfwk.ui.standard.imgobj.scrollbar with parameters of type VerticalScrollbarSI Constructor Description ScrollbarSI(HorizontalScrollbarSI hScrollbar, org.sikuli.script.Region hScrollbarRegion, VerticalScrollbarSI vScrollbar, org.sikuli.script.Region vScrollbarRegion)
-