Row
Last updated
Was this helpful?
Last updated
Was this helpful?
Base class for Row used by .
Namespace: Progile.TRIO.BaseModel Assembly: Progile.TRIO.BaseModel (in Progile.TRIO.BaseModel.dll)
Progile.TRIO.BaseModel.Row
Row constructor, instantiates a new Row. Is typically not used directly but through TableBase.CreateRow()
.
Syntax:
Parameter
Description
tester
The tester interface.
tableRect
imageReference
filters
Row constructor, instantiates a new Row. Is typically not used directly but through TableBase.CreateRow()
.
Syntax:
Parameter
Description
tester
The tester interface.
tableRect
searchText
filters
Name
Description
Hovers mouse pointer over the row to "activate" it, e.g. to show icons that are only shown on hover
Selects the row by clicking in the row at the position of the element that was used to find the row.
Name
Description
Middle point of the rectangle defining the row.
Type:
Type: The rectangle defining the table, typically . Will be used to define the left and right edges of the row.
Type: The image reference that will be used to find the row in the table.
Type: [ ] The filters used to find the row. Typically the of the column in which we want to find the element that corresponds with the row.
Type:
Type: The rectangle defining the table, typically .TableRect. Will be used to define the left and right edges of the row.
Type: The search text that will be used to find the row in the table.
Type: [ ] The filters used to find the row. Typically the of the column in which we want to find the element that corresponds with the row.
containing the whole row. Defined by DefineRow (not constructor!)
filter for the whole row.