◆ ContractDefinitionTree()
org.turro.financials.contract.ContractDefinitionTree.ContractDefinitionTree |
( |
| ) |
|
Definition at line 40 of file ContractDefinitionTree.java.
41 ctcDefs =
new ArrayList(ContractDefinitionWrapper.getContractDefinitions());
43 addEventListener(Events.ON_SELECT,
new EventListener() {
45 public void onEvent(Event event) {
46 Treeitem ti = getSelectedItem();
49 event.stopPropagation();
◆ populateList()
void org.turro.financials.contract.ContractDefinitionTree.populateList |
( |
| ) |
|
|
protected |
Reimplemented from org.turro.zkoss.tree.GenericTree< V >.
Definition at line 56 of file ContractDefinitionTree.java.
58 n1 =
new Treeitem(
"Proveïdor (suministres, mercaderies, serveis, inversions, municipi)");
60 children.appendChild(n1);
89 n1 =
new Treeitem(
"Client (Clients en general)");
91 children.appendChild(n1);
98 n1 =
new Treeitem(
"Banc (Comptes corrents, tarjetes de crèdit, estalvi, etc.)");
100 children.appendChild(n1);
107 n1 =
new Treeitem(
"Prestecs (Prestecs a llarc plaç, leasings)");
109 children.appendChild(n1);
113 n1 =
new Treeitem(
"Gestoria (Gestors, administradors de finques");
115 children.appendChild(n1);
117 n1 =
new Treeitem(
"Impostos (de la Seguretat Social i Hisenda");
119 children.appendChild(n1);
124 n1 =
new Treeitem(
"Empresa (Socis, treballadors, magatzems, caixa fort, etc.)");
126 children.appendChild(n1);
130 n2 = addChildTo(n1,
"Laboral (Treballadors)");
133 n2 = addChildTo(n1,
"Dipòsits (Dipòsits d'explotació, oficina, botigues, magatzems, etc.)");
136 if(!ctcDefs.isEmpty()) {
137 n1 =
new Treeitem(
"No classificats");
139 children.appendChild(n1);
The documentation for this class was generated from the following file: