break;
case GROUP_END :
totalsTableDecorator.stopGroup(struct.bodyValue, header.getGroup());
if (tableDecorator != null)
{
tableDecorator.endOfGroup(struct.bodyValue, header.getGroup());
}
break;
case GROUP_START_AND_END :
totalsTableDecorator.startGroup(struct.bodyValue, header.getGroup());
if (tableDecorator != null)