예제 #1
0
파일: GridUnit.java 프로젝트: JuliaIva/hq
 /** @return true if the grid unit is the last in column spanning direction */
 public boolean isLastGridUnitColSpan() {
   return (colSpanIndex == cell.getNumberColumnsSpanned() - 1);
 }