void |
BorderResolver.endRow(java.util.List<GridUnit> row,
TableCellContainer container) |
Receives notification of the end of a row.
|
void |
CollapsingBorderResolver.endRow(java.util.List<GridUnit> row,
TableCellContainer container) |
Receives notification of the end of a row.
|
(package private) void |
CollapsingBorderResolver.Resolver.endRow(java.util.List<GridUnit> row,
TableCellContainer container) |
Resolves the applicable borders for the given row.
|
(package private) void |
CollapsingBorderResolver.ResolverInBody.endRow(java.util.List<GridUnit> row,
TableCellContainer container) |
|
(package private) void |
CollapsingBorderResolver.ResolverInFooter.endRow(java.util.List<GridUnit> row,
TableCellContainer container) |
|
(package private) void |
CollapsingBorderResolver.ResolverInHeader.endRow(java.util.List<GridUnit> row,
TableCellContainer container) |
|
(package private) void |
CollapsingBorderResolver.Resolver.integrateLeadingBorders(java.util.List<GridUnit> row) |
Integrates either border-before specified on the table and its columns if the
table has no header, or border-after specified on the cells of the header's
last row.
|
(package private) void |
CollapsingBorderResolver.Resolver.integrateTrailingBorders(java.util.List<GridUnit> row) |
Integrates either border-after specified on the table and its columns if the
table has no footer, or border-before specified on the cells of the footer's
first row.
|
(package private) void |
CollapsingBorderResolver.Resolver.resolveBordersBetweenRows(java.util.List<GridUnit> rowBefore,
java.util.List<GridUnit> rowAfter) |
Resolves border-after for the first row, border-before for the second one.
|
(package private) void |
CollapsingBorderResolver.Resolver.resolveBordersFirstRowInTable(java.util.List<GridUnit> row,
boolean withNormal,
boolean withLeadingTrailing,
boolean withRest) |
Integrates border-before specified on the table and its column.
|
(package private) void |
CollapsingBorderResolver.Resolver.resolveBordersLastRowInPart(java.util.List<GridUnit> row,
boolean withNormal,
boolean withLeadingTrailing,
boolean withRest) |
Integrates the border-after of the part.
|
(package private) void |
CollapsingBorderResolver.Resolver.resolveBordersLastRowInTable(java.util.List<GridUnit> row,
boolean withNormal,
boolean withLeadingTrailing,
boolean withRest) |
Integrates border-after specified on the table and its columns.
|