Uses of Class
com.storedobject.pdf.PDFCell
Packages that use PDFCell
-
Uses of PDFCell in com.storedobject.pdf
Methods in com.storedobject.pdf that return PDFCellModifier and TypeMethodDescriptionPDF.createCell
(Object object) Creates a cell that can be added to a table.PDF.createCell
(Object object, boolean rightAligned) Creates a cell that can be added to a table.PDF.createCell
(Object object, boolean rightAligned, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell
(Object object, int horizontalAlignment) Creates a cell that can be added to a table.PDF.createCell
(Object object, int horizontalAlignment, int verticalAlignment) Creates a cell that can be added to a table.PDF.createCell
(Object object, int horizontalAlignment, int verticalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell
(Object object, int horizontalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell
(Object object, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCenteredCell
(Object object) Creates a centered cell that can be added to a table.PDF.createCenteredCell
(Object object, Function<PDFCell, PDFCell> cellCustomizer) Creates a centered cell that can be added to a table.protected PDFCell
PDF.ObjectTable.createHeaderCell
(String attribute) Create the header cell.protected PDFCell
PDF.ObjectFormTable.createLabelCell
(String attribute, String label) Create the label cell.protected PDFCell
PDF.ObjectFormTable.createValueCell
(String attribute, Object value) Create the value cell.protected PDFCell
PDF.ObjectTable.createValueCell
(String attribute, Object value) Create the value cell.PDFTable.getDefaultCell()
Methods in com.storedobject.pdf with parameters of type PDFCellModifier and TypeMethodDescriptionvoid
Add a cell to the table.void
Add a cell to the table.void
PDFTable.addRowCell
(PDFCell cell) Add a cell spanning the entire row.void
PDFTable.addRowCell
(PDFCell cell, Function<PDFCell, PDFCell> cellCustomizer) Add a cell spanning the entire row.Method parameters in com.storedobject.pdf with type arguments of type PDFCellModifier and TypeMethodDescriptionvoid
PDFTable.addBlankCell
(int count, Function<PDFCell, PDFCell> cellCustomizer) Add a number of blank cells.void
PDFTable.addBlankCell
(int count, Function<PDFCell, PDFCell> cellCustomizer) Add a number of blank cells.void
PDFTable.addBlankCell
(Function<PDFCell, PDFCell> cellCustomizer) Add a blank cell.void
PDFTable.addBlankCell
(Function<PDFCell, PDFCell> cellCustomizer) Add a blank cell.void
PDFTable.addBlankRow
(int fromColumn, int toColumn, Function<PDFCell, PDFCell> cellCustomizer) Add a blank row.void
PDFTable.addBlankRow
(int fromColumn, int toColumn, Function<PDFCell, PDFCell> cellCustomizer) Add a blank row.void
PDFTable.addBlankRow
(int fromColumn, Function<PDFCell, PDFCell> cellCustomizer) Add a blank row.void
PDFTable.addBlankRow
(int fromColumn, Function<PDFCell, PDFCell> cellCustomizer) Add a blank row.void
PDFTable.addBlankRow
(Function<PDFCell, PDFCell> cellCustomizer) Add a blank row.void
PDFTable.addBlankRow
(Function<PDFCell, PDFCell> cellCustomizer) Add a blank row.void
Add a cell to the table.void
Add a cell to the table.void
PDFTable.addRowCell
(PDFCell cell, Function<PDFCell, PDFCell> cellCustomizer) Add a cell spanning the entire row.void
PDFTable.addRowCell
(PDFCell cell, Function<PDFCell, PDFCell> cellCustomizer) Add a cell spanning the entire row.void
PDF.addToTable
(PDFTable table, Object any, boolean rightAligned, Function<PDFCell, PDFCell> cellCustomizer) Adds an object to the given PDFTable as a PDFCell.void
PDF.addToTable
(PDFTable table, Object any, boolean rightAligned, Function<PDFCell, PDFCell> cellCustomizer) Adds an object to the given PDFTable as a PDFCell.void
PDF.addToTable
(PDFTable table, Object any, int horizontalAlignment, int verticalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Adds an object to the given PDFTable as a PDFCell.void
PDF.addToTable
(PDFTable table, Object any, int horizontalAlignment, int verticalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Adds an object to the given PDFTable as a PDFCell.void
PDF.addToTable
(PDFTable table, Object any, int horizontalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Adds an object to the given PDFTable as a PDFCell.void
PDF.addToTable
(PDFTable table, Object any, int horizontalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Adds an object to the given PDFTable as a PDFCell.void
Adds an object to the given PDFTable as a PDFCell.void
Adds an object to the given PDFTable as a PDFCell.void
Adds an object to the given PDFTable as a PDFCell.void
Adds an object to the given PDFTable as a PDFCell.PDF.createCell
(Object object, boolean rightAligned, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell
(Object object, boolean rightAligned, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell
(Object object, int horizontalAlignment, int verticalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell
(Object object, int horizontalAlignment, int verticalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell
(Object object, int horizontalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell
(Object object, int horizontalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell
(Object object, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell
(Object object, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCenteredCell
(Object object, Function<PDFCell, PDFCell> cellCustomizer) Creates a centered cell that can be added to a table.PDF.createCenteredCell
(Object object, Function<PDFCell, PDFCell> cellCustomizer) Creates a centered cell that can be added to a table.void
TableHeader.setCellCustomizer
(Function<PDFCell, PDFCell> cellCustomizer) Set a customizer for the cells that will be added later.void
TableHeader.setCellCustomizer
(Function<PDFCell, PDFCell> cellCustomizer) Set a customizer for the cells that will be added later.void
PDF.setDefaultCellCustomizer
(Consumer<PDFCell> defaultCellCustomizer) Set a cell customizer that will be called whenever a table cell is created.Constructors in com.storedobject.pdf with parameters of type PDFCell -
Uses of PDFCell in com.storedobject.report
Methods in com.storedobject.report that return types with arguments of type PDFCellModifier and TypeMethodDescriptionObjectList.getBodyCellCustomizer()
ObjectList.getBodyCellCustomizer()
ObjectList.getHeaderCellCustomizer()
ObjectList.getHeaderCellCustomizer()
-
Uses of PDFCell in com.storedobject.ui
Methods in com.storedobject.ui that return types with arguments of type PDFCellModifier and TypeMethodDescriptionObjectGridReport.getCellCustomizer()
Get a customizer for the cells that will be created for adding to the report.ObjectGridReport.getCellCustomizer()
Get a customizer for the cells that will be created for adding to the report.