Class Table
- java.lang.Object
-
- net.sf.jasperreports.engine.export.tabulator.Table
-
public class Table extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
Table.ColumnsControl
protected class
Table.RowsControl
-
Field Summary
Fields Modifier and Type Field Description protected DimensionEntries<Column>
columns
protected DimensionEntries<Row>
rows
protected Tabulator
tabulator
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DimensionEntries<Column>
getColumns()
String
getRole()
DimensionEntries<Row>
getRows()
void
removeColumn(Column column, Column prevColumn)
void
removeRow(Row row, Row prevRow)
void
setRole(String role)
-
-
-
Field Detail
-
tabulator
protected final Tabulator tabulator
-
columns
protected DimensionEntries<Column> columns
-
rows
protected DimensionEntries<Row> rows
-
-
Constructor Detail
-
Table
public Table(Tabulator tabulator)
-
-
Method Detail
-
getColumns
public DimensionEntries<Column> getColumns()
-
getRows
public DimensionEntries<Row> getRows()
-
getRole
public String getRole()
-
setRole
public void setRole(String role)
-
-