Beispiel #1
0
 /**
  * Gets the cell values that will be used as the defaults for all cells in the specified column.
  * Columns are indexed starting at 0.
  */
 public Cell columnDefaults(int column) {
   return layout.columnDefaults(column);
 }