{
case HEADER:
{
shiftState = shiftStatePool.create(box, shiftState);
paginationTableState = new PaginationTableState(paginationTableState);
paginationTableState.suspendVisualStateCollection(true);
startTableHeaderSection(box, sectionRenderBox);
return false;
}
case FOOTER:
{
shiftState = shiftStatePool.create(box, shiftState);
paginationTableState = new PaginationTableState(paginationTableState);
paginationTableState.suspendVisualStateCollection(true);
// shift the box and all children downwards. Suspend pagebreaks.
final long contextShift = shiftState.getShiftForNextChild();
BoxShifter.shiftBox(box, contextShift);