◆ ModelGrid()
org.turro.financials.treasury.m303m.ModelGrid.ModelGrid |
( |
| ) |
|
◆ setExercise()
void org.turro.financials.treasury.m303m.ModelGrid.setExercise |
( |
int |
exercise | ) |
|
Definition at line 57 of file m303m/ModelGrid.java.
58 modelSet =
new ModelSet(exercise);
59 getChildren().clear();
60 Auxhead head =
new Auxhead();
61 head.appendChild(
new AuxheaderAdapter(
"M1", 2));
62 head.appendChild(
new AuxheaderAdapter(
"M2", 2));
63 head.appendChild(
new AuxheaderAdapter(
"M3", 2));
64 head.appendChild(
new AuxheaderAdapter(
"M4", 2));
65 head.appendChild(
new AuxheaderAdapter(
"M5", 2));
66 head.appendChild(
new AuxheaderAdapter(
"M6", 2));
67 head.appendChild(
new AuxheaderAdapter(
"M7", 2));
68 head.appendChild(
new AuxheaderAdapter(
"M8", 2));
69 head.appendChild(
new AuxheaderAdapter(
"M9", 2));
70 head.appendChild(
new AuxheaderAdapter(
"M10", 2));
71 head.appendChild(
new AuxheaderAdapter(
"M11", 2));
72 head.appendChild(
new AuxheaderAdapter(
"M12", 2));
74 setColumns(
"min,right-300px,min,right-300px,min,right-300px,min,right-300px," +
75 "min,right-300px,min,right-300px,min,right-300px,min,right-300px," +
76 "min,right-300px,min,right-300px,min,right-300px,min,right-300px,");
103 currencyFormatter = CompanyWrapper.getCurrencyFormatter();
void setColCaptions(String captions)
void setColumns(int columns)
The documentation for this class was generated from the following file: