/**
  * Dumps the layout's row groups to the console.
  *
  * @param layout the <code>FormLayout</code> to inspect
  */
 public static void dumpRowGroups(FormLayout layout) {
   dumpGroups("ROW GROUPS:    ", layout.getRowGroups());
 }