◆ addColumns()
void org.turro.valuation.VariablesGrid.addColumns |
( |
| ) |
|
|
protected |
Definition at line 114 of file VariablesGrid.java.
115 Columns cols =
new Columns();
116 cols.setSizable(
true);
119 Column col =
new Column();
121 col.setWidth(
"50px");
122 cols.appendChild(col);
125 col.setLabel(I_.get(
"Variable"));
127 cols.appendChild(col);
130 col.setLabel(I_.get(
"Structure margin"));
131 col.setWidth(
"120px");
132 cols.appendChild(col);
135 col.setLabel(I_.get(
"Profit margin"));
136 col.setWidth(
"120px");
137 cols.appendChild(col);
◆ addRows()
void org.turro.valuation.VariablesGrid.addRows |
( |
| ) |
|
|
protected |
Definition at line 47 of file VariablesGrid.java.
49 rows.getChildren().clear();
51 TreeSet<Variable> vars =
new TreeSet<Variable>(
new VariableOrderComparator());
52 vars.addAll(
model.getVariables());
54 for(Variable var : vars) {
Rows getRows(boolean create)
void setRowCount(int rows)
◆ setValuationModel()
void org.turro.valuation.VariablesGrid.setValuationModel |
( |
ValuationModel |
model | ) |
|
◆ currencyFormat
String org.turro.valuation.VariablesGrid.currencyFormat = "#0.00" |
|
protected |
◆ model
ValuationModel org.turro.valuation.VariablesGrid.model |
|
protected |
The documentation for this class was generated from the following file: