/**
  * Unbinds UI controls from their ridgets in the controller.
  *
  * @param controller The controller which holds the ridgets.
  */
 public void unbind(IController controller) {
   bindingManager.unbind(controller, uiControls);
 }