BrightSide Workbench Full Report + Source Code
org.turro.zkoss.print.ReportMenuitem Class Referenceabstract
Inheritance diagram for org.turro.zkoss.print.ReportMenuitem:
Collaboration diagram for org.turro.zkoss.print.ReportMenuitem:

Public Member Functions

 ReportMenuitem ()
 
void afterCompose ()
 

Protected Member Functions

abstract void print (String type)
 

Detailed Description

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

Definition at line 30 of file ReportMenuitem.java.

Constructor & Destructor Documentation

◆ ReportMenuitem()

org.turro.zkoss.print.ReportMenuitem.ReportMenuitem ( )

Definition at line 32 of file ReportMenuitem.java.

32  {
33  super();
34  }

Member Function Documentation

◆ afterCompose()

void org.turro.zkoss.print.ReportMenuitem.afterCompose ( )

Definition at line 37 of file ReportMenuitem.java.

37  {
38  init();
39  }
Here is the caller graph for this function:

◆ print()

abstract void org.turro.zkoss.print.ReportMenuitem.print ( String  type)
abstractprotected

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