Uses of Class
org.pentaho.reporting.engine.classic.core.Element

Packages that use Element
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.designtime   
org.pentaho.reporting.engine.classic.core.elementfactory Factory classes which make creating bands and elements more easier. 
org.pentaho.reporting.engine.classic.core.filter Support for the creation of 'filter chains' used to transform data objects into other forms for presentation on reports. 
org.pentaho.reporting.engine.classic.core.filter.templates Some predefined filter templates. 
org.pentaho.reporting.engine.classic.core.filter.types   
org.pentaho.reporting.engine.classic.core.filter.types.bands   
org.pentaho.reporting.engine.classic.core.function The function package contains statefull functions and stateless expression for JFreeReport. 
org.pentaho.reporting.engine.classic.core.layout.richtext   
org.pentaho.reporting.engine.classic.core.metadata   
org.pentaho.reporting.engine.classic.core.modules.misc.survey   
org.pentaho.reporting.engine.classic.core.modules.misc.survey.writer   
org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout   
org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.elements   
org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer   
org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.elements   
org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.elements The ElementFactory interface and related classes. 
org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers   
org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers   
org.pentaho.reporting.engine.classic.core.states States used in the JFreeReport state transition diagram. 
org.pentaho.reporting.engine.classic.core.wizard   
 

Uses of Element in org.pentaho.reporting.engine.classic.core
 

Subclasses of Element in org.pentaho.reporting.engine.classic.core
 class AbstractReportDefinition
          The AbstractReportDefinition serves as base-implementation for both the SubReport and the global JFreeReport instance.
 class AbstractRootLevelBand
          The root-level band is the container that is processed by a report-state.
 class AnchorElement
          Deprecated. to create anchors, use the style-key 'Anchor-Target' instead. This class will be removed in 0.8.11.
 class Band
          A report band is a collection of other elements and bands, similiar to an AWT-Container.
 class CrosstabColumnGroup
          Can have either a column body or a details body.
 class CrosstabColumnGroupBody
          Todo: Document Me
 class CrosstabGroup
          A crosstab group represents the page, row, column and detail sections of a cube.
 class CrosstabOtherGroup
          Can have either a row- or a column body.
 class CrosstabOtherGroupBody
          Todo: Document Me
 class CrosstabRowGroup
          Can have either a row- or a column body.
 class CrosstabRowGroupBody
          Todo: Document Me
 class CrosstabSummaryFooter
          A details footer is printed between the last itemband and the first group-footer.
 class CrosstabSummaryHeader
          A details header is printed between the last group-header and the first detail band.
 class CrosstabTitleFooter
          A details footer is printed between the last itemband and the first group-footer.
 class CrosstabTitleHeader
          A details header is printed between the last group-header and the first detail band.
 class DetailsFooter
          A details footer is printed between the last itemband and the first group-footer.
 class DetailsHeader
          A details header is printed between the last group-header and the first detail band.
 class DrawableElement
          Deprecated. This class is no longer used and will be removed in the next version.
 class Group
          A report group.
 class GroupBody
          This class only has two valid sub-classes and exists purely to limit the applicable composition options in the group-class.
 class GroupDataBody
          Todo: Document Me
 class GroupFooter
          A band that appears at the end of each instance of a group.
 class GroupHeader
          A report band that appears at the beginning of each instance of a group.
 class ImageElement
          Deprecated. This class is no longer used and will be removed in the next version.
 class ItemBand
          A report band that displays a row of data items.
 class MasterReport
          A JFreeReport instance is used as report template to define the visual layout of a report and to collect all data sources for the reporting.
 class NoDataBand
          The No-Data-Band is printed if the current report has no data in its main data-table.
 class PageFooter
          A report band that appears at the bottom of every page.
 class PageHeader
          A report band used to print information at the top of every page in the report.
 class RelationalGroup
          A group that accepts fields.
 class ReportFooter
          A report band that appears as the very last band on the report.
 class ReportHeader
          A report band that is printed once only at the beginning of the report.
 class Section
          A section is a small-scale band that allows to access the child elements but does not define how childs get added or organized in the section.
 class ShapeElement
          Deprecated. This class is no longer used and will be removed in the next version.
 class SubGroupBody
          A group body that contains a sub-group.
 class SubReport
          A subreport element.
 class TextElement
          Deprecated. This class is no longer used and will be removed in the next version.
 class Watermark
          A report band used to print information at the background of every page in the report.
 

