/**
  * Sets the cursor's column span.
  *
  * @param columnSpan the cursor's new column span (grid width)
  */
 public final void setColumnSpan(int columnSpan) {
   currentCellConstraints.gridWidth = columnSpan;
 }