Home
last modified time | relevance | path

Searched refs:RowColumn (Results 1 – 2 of 2) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/ui/
DRightClickTable.java17 protected static class RowColumn { class in RightClickTable
21 public RowColumn(int row, int column) { in RowColumn() method in RightClickTable.RowColumn
50 RowColumn position = getCellPosition(td); in getCellForDomEvent()
60 protected RowColumn getCellPosition(Element td) {
65 return new RowColumn(row, column);
/external/autotest/frontend/client/src/autotest/common/table/
DFragmentedTable.java84 protected RowColumn getCellPosition(Element td) { in getCellPosition()
91 return new RowColumn(row, column); in getCellPosition()