This is a dynamic class (not in the Repository) that supports operations on a specific table cell. The JavaTableCell class is the base class for all table cell types (JavaTableCellTextbox, JavaTableCellCombo, and JavaTableCellCheckbox).
Property |
Description |
---|---|
bool IsSelected {get;} |
Checks whether or not the cell is selected. |
bool IsReadOnly {get;} |
Checks whether the cell is a read-only control. |
bool Exists {get;} |
Checks whether or not the cell exists. |
The Select method is used to set the select state of a table cell:
void Select() |