Searched refs:RowColumn (Results 1 – 2 of 2) sorted by relevance
17 protected static class RowColumn { class in RightClickTable21 public RowColumn(int row, int column) { in RowColumn() method in RightClickTable.RowColumn50 RowColumn position = getCellPosition(td); in getCellForDomEvent()60 protected RowColumn getCellPosition(Element td) {65 return new RowColumn(row, column);
84 protected RowColumn getCellPosition(Element td) { in getCellPosition()91 return new RowColumn(row, column); in getCellPosition()