entryDragController.registerDropController(rankDropController);
entryDragController.addDragHandler(this);
HorizontalPanel completerP = new HorizontalPanel();
completer = new SchoolCompleter(serviceCache,
new CompleteListener<School>() {
public void completed(School result) {
addSchool(result);
}
});