Class TableCompiler.BaseColumnCellSelector
- java.lang.Object
-
- net.sf.jasperreports.components.table.TableCompiler.BaseColumnCellSelector
-
- All Implemented Interfaces:
TableCompiler.ColumnCellSelector
- Enclosing class:
- TableCompiler
protected abstract class TableCompiler.BaseColumnCellSelector extends Object implements TableCompiler.ColumnCellSelector
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BaseColumnCellSelector()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Cell
getCell(BaseColumn column)
Cell
getCell(Column column)
Cell
getCell(ColumnGroup group)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.components.table.TableCompiler.ColumnCellSelector
getCellName
-
-
-
-
Method Detail
-
getCell
public Cell getCell(Column column)
- Specified by:
getCell
in interfaceTableCompiler.ColumnCellSelector
-
getCell
public Cell getCell(ColumnGroup group)
- Specified by:
getCell
in interfaceTableCompiler.ColumnCellSelector
-
getCell
protected abstract Cell getCell(BaseColumn column)
-
-