|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.structure.Node
org.jfree.report.structure.Element
org.jfree.report.structure.Section
org.jfree.report.structure.Group
public class Group
A report group. A group is a repeated section which is bound to an expression.
Field Summary |
---|
Fields inherited from class org.jfree.report.structure.Element |
---|
ID_ATTRIBUTE, NAME_ATTRIBUTE, NAMESPACE_ATTRIBUTE, TYPE_ATTRIBUTE, VIRTUAL_ATTRIBUTE |
Constructor Summary | |
---|---|
Group()
Constructs a group with no fields, and an empty header and footer. |
Method Summary | |
---|---|
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). |
Methods inherited from class org.jfree.report.structure.Section |
---|
addNode, addNode, addNodes, addOperationAfter, addOperationBefore, findFirstChild, getElementByName, getNode, getNodeArray, getNodeCount, getNodes, getOperationAfter, getOperationBefore, isRepeat, removeNode, setOperationAfter, setOperationBefore, setRepeat |
Methods inherited from class org.jfree.report.structure.Element |
---|
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 |
Methods inherited from class org.jfree.report.structure.Node |
---|
getParent, getReport, getRootReport, setParent, updateParent |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Group()
Method Detail |
---|
public java.lang.String toString()
toString
in class Section
public Expression getGroupingExpression()
public void setGroupingExpression(Expression groupingExpression)
public Group getGroup()
getGroup
in class Node
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class Section
java.lang.CloneNotSupportedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |