示例#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);
 }