org.jfree.report.structure
public class Group extends Section
ID_ATTRIBUTE, NAME_ATTRIBUTE, NAMESPACE_ATTRIBUTE, TYPE_ATTRIBUTE, VIRTUAL_ATTRIBUTE
Constructor and Description |
---|
Group()
Constructs a group with no fields, and an empty header and footer.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
Group |
getGroup() |
Expression |
getGroupingExpression() |
void |
setGroupingExpression(Expression groupingExpression) |
java.lang.String |
toString()
Returns a string representation of the group (useful for debugging).
|
addNode, addNode, addNodes, addOperationAfter, addOperationBefore, findFirstChild, getElementByName, getNode, getNodeArray, getNodeCount, getNodes, getOperationAfter, getOperationBefore, isRepeat, removeNode, setOperationAfter, setOperationBefore, setRepeat
addExpression, getAttribute, getAttribute, getAttributeExpression, getAttributeExpression, getAttributeExpressionMap, getAttributeExpressions, getAttributeMap, getDisplayCondition, getExpressions, getId, getLocale, getLocaleFromAttributes, getName, getNamespace, getStyle, getStyleExpression, getStyleExpressions, getType, getVisibility, isEnabled, isVirtual, setAttribute, setAttribute, setAttributeExpression, setAttributeExpression, setDisplayCondition, setEnabled, setExpressions, setId, setName, setNamespace, setStyleExpression, setType, setVirtual, setVisibility
getParent, getReport, getRootReport, setParent, updateParent
public Group()
public java.lang.String toString()
public Expression getGroupingExpression()
public void setGroupingExpression(Expression groupingExpression)