org.pentaho.reporting.engine.classic.core
Class CrosstabOtherGroup

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.Element
      extended by org.pentaho.reporting.engine.classic.core.Section
          extended by org.pentaho.reporting.engine.classic.core.Group
              extended by org.pentaho.reporting.engine.classic.core.CrosstabOtherGroup
All Implemented Interfaces:
Serializable, Cloneable, DataTarget, ReportElement

public class CrosstabOtherGroup
extends Group

Can have either a row- or a column body.

Author:
Thomas Morgner
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.pentaho.reporting.engine.classic.core.Group
ANONYMOUS_GROUP_PREFIX
 
Fields inherited from class org.pentaho.reporting.engine.classic.core.Element
ANONYMOUS_ELEMENT_PREFIX
 
Constructor Summary
CrosstabOtherGroup()
           
 
Method Summary
 String getField()
           
 boolean isGroupChange(DataRow dataRow)
           
 void setBody(GroupBody body)
           
 void setField(String field)
           
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.Group
clone, derive, getBody, getElement, getElementCount, getFooter, getHeader, setElementAt, setFooter, setHeader
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.Element
derive, getAttribute, getAttributeExpression, getAttributeExpressionNames, getAttributeExpressionNamespaces, getAttributeNames, getAttributeNamespaces, getAttributes, getChangeTracker, getContentBase, getDataSource, getDefinitionSource, getElementType, getElementTypeName, getHRefTarget, getId, getMetaData, getName, getObjectID, getParent, getParentSection, getReportDefinition, getStyle, getStyleExpression, getStyleExpressions, getTreeLock, getValue, isDynamicContent, isVisible, notifyNodeChildAdded, notifyNodeChildRemoved, notifyNodePropertiesChanged, notifyNodePropertiesChanged, notifyNodeStructureChanged, setAttribute, setAttribute, setAttributeExpression, setDataSource, setDynamicContent, setElementType, setHRefTarget, setId, setName, setStyleExpression, setVisible, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CrosstabOtherGroup

public CrosstabOtherGroup()
Method Detail

getField

public String getField()

setField

public void setField(String field)

setBody

public void setBody(GroupBody body)
Overrides:
setBody in class Group

isGroupChange

public boolean isGroupChange(DataRow dataRow)
Specified by:
isGroupChange in class Group