Methods in org.pentaho.reporting.engine.classic.core that return Element
 Element Element.derive()
           
 Element GroupDataBody.derive(boolean preserveElementInstanceIds)
           
 Element AbstractReportDefinition.derive(boolean preserveElementInstanceIds)
           
 Element SubGroupBody.derive(boolean preserveElementInstanceIds)
          Clones the report.
 Element Band.derive(boolean preserveElementInstanceIds)
          Creates a deep copy of this element and regenerates all instance-ids.
 Element MasterReport.derive(boolean preserveElementInstanceIds)
           
 Element CrosstabColumnGroup.derive(boolean preserveElementInstanceIds)
           
 Element Group.derive(boolean preserveElementInstanceIds)
           
 Element AbstractRootLevelBand.derive(boolean preserveElementInstanceIds)
          Creates a deep copy of this element and regenerates all instance-ids.
 Element CrosstabColumnGroupBody.derive(boolean preserveElementInstanceIds)
          Clones the report.
 Element CrosstabRowGroup.derive(boolean preserveElementInstanceIds)
           
 Element SubReport.derive(boolean preserveElementInstanceIds)
          Clones the report.
 Element TextElement.derive(boolean preserveElementInstanceIds)
          Deprecated.  
 Element Element.derive(boolean preserveElementInstanceIds)
          Creates a deep copy of this element and regenerates all instance-ids.
 Element CrosstabOtherGroupBody.derive(boolean preserveElementInstanceIds)
          Clones the report.
 Element CrosstabRowGroupBody.derive(boolean preserveElementInstanceIds)
          Clones the report.
 Element Band.getElement(String name)
          Returns the first element in the list that is known by the given name.
 Element[] Band.getElementArray()
          Returns an array of the elements in the band.
 Element[] Band.unsafeGetElementArray()
           
 

Methods in org.pentaho.reporting.engine.classic.core with parameters of type Element
 void Band.addElement(Element element)
          Adds a report element to the band.
 void Band.addElement(int position, Element element)
          Adds a report element to the band.
 void Band.removeElement(Element e)
          Removes an element from the band.
 void GroupDataBody.setElementAt(int position, Element element)
           
 void AbstractReportDefinition.setElementAt(int position, Element element)
           
 void SubGroupBody.setElementAt(int position, Element element)
           
 void Band.setElementAt(int position, Element element)
           
 void CrosstabColumnGroup.setElementAt(int index, Element element)
           
 void Group.setElementAt(int index, Element element)
           
 void CrosstabColumnGroupBody.setElementAt(int position, Element element)
           
 void CrosstabRowGroup.setElementAt(int index, Element element)
           
 void CrosstabOtherGroupBody.setElementAt(int position, Element element)
           
abstract  void Section.setElementAt(int position, Element element)
           
 void CrosstabRowGroupBody.setElementAt(int position, Element element)
           
 

Uses of Element in org.pentaho.reporting.engine.classic.core.designtime
 

Methods in org.pentaho.reporting.engine.classic.core.designtime with parameters of type Element
static MasterReport DesignTimeUtil.getMasterReport(Element element)
           
 

Uses of Element in org.pentaho.reporting.engine.classic.core.elementfactory
 

