Class ComponentsXmlWriter

    • Constructor Detail

    • Method Detail

      • writeList

        protected void writeList​(JRComponentElement componentElement,
                                 JRXmlWriter reportWriter)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • writeBarbecue

        protected void writeBarbecue​(JRComponentElement componentElement,
                                     JRXmlWriter reportWriter)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • writeMap

        protected void writeMap​(JRComponentElement componentElement,
                                JRXmlWriter reportWriter)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • writeTable

        protected void writeTable​(JRComponentElement componentElement,
                                  JRXmlWriter reportWriter)
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • writeTableBaseCell

        protected void writeTableBaseCell​(JRComponentElement componentElement,
                                          BaseCell cell,
                                          java.lang.String name,
                                          JRXmlWriter reportWriter)
                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • writeGroupCells

        protected void writeGroupCells​(JRComponentElement componentElement,
                                       java.util.List<GroupCell> cells,
                                       java.lang.String name,
                                       JRXmlWriter reportWriter)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • writeTableCell

        protected void writeTableCell​(JRComponentElement componentElement,
                                      Cell cell,
                                      java.lang.String name,
                                      JRXmlWriter reportWriter)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • writeGroupRows

        protected void writeGroupRows​(JRComponentElement componentElement,
                                      java.util.List<GroupRow> rows,
                                      java.lang.String name,
                                      JRXmlWriter reportWriter)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • writeTableRow

        protected void writeTableRow​(JRComponentElement componentElement,
                                     Row row,
                                     java.lang.String name,
                                     JRXmlWriter reportWriter)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • isToWrite

        public boolean isToWrite​(JRComponentElement componentElement,
                                 JRXmlWriter reportWriter)
        Description copied from interface: ComponentXmlWriter
        Specifies whether this component should be written out. This is useful for versioning.
      • isBarcode4jName

        protected boolean isBarcode4jName​(java.lang.String name)