Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org.jfree.report.filter.types.bands » [javadoc | source]
org.jfree.report.filter.types.bands
public class: GroupDataBodyType [javadoc | source]
java.lang.Object
   org.jfree.report.filter.types.bands.GroupDataBodyType

All Implemented Interfaces:
    SectionType

Todo: Document Me
Constructor:
 public GroupDataBodyType() 
Method from org.jfree.report.filter.types.bands.GroupDataBodyType Summary:
clone,   getMetaData,   getValue,   isRestricted
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.filter.types.bands.GroupDataBodyType Detail:
 public Object clone() throws CloneNotSupportedException 
    Clones this DataSource.
 public ElementMetaData getMetaData() 
 public Object getValue(ExpressionRuntime runtime,
    Element element) 
    Returns the current value for the data source.
 public boolean isRestricted() 
    A band that serves a specific purpose within a slotted parent should return "true" here. Plain elemetns and bands that can be freely combined should return false.