Uses of Class
org.uitnet.testing.smartfwk.ui.core.objects.scrollbar.VerticalScrollbar
-
Packages that use VerticalScrollbar Package Description org.uitnet.testing.smartfwk.ui.core.objects.scrollbar org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid -
-
Uses of VerticalScrollbar in org.uitnet.testing.smartfwk.ui.core.objects.scrollbar
Fields in org.uitnet.testing.smartfwk.ui.core.objects.scrollbar declared as VerticalScrollbar Modifier and Type Field Description protected VerticalScrollbarScrollbar. vScrollbarMethods in org.uitnet.testing.smartfwk.ui.core.objects.scrollbar that return VerticalScrollbar Modifier and Type Method Description VerticalScrollbarScrollbar. getVScrollbar()Constructors in org.uitnet.testing.smartfwk.ui.core.objects.scrollbar with parameters of type VerticalScrollbar Constructor Description Scrollbar(HorizontalScrollbar hScrollbar, org.sikuli.script.Region hScrollbarRegion, VerticalScrollbar vScrollbar, org.sikuli.script.Region vScrollbarRegion) -
Uses of VerticalScrollbar in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid
Fields in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid declared as VerticalScrollbar Modifier and Type Field Description protected VerticalScrollbarDataGridSI. vScrollbarMethods in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid that return VerticalScrollbar Modifier and Type Method Description VerticalScrollbarDataGridSI. getVScrollbar()Methods in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid with parameters of type VerticalScrollbar Modifier and Type Method Description List<List<String>>DataGridValidatorSI. extractRecordsForVisibleColumns(int numRecords, ItemList<HeaderColumnSI> headerColumns, VerticalScrollbar 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, VerticalScrollbar vScrollbar, org.sikuli.script.Region vScrollbarRegion, int numHops, int numHopIters)This method searches the record from top to bottom.DataGridSIDataGridSI. setVScrollbar(VerticalScrollbar vScrollbar)
-