public interface OutputFieldGroup
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addField(OutputFieldGrouped field)
Add an output field to the group.
|
java.util.Collection<OutputFieldGrouped> |
getGroupedFields() |
void |
rowInit()
Init the group for a new row.
|
void addField(OutputFieldGrouped field)
field - The field to add.java.util.Collection<OutputFieldGrouped> getGroupedFields()
void rowInit()