public class TableCellRenderer extends java.lang.Object implements CellRenderer
Constructor and Description |
---|
TableCellRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
addRowAction(TableCellRenderContext rc,
java.util.List<com.technia.tvc.structurebrowser.render.rowactions.RowActionSpec> target) |
void |
exportCell(HTMLExportCellContext ctx)
Export of a table cell.
|
void |
exportCell(PDFExportCellContext ctx)
Export of a table cell.
|
void |
exportCell(SpreadsheetExportCellContext ctx)
Export of a table cell.
|
void |
exportCell(TextExportCellContext ctx)
Export of a table cell.
|
void |
exportCell(XMLExportCellContext ctx)
Export of a table cell.
|
void |
exportHeader(HTMLExportCellHeaderContext ctx)
Export of a table header.
|
void |
exportHeader(PDFExportCellHeaderContext ctx)
Export of a table header.
|
void |
exportHeader(SpreadsheetExportCellHeaderContext ctx)
Export of a table header.
|
void |
exportHeader(TextExportCellHeaderContext ctx)
Export of a table header.
|
void |
exportHeader(XMLExportCellHeaderContext ctx)
Export of a table header.
|
Resource[] |
getMassUpdateResources(MassUpdateResourceContext rc) |
Resource[] |
getResources(TableCellResourceContext ctx) |
void |
renderCalculationResult(CalculationResultRenderContext rc)
Renders the result of a calculation in the column for which the renderer
has been assigned.
|
void |
renderCell(TableCellRenderContext rc)
Render a cell on the Structure Browser page.
|
void |
renderHeader(TableCellHeaderRenderContext rc)
Render a column header on the Structure Browser page.
|
void |
renderMassUpdateField(MassUpdateRenderContext rc)
Render a mass update field for the Structure Browser page.
|
void |
renderPopupCellValue(PopupCellValueRenderContext rc)
Render a cell value when the [More] link
has been clicked.
|
public Resource[] getResources(TableCellResourceContext ctx)
ctx
- The context in which the TableCellRenderer
is invoked.public void renderCell(TableCellRenderContext rc)
rc
- The current rendering context.public void renderPopupCellValue(PopupCellValueRenderContext rc)
rc
- The current rendering context.public void renderHeader(TableCellHeaderRenderContext rc)
rc
- The current rendering context.public void addRowAction(TableCellRenderContext rc, java.util.List<com.technia.tvc.structurebrowser.render.rowactions.RowActionSpec> target)
public Resource[] getMassUpdateResources(MassUpdateResourceContext rc)
rc
- The context in which the TableCellRenderer
is invoked.public void renderMassUpdateField(MassUpdateRenderContext rc)
rc
- The current rendering context.public void exportCell(TextExportCellContext ctx)
ctx
- The current export context.public void exportHeader(TextExportCellHeaderContext ctx)
ctx
- The current export context.public void exportCell(XMLExportCellContext ctx)
ctx
- The current export context.public void exportHeader(SpreadsheetExportCellHeaderContext ctx)
ctx
- The current export context.public void exportCell(SpreadsheetExportCellContext ctx)
ctx
- The current export context.public void exportHeader(XMLExportCellHeaderContext ctx)
ctx
- The current export context.public void exportCell(HTMLExportCellContext ctx)
ctx
- The current export context.public void exportHeader(HTMLExportCellHeaderContext ctx)
ctx
- The current export context.public void exportCell(PDFExportCellContext ctx)
ctx
- The current export context.public void exportHeader(PDFExportCellHeaderContext ctx)
ctx
- The current export context.public void renderCalculationResult(CalculationResultRenderContext rc)
rc
- The rendering context.Copyright © Technia AB. All Rights Reserved.