コード例 #1
0
 public String getTableCellStyle() {
   TableGridTag grid = getTable();
   return grid != null ? grid.getCellStyle() : null;
 }
コード例 #2
0
 public String getTableAlign() {
   TableGridTag grid = getTable();
   return grid != null ? grid.getAlign() : null;
 }
コード例 #3
0
 public int getTableRowIndex() {
   TableGridTag grid = getTable();
   return grid != null ? grid.getRowIndex() : 0;
 }