/**
  * Injects the mapped ridgets for the uiControls in the controller.
  *
  * @param controller The controller which gets the ridgets injected.
  */
 public void injectRidgets(IController controller) {
   bindingManager.injectRidgets(controller, uiControls);
 }