Interface TableCompiler.ColumnCellSelector
-
- All Known Implementing Classes:
TableCompiler.BaseColumnCellSelector
- Enclosing class:
- TableCompiler
protected static interface TableCompiler.ColumnCellSelector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cell
getCell(Column column)
Cell
getCell(ColumnGroup group)
String
getCellName()
-
-
-
Method Detail
-
getCell
Cell getCell(ColumnGroup group)
-
getCellName
String getCellName()
-
-