Methods in org.pentaho.reporting.engine.classic.core.elementfactory that return Element
static Element DateFieldElementFactory.createDateElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String nullString, DateFormat format, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element DateFieldElementFactory.createDateElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String nullString, String format, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element DateFieldElementFactory.createDateElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, FontDefinition font, String nullString, DateFormat format, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element DateFieldElementFactory.createDateElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, FontDefinition font, String nullString, String format, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
 Element RectangleElementFactory.createElement()
          Creates a new drawable field element based on the defined properties.
 Element ResourceFieldElementFactory.createElement()
          Creates the resource field element based on the set properties.
 Element LabelElementFactory.createElement()
          Creates the label element.
 Element ResourceLabelElementFactory.createElement()
          Generates the element based on the defined properties.
 Element MessageFieldElementFactory.createElement()
          Creates the message text element based on the defined settings.
 Element ContentElementFactory.createElement()
          Creates a new drawable field element based on the defined properties.
 Element TextFieldElementFactory.createElement()
          Creates the text field element.
 Element NumberFieldElementFactory.createElement()
          Creates the number text element based on the defined settings.
 Element BandElementFactory.createElement()
          Returns the created band or the band that has been specified for configuration.
 Element VerticalLineElementFactory.createElement()
          Creates a new drawable field element based on the defined properties.
 Element DateFieldElementFactory.createElement()
          Creates the date text element based on the defined settings.
 Element HorizontalLineElementFactory.createElement()
          Creates a new drawable field element based on the defined properties.
 Element EllipseElementFactory.createElement()
          Creates a new drawable field element based on the defined properties.
 Element ResourceMessageElementFactory.createElement()
          Generates the element based on the defined properties.
abstract  Element ElementFactory.createElement()
          Creates a new instance of the element.
 Element ContentFieldElementFactory.createElement()
          Creates a new drawable field element based on the defined properties.
static Element RectangleElementFactory.createFilledRectangle(float x, float y, float width, float height, Color color)
          A convenience method to create a filled rectangle element that scales its content-rectangle.
static Element HorizontalLineElementFactory.createHorizontalLine(float y)
           
static Element HorizontalLineElementFactory.createHorizontalLine(float y, Color color, Stroke stroke)
           
