Exemplo n.º 1
0
 /** @return true if the grid unit is the last in column spanning direction */
 public boolean isLastGridUnitColSpan() {
   return (colSpanIndex == cell.getNumberColumnsSpanned() - 1);
 }