Map args = new HashMap();
args.put("row", row);
args.put("column", column);
args.put("type", "moveto");
response("cellFocusTo" + this.getUuid(), new AuCellFocusTo(this, args));
_focusRect.setLeft(column);
_focusRect.setRight(column);
_focusRect.setTop(row);
_focusRect.setBottom(row);