i-net Clear Reports

Uses of Class
com.inet.report.Element

Packages that use Element
com.inet.designer Provides all classes and interfaces for the i-net Designer. 
com.inet.report Provides all classes and interfaces for the i-net Clear Reports Java reporting engine, the ReportServlet, the standalone Listener and the Runtime Design Component (RDC). 
com.inet.report.event Provides all classes and interfaces for specific events and listeners. 
 

Uses of Element in com.inet.designer
 

Methods in com.inet.designer with parameters of type Element
 void AbstractDesignerDataModel.addedElement(Element element)
          This method is called if the user has added an element to the report.
 void DesignerDataModel.addedElement(Element element)
          This method is called if the user has added an element to the report.
 FormulaField AbstractDesignerDataModel.openPropertyFormulaDialog(FormulaField formulafield, int valueType, Element element, java.lang.Object defaultValue)
          This method is called if the user wants to open the dialog for a property formula.
 FormulaField DesignerDataModel.openPropertyFormulaDialog(FormulaField formulafield, int valueType, Element element, java.lang.Object defaultValue)
          This method is called if the user wants to open the dialog for a property formula.
static void EmbeddedUtils.refreshObject(Element element)
          Refreshes the given element in the i-net Designer.
 void AbstractDesignerDataModel.removedElement(Element element)
          This method is called if the user has removed an element from the report.
 void DesignerDataModel.removedElement(Element element)
          This method is called if the user has removed an element from the report.
 

Uses of Element in com.inet.report
 

Subclasses of Element in com.inet.report
 class AbstractFontElement
          The abstract class AbstractFontElement implements FontProperties class and extends Element.
 class AbstractLineElement
          This class is an abstract implementation of the interface LineProperties.
 class AbstractPictureElement
          Parent class of all elements which shows a picture.
 class AbstractValueElement
          This class is an abstract implementation of the interface ValueProperties.
 class Box
          This class represents a box in the report.
 class Chart2
          This class represents a chart element with new chart API that has been or should be drawn in a report.
 class CrossTab
          This class represents a cross table that has been or should be drawn in a report.
 class CrossTabCell
          This class represents container for summarize fields in a cross table.
 class CrossTabColumn
          A CrossTabColumn holds a field which values are used for the columns of the cross table, i.e. a dayplan would use a CrossTabColumn with a time-field.
 class CrossTabRow
          A CrossTabRow holds a field that values are used for the rows of the cross table, i.e. a dayplan would use a CrossTabRow with a weekday-field.
 class DatabasePicture
          It represents a picture that is saved in a BLOB of the database.
 class FieldElement
          A FieldElement is an object like a label but the content of it comes dynamically from a field, i.e. a DatabaseField, FormulaField, PromptField etc.
 class FieldPart
          This class provides an object commonly known as a FieldElement, i.e. with a DatabaseField or a SummaryField.
 class JavaBean
          An instance of this class is an i-net Clear Reports Element that represents a Java Bean which can be rendered to a report.
 class Line
          With the Line class you can draw a vertical or horizontal line anywhere in your report.
 class Paragraph
          The Paragraph class represents a line in a Text and is a set of TextPart elements and FieldPart elements.
 class Picture
          This class represent a static picture.
 class SignatureForm
          This class describes the visible Signature in PDF documents, that will be shown in Adobe Reader.
 class Subreport
          Engines cannot hold more than one datasource, so if you need a report that uses data from two or more datasources, you have to use Subreport objects in the report.
 class Text
          This class provides an object that represents a label.
 class TextPart
          The text objects in a report are separated into parts of text, where each part has its own format, i.e. color & size.
 

Methods in com.inet.report that return Element
 Element[] CrossTabDescriptionSection.getElements()
          Returns an array containing all elements of this container.
 Element[] Section.getElements()
          Returns an Array containing all elements in this section.
 Element[] SimpleElementContainer.getElements()
          Returns an array containing all elements of this container.
 Element Paragraph.getPart(int idx)
          Returns the TextPart or the FieldPart at the specified index.
 Element CrossTabDescriptionSection.getReportElement(int idx)
          Get a report Element.
 Element Section.getReportElement(int idx)
          Returns a report element.
 Element SimpleElementContainer.getReportElement(int idx)
          Get a report Element.
 Element ElementContainer.pasteElement(java.lang.Object copy)
          Paste a copy of an Element in this container.
 Element Section.pasteElement(java.lang.Object copy)
          Paste a copy of an Element to this Section.
 

Methods in com.inet.report with parameters of type Element
 boolean CrossTabDescriptionSection.contains(Element el)
          Tests if the specified element is a component in this section.
 void ElementContainer.moveElement(Element elem, SimpleElementContainer dest)
          Moves the element elem from this container to the destination container dest.
 void Section.moveElement(Element elem, Section dest)
          Moves the Element elem from this Section to the destination Section dest.
 void Section.moveElement(Element elem, SimpleElementContainer dest)
          Moves the element elem from this container to the destination container dest.
 void CrossTabDescriptionSection.remove(Element elem)
          Removes the given report element from the container.
 void Section.remove(Element elem)
          Removes the given report element from the container.
 void SimpleElementContainer.remove(Element elem)
          Removes the given report element from the container.
 

Uses of Element in com.inet.report.event
 

Methods in com.inet.report.event that return Element
 Element ClippingEvent.getElement()
          Returns the element on which the clipping occurred.
 


i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH