Package com.hp.lft.sdk.winforms
Interface UltraWinGrid
- All Superinterfaces:
CustomGrid
An Infragistics UltraWinGrid object.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activateCell
(int row, String columnHeader) Double-clicks the specified cell in this grid.void
activateCell
(String rowPath, String columnHeader) Double-clicks the specified cell in this grid.void
activateColumn
(int bandLevel, String columnHeader) Double-clicks the specified column header in this grid.void
activateRow
(String rowPath) Double-clicks the specified row header in this grid.void
Adds a new row to the table band using the Add button for the corresponding band.void
Adds a new row to the table band using the Add button for the corresponding band.void
collapseRow
(int row) Collapses the specified row.void
collapseRow
(String rowPath) Collapses the specified row.void
expandRow
(int row) Expands the specified row.void
Expands the specified row.getCell
(int row, int column) Returns the specified cell.Returns the specified cell.Returns the specified cell.int
Returns the number of columns in the current band.int
Returns the number of rows in the current band.void
makeCellVisible
(int row, String columnHeader) Scrolls the specified cell into view.void
makeCellVisible
(String rowPath, String columnHeader) Scrolls the specified cell into view.void
openSummaryDialog
(int bandLevel, String columnHeader) Opens the summary dialog box for the specified column.void
selectCell
(int row, String columnHeader) Selects (clicks) the specified cell in this grid.void
selectCell
(String rowPath, String columnHeader) Clicks the specified row header in this grid.void
selectColumn
(int bandLevel, String columnHeader) Clicks the specified row header in this grid.void
Clicks the specified row header in this grid.void
Applies the filter to the specified column.void
Sorts the table by the specified column, ascending.void
sortDescending
(int bandLevel, String columnHeader) Sorts the table by the specified column, descending.Methods inherited from interface com.hp.lft.sdk.winforms.CustomGrid
getTableTestObject
-
Method Details
-
activateCell
Double-clicks the specified cell in this grid.- Parameters:
row
- 0-based row number.columnHeader
- the column caption.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
makeCellVisible
Scrolls the specified cell into view.- Parameters:
row
- 0-based row number.columnHeader
- the column caption.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
activateCell
Double-clicks the specified cell in this grid.- Parameters:
rowPath
- in format "n1;n2;...;nX" where n is the row number in each band level.columnHeader
- the column caption- Throws:
GeneralLeanFtException
- if error occurs during execution
-
activateColumn
Double-clicks the specified column header in this grid.- Parameters:
bandLevel
- 0-based band levelcolumnHeader
- the column caption- Throws:
GeneralLeanFtException
- if error occurs during execution
-
activateRow
Double-clicks the specified row header in this grid.- Parameters:
rowPath
- in format "n1;n2;...nX" where n is the row number in each band level.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
addRow
Adds a new row to the table band using the Add button for the corresponding band.- Parameters:
addButtonName
- the name of the Add button corresponding to the band to add a row to- Throws:
GeneralLeanFtException
- if error occurs during execution
-
addRow
Adds a new row to the table band using the Add button for the corresponding band.- Parameters:
addButtonName
- the name of the Add button corresponding to the band to add a row tonewRowPath
- the band path where the row is added in format "n1;n2;...;nX" where n is the row number in each band level.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
collapseRow
Collapses the specified row.- Parameters:
row
- 0-based row number- Throws:
GeneralLeanFtException
- if error occurs during execution
-
collapseRow
Collapses the specified row.- Parameters:
rowPath
- in format "n1;n2;...;nX" where n is the row number in each band level- Throws:
GeneralLeanFtException
- if error occurs during execution
-
expandRow
Expands the specified row.- Parameters:
row
- 0-based row number- Throws:
GeneralLeanFtException
- if error occurs during execution
-
expandRow
Expands the specified row.- Parameters:
rowPath
- in format "n1;n2;...;nX" where n is the row number in each band level- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getCell
Returns the specified cell.- Parameters:
row
- 0-based row numbercolumnHeader
- the column caption- Returns:
- the cell
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getCell
Returns the specified cell.- Parameters:
rowPath
- in format "n1;n2;...;nX" where n is the row number in each band level.columnHeader
- the column caption- Returns:
- the cell
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getCell
Returns the specified cell.- Parameters:
row
- 0-based row numbercolumn
- 0-based column index- Returns:
- the cell
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
makeCellVisible
Scrolls the specified cell into view.- Parameters:
rowPath
- in format "n1;n2;...;nX" where n is the row number in each band level.columnHeader
- the column caption- Throws:
GeneralLeanFtException
- if error occurs during execution
-
openSummaryDialog
Opens the summary dialog box for the specified column.- Parameters:
bandLevel
- the band level you want to open the dialog box forcolumnHeader
- the column caption- Throws:
GeneralLeanFtException
- if error occurs during execution
-
selectCell
Selects (clicks) the specified cell in this grid.- Parameters:
row
- 0-based row number.columnHeader
- the column caption.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
selectCell
Clicks the specified row header in this grid.- Parameters:
rowPath
- in format "n1;n2;...;nX" where n is the row number in each band levelcolumnHeader
- the column caption- Throws:
GeneralLeanFtException
- if error occurs during execution
-
selectColumn
Clicks the specified row header in this grid.- Parameters:
bandLevel
- 0-based band levelcolumnHeader
- the column caption- Throws:
GeneralLeanFtException
- if error occurs during execution
-
selectRow
Clicks the specified row header in this grid.- Parameters:
rowPath
- in format "n1;n2;...;nX" where n is the row number in each band level- Throws:
GeneralLeanFtException
- if error occurs during execution
-
setFilter
Applies the filter to the specified column.- Parameters:
bandLevel
- 0-based band levelcolumnHeader
- the column captionfilter
- a value in the column to be used as the filter- Throws:
GeneralLeanFtException
- if error occurs during execution
-
sort
Sorts the table by the specified column, ascending.- Parameters:
bandLevel
- 0-based band levelcolumnHeader
- the column caption- Throws:
GeneralLeanFtException
- if error occurs during execution
-
sortDescending
Sorts the table by the specified column, descending.- Parameters:
bandLevel
- 0-based band levelcolumnHeader
- the column caption- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getRowCount
Returns the number of rows in the current band.- Returns:
- the row count
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getColumnCount
Returns the number of columns in the current band.- Returns:
- the column count
- Throws:
GeneralLeanFtException
- if error occurs during execution
-