Uses of Interface
net.sf.jasperreports.components.table.TableComponent
-
Packages that use TableComponent Package Description net.sf.jasperreports.components.table Contains classes for the built-in Table component.net.sf.jasperreports.components.table.fill Contains fill time implementations for Table component related interfaces.net.sf.jasperreports.components.table.util Contains utility classes for the built-in Table component. -
-
Uses of TableComponent in net.sf.jasperreports.components.table
Classes in net.sf.jasperreports.components.table that implement TableComponent Modifier and Type Class Description classStandardTableMethods in net.sf.jasperreports.components.table with parameters of type TableComponent Modifier and Type Method Description protected voidTableCompiler. verifyBaseColumn(TableComponent table, BaseColumn column, JRVerifier verifier)protected voidTableCompiler. verifyColumn(TableComponent table, Column column, JRVerifier verifier)protected voidTableCompiler. verifyColumnHeights(TableComponent table, JRVerifier verifier)protected voidTableCompiler. verifyColumnHeights(TableComponent table, JRVerifier verifier, TableCompiler.ColumnCellSelector cellSelector)protected voidTableCompiler. verifyColumns(TableComponent table, JRVerifier verifier)protected voidTableCompiler. verifyGroupCells(TableComponent table, List<GroupCell> cells, int width, String cellName, JRVerifier verifier)Constructors in net.sf.jasperreports.components.table with parameters of type TableComponent Constructor Description StandardTable(TableComponent table, JRBaseObjectFactory factory) -
Uses of TableComponent in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill with parameters of type TableComponent Modifier and Type Method Description protected voidTableReport.ColumnHeaderCreator. addColumnLabelParameters(JRDesignGenericElement element, TableComponent table)Constructors in net.sf.jasperreports.components.table.fill with parameters of type TableComponent Constructor Description FillTable(TableComponent table, JRFillObjectFactory factory)TableReport(FillContext fillContext, TableComponent table, TableReportDataset mainDataset, List<FillColumn> fillColumns, BuiltinExpressionEvaluatorFactory builtinEvaluatorFactory) -
Uses of TableComponent in net.sf.jasperreports.components.table.util
Methods in net.sf.jasperreports.components.table.util with parameters of type TableComponent Modifier and Type Method Description static List<BaseColumn>TableUtil. getAllColumns(TableComponent table)static <T extends JRElement>
TTableUtil. getCellElement(Class<T> type, BaseColumn column, int sectionType, String groupName, TableComponent table)static intTableUtil. getColumnIndex(Column column, TableComponent table)static List<?>TableUtil. getGroupList(TableComponent table, JRReport report)static List<ColumnGroup>TableUtil. getHierarchicalColumnGroupsForColumn(BaseColumn column, List<BaseColumn> columns, TableComponent table)voidTableUtil. init(TableComponent table)Constructors in net.sf.jasperreports.components.table.util with parameters of type TableComponent Constructor Description TableUtil(TableComponent table, JRReport report)
-