public static class LegacyLayout.CellGrouper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
CFMetaData |
metadata |
Constructor and Description |
---|
CellGrouper(CFMetaData metadata,
SerializationHelper helper) |
Modifier and Type | Method and Description |
---|---|
boolean |
addAtom(LegacyLayout.LegacyAtom atom) |
boolean |
addCell(LegacyLayout.LegacyCell cell) |
Row |
getRow() |
void |
reset() |
static LegacyLayout.CellGrouper |
staticGrouper(CFMetaData metadata,
SerializationHelper helper) |
public final CFMetaData metadata
public CellGrouper(CFMetaData metadata, SerializationHelper helper)
public static LegacyLayout.CellGrouper staticGrouper(CFMetaData metadata, SerializationHelper helper)
public void reset()
public boolean addAtom(LegacyLayout.LegacyAtom atom)
public boolean addCell(LegacyLayout.LegacyCell cell)
public Row getRow()
Copyright © 2018 The Apache Software Foundation