Uses of Class
org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid.HeaderColumnSI
| Package | Description |
|---|---|
| org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid |
-
Uses of HeaderColumnSI in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid
Fields in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid declared as HeaderColumnSI Modifier and Type Field Description protected HeaderColumnSISearchCell. columnprotected HeaderColumnSIHeaderColumnValidatorSI. headerColObjFields in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid with type parameters of type HeaderColumnSI Modifier and Type Field Description protected List<HeaderColumnSI>DataGridSI. additionalHeaderColumnsprotected List<HeaderColumnSI>DataGridSI. keyHeaderColumnsMethods in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid that return HeaderColumnSI Modifier and Type Method Description HeaderColumnSIHeaderColumnSI. clone()HeaderColumnSIDataGridSI. getAdditionalHeaderColumn(String columnDisplayName)HeaderColumnSISearchCell. getColumn()HeaderColumnSIDataGridSI. getKeyHeaderColumn(String columnDisplayName)HeaderColumnSIHeaderColumnSI. updateLocatorParameterWithValue(String paramName, String value)Methods in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid that return types with arguments of type HeaderColumnSI Modifier and Type Method Description List<HeaderColumnSI>DataGridSI. getAdditionalHeaderColumns()List<HeaderColumnSI>DataGridSI. getKeyHeaderColumns()Methods in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid with parameters of type HeaderColumnSI Modifier and Type Method Description DataGridSIDataGridSI. addAdditionalHeaderColumns(HeaderColumnSI... objects)It should contain the whole image to cover additional header column height and width.DataGridSIDataGridSI. addKeyHeaderColumns(HeaderColumnSI... objects)It should contain the whole image to cover key header column height and width.org.sikuli.script.RegionDataGridValidatorSI. getCellRegion(HeaderColumnSI headerColumn, RowLocation rowLocation, HorizontalScrollbar hScrollbar, int scrollStepsToLookup)Cell is identified by header column location in row location.voidSearchCell. setColumn(HeaderColumnSI column)Method parameters in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid with type arguments of type HeaderColumnSI 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.List<List<String>>DataGridValidatorSI. extractVisibleRecordsForVisibleColumns(ItemList<HeaderColumnSI> headerColumns)It extracts the visible records data only for the visible header columns on the screen.Constructors in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid with parameters of type HeaderColumnSI Constructor Description HeaderColumnValidatorSI(WebBrowser browser, HeaderColumnSI uiObject, org.sikuli.script.Region region)SearchCell(HeaderColumnSI column, Object value, ValueType valueType, TextMatchMechanism textValueValidationMechanism)