Column
Last updated
Was this helpful?
Last updated
Was this helpful?
Base class for Column used by .
Namespace: Progile.TRIO.BaseModel Assembly: Progile.TRIO.BaseModel (in Progile.TRIO.BaseModel.dll)
Progile.TRIO.BaseModel.Column
Column constructor, instantiates and initializes a new Colum, also calls in order to define the position on the screen. rightXCoord typically is the left boundary of the next column header or the right edge of the table; tableRect typically is the TableRect of the parent table.
Syntax:
Parameter
Description
tester
The tester interface.
columnName
columnTitleImage
rightXCoord
tableRect
Name
Description
Used by constructor to define the header rectangle. Could be called again to reinitialize after rearranging columns or similar.
Name
Description
Rectangle of the whole column, without the header.
Rectangle of the Column header (whole width of the column).
Select filter of the whole column, without the header.
Type:
Type: The name of the column that will be used for logging and reporting of exceptions (customer facing).
Type: The image reference that will be used to locate the column on the screen. This image will also be used to define the left edge of the column.
Type: The screen coordinate of the right edge of the column (typically the left boundary of the next column header or the right edge of the table). Will be used to define the rectangle for the column.
Type: The rectangle defining the table, typically .TableRect. Will be used to define the bottom of the table and also serves as filter to find the columnTitleImage.