- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 40 of file CompanyTree.java.
◆ CompanyTree()
org.turro.financials.business.CompanyTree.CompanyTree |
( |
| ) |
|
◆ afterCompose()
void org.turro.financials.business.CompanyTree.afterCompose |
( |
| ) |
|
Definition at line 47 of file CompanyTree.java.
48 appendChild(
new Treechildren());
49 Company company = CompanyWrapper.getDefaultCompany();
50 Treeitem li =
new Treeitem(company.getName(), company);
51 li.appendChild(
new Treechildren());
52 getTreechildren().appendChild(li);
◆ getContracts()
List<Contract> org.turro.financials.business.CompanyTree.getContracts |
( |
| ) |
|
Definition at line 57 of file CompanyTree.java.
58 List<Contract> contracts =
new ArrayList<>();
59 processItem(getSelectedItem(), contracts);
The documentation for this class was generated from the following file: