BrightSide Workbench Full Report + Source Code
org.turro.financials.contract.www.ContractViewer Class Reference
Inheritance diagram for org.turro.financials.contract.www.ContractViewer:
Collaboration diagram for org.turro.financials.contract.www.ContractViewer:

Public Member Functions

void afterCompose ()
 

Detailed Description

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

Definition at line 32 of file ContractViewer.java.

Member Function Documentation

◆ afterCompose()

void org.turro.financials.contract.www.ContractViewer.afterCompose ( )

Definition at line 35 of file ContractViewer.java.

35  {
36  IConstructor constructor = Application.getApplication().getConstructor();
37  ContractIterator ci = new ContractIterator(constructor, ElephantContext.getRootWebPath() + "/user/contracts");
38  ci.setPublicOnly(true);
39  ci.setPage(10);
40  ci.load();
41  ci.render();
42  }
Here is the call graph for this function:

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