Package

com.sysalto

report

Permalink

package report

Visibility
  1. Public
  2. All

Type Members

  1. class LineDsl extends AnyRef

    Permalink
  2. class RectangleDsl extends AnyRef

    Permalink
  3. case class Report(name: String, orientation: reportTypes.ReportPageOrientation.Value = ReportPageOrientation.PORTRAIT, pageFormat: ReportPageFormat = LetterFormat, persistence: PersistenceFactory = null, pdfCompression: Boolean = true)(implicit pdfFactory: PdfFactory) extends Product with Serializable

    Permalink

    Report class- for Scala

    Report class- for Scala

    name

    - name of the pdf file. It should include the pdf extension

    orientation

    - report's orientation:PORTRAIT or LANDSCAPE.

    pdfFactory

    - the pdfFactory variable.This is needed for report to delegate all the report's call to this implementation.

  4. trait ScalaReportUtil extends AnyRef

    Permalink
  5. class TextDsl extends AnyRef

    Permalink

Value Members

  1. object Implicits extends ScalaReportUtil

    Permalink
  2. object RFontAttribute extends Enumeration

    Permalink
  3. object Report extends Serializable

    Permalink
  4. object ReportTypes

    Permalink
  5. object ScalaReportUtil extends ScalaReportUtil

    Permalink
  6. object WrapAlign extends Enumeration

    Permalink
  7. package function

    Permalink
  8. package reportTypes

    Permalink
  9. package serialization

    Permalink
  10. package util

    Permalink

Ungrouped