static Element LabelElementFactory.createLabelElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String labeltext)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element LabelElementFactory.createLabelElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, FontDefinition font, String labeltext)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element MessageFieldElementFactory.createMessageElement(String name, Rectangle2D bounds, Color color, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String nullString, String formatString)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element MessageFieldElementFactory.createMessageElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, FontDefinition font, String nullString, String format)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element NumberFieldElementFactory.createNumberElement(String name, Rectangle2D bounds, Color color, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String nullString, NumberFormat format, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element NumberFieldElementFactory.createNumberElement(String name, Rectangle2D bounds, Color color, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String nullString, String format, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element NumberFieldElementFactory.createNumberElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, FontDefinition font, String nullString, NumberFormat format, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element NumberFieldElementFactory.createNumberElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, FontDefinition font, String nullString, String format, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element ResourceFieldElementFactory.createResourceElement(String name, Rectangle2D bounds, Color color, ElementAlignment alignment, ElementAlignment valignment, FontDefinition font, String nullValue, String resourceBase, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element ResourceLabelElementFactory.createResourceLabel(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String nullValue, String resourceBase, String resourceKey)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element ResourceMessageElementFactory.createResourceMessage(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String nullValue, String resourceBase, String resourceKey)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element TextFieldElementFactory.createStringElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, ElementAlignment valign, FontDefinition font, String nullString, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
static Element TextFieldElementFactory.createStringElement(String name, Rectangle2D bounds, Color paint, ElementAlignment alignment, FontDefinition font, String nullString, String field)
          Deprecated. Use a more fine-grained approach to define this element by using the element-factory directly.
 

Uses of Element in org.pentaho.reporting.engine.classic.core.filter
 

Methods in org.pentaho.reporting.engine.classic.core.filter with parameters of type Element
 FormatSpecification RawDataSource.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
          Returns information about the formatstring that was used to transform a raw-value into a formatted text.
 FormatSpecification NumberFormatFilter.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 FormatSpecification StringFilter.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 FormatSpecification DateFormatFilter.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 FormatSpecification FormatFilter.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 FormatSpecification SimpleDateFormatFilter.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 FormatSpecification DecimalFormatFilter.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 Object RawDataSource.getRawValue(ExpressionRuntime runtime, Element element)
          Returns the unformated raw value.
 Object StringFilter.getRawValue(ExpressionRuntime runtime, Element element)
           
 Object DateFormatFilter.getRawValue(ExpressionRuntime runtime, Element element)
           
 Object FormatFilter.getRawValue(ExpressionRuntime runtime, Element element)
           
 Object SimpleDateFormatParser.getValue(ExpressionRuntime runtime, Element element)
          Returns the formatted string.
 Object AnchorFilter.getValue(ExpressionRuntime runtime, Element element)
          Deprecated. Returns the current value for the data source.
 Object FormatParser.getValue(ExpressionRuntime runtime, Element element)
          Returns the parsed object.
 Object ShapeFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object EmptyDataSource.getValue(ExpressionRuntime runtime, Element element)
          Returns the value for the data source (always null in this case).
 Object StringFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the value obtained from the data source.
 Object DateFormatFilter.getValue(ExpressionRuntime runtime, Element element)
           
 Object ResourceFileFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object FormatFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the formatted string.
 Object StaticDataSource.getValue(ExpressionRuntime runtime, Element element)
          Returns the value of the data source.
 Object SimpleDateFormatFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the formatted string.
 Object DateFormatParser.getValue(ExpressionRuntime runtime, Element element)
           
 Object ComponentDrawableFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the ComponentDrawable for the AWT-Component or null.
 Object DecimalFormatFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the formatted string.
 Object MessageFormatFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the formatted string.
 Object ImageLoadFilter.getValue(ExpressionRuntime runtime, Element element)
          Reads this filter's datasource and if the source returned an URL, tries to form a imagereference.
 Object ResourceMessageFormatFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object URLFilter.getValue(ExpressionRuntime runtime, Element element)
          Tries to form a url from the object returned from the datasource.
 Object DecimalFormatParser.getValue(ExpressionRuntime runtime, Element element)
          Returns the formatted string.
 Object DataSource.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object DrawableLoadFilter.getValue(ExpressionRuntime runtime, Element element)
          Reads this filter's datasource and if the source returned an URL, tries to form a imagereference.
 Object DataRowDataSource.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value of the data source, obtained from a particular column in the data-row.
 Object ImageRefFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 

Uses of Element in org.pentaho.reporting.engine.classic.core.filter.templates
 

Methods in org.pentaho.reporting.engine.classic.core.filter.templates with parameters of type Element
 FormatSpecification DateFieldTemplate.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 FormatSpecification StringFieldTemplate.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 FormatSpecification NumberFieldTemplate.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 Object DateFieldTemplate.getRawValue(ExpressionRuntime runtime, Element element)
           
 Object StringFieldTemplate.getRawValue(ExpressionRuntime runtime, Element element)
           
 Object NumberFieldTemplate.getRawValue(ExpressionRuntime runtime, Element element)
           
 Object VerticalLineTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the template value, a vertical line.
 Object ImageURLElementTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ShapeFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object DrawableURLFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ImageURLFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object LabelTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ResourceFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object DateFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ResourceLabelTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object AnchorFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Deprecated. Returns the current value for the data source.
 Object RoundRectangleTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the template value, a RoundRectangle2D.
 Object HorizontalLineTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the template value, an horizontal line.
 Object ImageFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object EllipseTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the template value, a Rectangle2D.
 Object DrawableFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object StringFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object NumberFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ResourceMessageTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object RectangleTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the template value, a Rectangle2D.
 Object DrawableURLElementTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ComponentFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object MessageFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 

Uses of Element in org.pentaho.reporting.engine.classic.core.filter.types
 

Methods in org.pentaho.reporting.engine.classic.core.filter.types with parameters of type Element
 void LabelType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void ResourceFieldType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void AutoLayoutBoxType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void DateFieldType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void ResourceMessageType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void EllipseType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void ExternalElementType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void RectangleType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void ContentType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void TextFieldType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void NumberFieldType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void LegacyType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void MessageType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void ResourceLabelType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void HorizontalLineType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void VerticalLineType.configureDesignTimeDefaults(Element element, Locale locale)
           
static boolean ElementTypeUtils.getBooleanAttribute(Element e, String namespace, String name, boolean defaultValue)
           
 Object LabelType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ResourceFieldType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object AutoLayoutBoxType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object DateFieldType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ResourceMessageType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object EllipseType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ExternalElementType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object RectangleType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ContentType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object TextFieldType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object NumberFieldType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object LegacyType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object MessageType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ResourceLabelType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object HorizontalLineType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ContentFieldType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object VerticalLineType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 FormatSpecification DateFieldType.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
          Returns information about the formatstring that was used to transform a raw-value into a formatted text.
 FormatSpecification NumberFieldType.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
          Returns information about the formatstring that was used to transform a raw-value into a formatted text.
 FormatSpecification LegacyType.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
          Returns information about the formatstring that was used to transform a raw-value into a formatted text.
static int ElementTypeUtils.getIntAttribute(Element e, String namespace, String name, int defaultValue)
           
static Number ElementTypeUtils.getNumberAttribute(Element e, String namespace, String name, Number defaultValue)
           
 Object DateFieldType.getRawValue(ExpressionRuntime runtime, Element element)
          Returns the unformated raw value.
 Object NumberFieldType.getRawValue(ExpressionRuntime runtime, Element element)
          Returns the unformated raw value.
 Object LegacyType.getRawValue(ExpressionRuntime runtime, Element element)
          Returns the unformated raw value.
 Object LabelType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ResourceFieldType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object AutoLayoutBoxType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object DateFieldType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ResourceMessageType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object EllipseType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ExternalElementType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object RectangleType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ContentType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object TextFieldType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object NumberFieldType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object LegacyType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object MessageType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ResourceLabelType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object HorizontalLineType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ContentFieldType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object VerticalLineType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
static Object ElementTypeUtils.queryFieldName(Element element)
           
static Object ElementTypeUtils.queryFieldOrValue(ExpressionRuntime runtime, Element element)
           
static String ElementTypeUtils.queryResourceId(ExpressionRuntime runtime, Element element)
           
static Object ElementTypeUtils.queryStaticValue(Element element)
           
 

Uses of Element in org.pentaho.reporting.engine.classic.core.filter.types.bands
 

Methods in org.pentaho.reporting.engine.classic.core.filter.types.bands with parameters of type Element
 void PageHeaderType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void DetailsHeaderType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void ReportFooterType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void GroupHeaderType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void CrosstabTitleHeaderType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void DetailsFooterType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void CrosstabSummaryFooterType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void WatermarkType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void CrosstabTitleFooterType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void NoDataBandType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void CrosstabSummaryHeaderType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void CrosstabRowGroupBodyType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void MasterReportType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void BandType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void CrosstabGroupType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void CrosstabColumnGroupType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void CrosstabColumnGroupBodyType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void ItemBandType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void CrosstabOtherGroupType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void PageFooterType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void RelationalGroupType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void GroupFooterType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void GroupDataBodyType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void ReportHeaderType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void CrosstabRowGroupType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void CrosstabOtherGroupBodyType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void SubGroupBodyType.configureDesignTimeDefaults(Element element, Locale locale)
           
 void SubReportType.configureDesignTimeDefaults(Element element, Locale locale)
           
 Object PageHeaderType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object DetailsHeaderType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ReportFooterType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object GroupHeaderType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabTitleHeaderType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object DetailsFooterType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabSummaryFooterType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object WatermarkType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabTitleFooterType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object NoDataBandType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabSummaryHeaderType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabRowGroupBodyType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object MasterReportType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object BandType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabGroupType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabColumnGroupType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabColumnGroupBodyType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ItemBandType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabOtherGroupType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object PageFooterType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object RelationalGroupType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object GroupFooterType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object GroupDataBodyType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ReportHeaderType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabRowGroupType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabOtherGroupBodyType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object SubGroupBodyType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object SubReportType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object PageHeaderType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object DetailsHeaderType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ReportFooterType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object GroupHeaderType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabTitleHeaderType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object DetailsFooterType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabSummaryFooterType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object WatermarkType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabTitleFooterType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object NoDataBandType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabSummaryHeaderType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabRowGroupBodyType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object MasterReportType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object BandType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabGroupType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabColumnGroupType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabColumnGroupBodyType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ItemBandType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabOtherGroupType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object PageFooterType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object RelationalGroupType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object GroupFooterType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object GroupDataBodyType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ReportHeaderType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabRowGroupType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabOtherGroupBodyType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object SubGroupBodyType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object SubReportType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 

Uses of Element in org.pentaho.reporting.engine.classic.core.function
 

Methods in org.pentaho.reporting.engine.classic.core.function that return Element
static Element[] FunctionUtilities.findAllElements(Band band, String element)
          Try to find all element with the given name in the last active root-band.
static Element FunctionUtilities.findElement(Band band, String element)
          Try to find the first element with the given name in the last active root-band.
 

Uses of Element in org.pentaho.reporting.engine.classic.core.layout.richtext
 

Methods in org.pentaho.reporting.engine.classic.core.layout.richtext with parameters of type Element
 Object HtmlRichTextConverter.convert(Element source, Object value)
           
 Object RtfRichTextConverter.convert(Element source, Object value)
           
 Object RichTextConverter.convert(Element source, Object value)
           
static Band RichTextConverterUtilities.convertToBand(StyleKey[] definedStyleKeys, Element element, Element child)
           
 

Uses of Element in org.pentaho.reporting.engine.classic.core.metadata
 

Methods in org.pentaho.reporting.engine.classic.core.metadata with parameters of type Element
 void ElementType.configureDesignTimeDefaults(Element element, Locale locale)
           
 Object ElementType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 ResourceReference[] ExpressionPropertyMetaData.getReferencedResources(Expression expression, Object attributeValue, Element reportElement, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
           
 ResourceReference[] DefaultExpressionPropertyMetaData.getReferencedResources(Expression expression, Object attributeValue, Element reportElement, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
           
 ResourceReference[] DefaultReportPreProcessorPropertyMetaData.getReferencedResources(Expression expression, Object attributeValue, Element reportElement, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
           
 ResourceReference[] ReportPreProcessorPropertyMetaData.getReferencedResources(Expression expression, Object attributeValue, Element reportElement, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
           
 ResourceReference[] DefaultExpressionPropertyCore.getReferencedResources(ExpressionPropertyMetaData metaData, Expression expression, Object attributeValue, Element reportElement, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
           
 ResourceReference[] ExpressionPropertyCore.getReferencedResources(ExpressionPropertyMetaData metaData, Expression expression, Object attributeValue, Element reportElement, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
           
 ResourceReference[] DefaultReportPreProcessorPropertyCore.getReferencedResources(ReportPreProcessorPropertyMetaData metaData, Expression expression, Object attributeValue, Element reportElement, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
           
 ResourceReference[] ReportPreProcessorPropertyCore.getReferencedResources(ReportPreProcessorPropertyMetaData metaData, Expression expression, Object attributeValue, Element reportElement, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
           
 

Uses of Element in org.pentaho.reporting.engine.classic.core.modules.misc.survey
 

Methods in org.pentaho.reporting.engine.classic.core.modules.misc.survey with parameters of type Element
 void SurveyScaleType.configureDesignTimeDefaults(Element element, Locale locale)
           
 Object SurveyScaleType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object SurveyScaleType.getValue(ExpressionRuntime runtime, Element element)
           
 

Uses of Element in org.pentaho.reporting.engine.classic.core.modules.misc.survey.writer
 

Methods in org.pentaho.reporting.engine.classic.core.modules.misc.survey.writer with parameters of type Element
 void SurveyScaleWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 

Uses of Element in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout that return Element
 Element ElementReadHandler.getElement()
           
 Element SubReportReadHandler.getElement()
           
 

Uses of Element in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.elements
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.layout.elements that return Element
 Element AbstractElementReadHandler.getElement()
           
 

Uses of Element in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer with parameters of type Element
static BundleElementWriteHandler BundleElementWriterFactory.createHandler(Element element)
           
static BundleDataFactoryWriterHandler BundleWriterUtilities.lookupWriteHandler(Element element)
           
 void BundleElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 

Uses of Element in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.elements
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer.elements with parameters of type Element
 void ResourceLabelElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void PageFooterElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void GroupFooterElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void CrosstabGroupElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void NumberFieldElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void GroupHeaderElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void HorizontalLineElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void CrosstabColumnGroupElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void NoDataBandElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void EllipseElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void SubreportElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
           
 void LegacyElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void LabelElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void ResourceFieldElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void ContentFieldElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void MessageElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void CrosstabOtherGroupElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void RelationalGroupElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void CrosstabSummaryFooterElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void DetailsFooterElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void ContentElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void SubGroupBodyElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void RectangleElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void CrosstabTitleFooterElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void ResourceMessageElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void CrosstabOtherGroupBodyElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void VerticalLineElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void CrosstabTitleHeaderElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void DataGroupBodyElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void ItembandElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void WatermarkElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void ExternalElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void TextFieldElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void DetailsHeaderElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void BandElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void ReportDefinitionWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void DateFieldElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void CrosstabRowGroupElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void CrosstabColumnGroupBodyElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void ReportFooterElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void CrosstabSummaryHeaderElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void ReportHeaderElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void CrosstabRowGroupBodyElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 void PageHeaderElementWriteHandler.writeElement(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, Element element)
          Writes a single element as XML structure.
 

Uses of Element in org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.elements
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.elements that return Element
 Element ElementFactoryCollector.getElementForType(String type)
          Returns an element for the given type.
 Element AbstractElementFactory.getElementForType(String type)
          Returns an element for the specified type.
 Element ElementFactory.getElementForType(String type)
          Returns an element for the given type.
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.elements with parameters of type Element
 void AbstractElementFactory.registerElement(Element e)
          Registers an element.
 void AbstractElementFactory.registerElement(String type, Element e)
          Registers an element.
 

Uses of Element in org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers with parameters of type Element
ElementReadHandler(Element element)
           
 

Uses of Element in org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers that return Element
 Element AbstractElementReadHandler.getElement()
           
 

Uses of Element in org.pentaho.reporting.engine.classic.core.states
 

Subclasses of Element in org.pentaho.reporting.engine.classic.core.states
 class ReportDefinitionImpl
          A report definition.
 

Methods in org.pentaho.reporting.engine.classic.core.states that return Element
 Element ReportDefinitionImpl.derive(boolean preserveElementInstanceIds)
           
 

Methods in org.pentaho.reporting.engine.classic.core.states with parameters of type Element
 void ReportDefinitionImpl.setElementAt(int position, Element element)
           
 

Uses of Element in org.pentaho.reporting.engine.classic.core.wizard
 

Methods in org.pentaho.reporting.engine.classic.core.wizard that return Element
static Element AutoGeneratorUtility.generateDetailsElement(String fieldName, ElementType targetType)
           
static Element AutoGeneratorUtility.generateFooterElement(Class aggregationType, ElementType targetType, String group, String fieldName)
           
static Element AutoGeneratorUtility.generateHeaderElement(String fieldName)