Uses of Interface
com.pnfsoftware.jeb.core.output.table.ITableRow
Packages that use ITableRow
Package
Description
Types for table documents, useful to represent tabular data generated by a unit.
Trivial implementations for the table package interfaces.
-
Uses of ITableRow in com.pnfsoftware.jeb.core.output.table
Methods in com.pnfsoftware.jeb.core.output.table that return types with arguments of type ITableRow -
Uses of ITableRow in com.pnfsoftware.jeb.core.output.table.impl
Classes in com.pnfsoftware.jeb.core.output.table.impl that implement ITableRowModifier and TypeClassDescriptionclass
A trivial implementation of a table row of cells.Methods in com.pnfsoftware.jeb.core.output.table.impl that return types with arguments of type ITableRowConstructor parameters in com.pnfsoftware.jeb.core.output.table.impl with type arguments of type ITableRowModifierConstructorDescriptionTableDocumentPart
(int firstRowIndex, List<? extends ITableRow> rows) Create a table part.