BrightSide Workbench Full Report + Source Code
org.turro.zkoss.print.ReportTypeEnum Enum Reference

Public Member Functions

String getLabel ()
 
String getType ()
 
String getImage ()
 

Public Attributes

 PRINT_PDF =("pdf", "Pdf", "/_internal/system/mime/pdf.png")
 
 PRINT_DOC =("odt", "OpenOffice", "/_internal/system/mime/odt.png")
 
 PRINT_RTF =("rtf", "Rtf", "/_internal/system/mime/rtf.png")
 
 PRINT_CSV =("csv", "Csv", "/_internal/system/mime/csv.png")
 
String label
 
String image
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 24 of file ReportTypeEnum.java.

Member Function Documentation

◆ getImage()

String org.turro.zkoss.print.ReportTypeEnum.getImage ( )

Definition at line 48 of file ReportTypeEnum.java.

48  {
49  return image;
50  }
Here is the caller graph for this function:

◆ getLabel()

String org.turro.zkoss.print.ReportTypeEnum.getLabel ( )

Definition at line 40 of file ReportTypeEnum.java.

40  {
41  return label;
42  }
Here is the caller graph for this function:

◆ getType()

String org.turro.zkoss.print.ReportTypeEnum.getType ( )

Definition at line 44 of file ReportTypeEnum.java.

44  {
45  return type;
46  }
Here is the caller graph for this function:

Member Data Documentation

◆ image

String org.turro.zkoss.print.ReportTypeEnum.image

Definition at line 32 of file ReportTypeEnum.java.

◆ label

String org.turro.zkoss.print.ReportTypeEnum.label

Definition at line 32 of file ReportTypeEnum.java.

◆ PRINT_CSV

org.turro.zkoss.print.ReportTypeEnum.PRINT_CSV =("csv", "Csv", "/_internal/system/mime/csv.png")

Definition at line 30 of file ReportTypeEnum.java.

◆ PRINT_DOC

org.turro.zkoss.print.ReportTypeEnum.PRINT_DOC =("odt", "OpenOffice", "/_internal/system/mime/odt.png")

Definition at line 28 of file ReportTypeEnum.java.

◆ PRINT_PDF

org.turro.zkoss.print.ReportTypeEnum.PRINT_PDF =("pdf", "Pdf", "/_internal/system/mime/pdf.png")

Definition at line 26 of file ReportTypeEnum.java.

◆ PRINT_RTF

org.turro.zkoss.print.ReportTypeEnum.PRINT_RTF =("rtf", "Rtf", "/_internal/system/mime/rtf.png")

Definition at line 29 of file ReportTypeEnum.java.


The documentation for this enum was generated from the following file: