◆ ModelGrid()
org.turro.financials.treasury.m303.ModelGrid.ModelGrid |
( |
| ) |
|
◆ setExercise()
void org.turro.financials.treasury.m303.ModelGrid.setExercise |
( |
int |
exercise | ) |
|
Definition at line 51 of file m303/ModelGrid.java.
52 modelSet =
new ModelSet(exercise);
53 getChildren().clear();
54 Auxhead head =
new Auxhead();
55 head.appendChild(
new AuxheaderAdapter(
"Q1", 2));
56 head.appendChild(
new AuxheaderAdapter(
"Q2", 2));
57 head.appendChild(
new AuxheaderAdapter(
"Q3", 2));
58 head.appendChild(
new AuxheaderAdapter(
"Q4", 2));
60 setColumns(
"min,right-300px,min,right-300px,min,right-300px,min,right-300px");
71 currencyFormatter = CompanyWrapper.getCurrencyFormatter();
void setColCaptions(String captions)
void setColumns(int columns)
The documentation for this class was generated from the following file: