◆ addColumns()
void org.turro.valuation.ResourcesGrid.addColumns |
( |
| ) |
|
|
protected |
Definition at line 89 of file ResourcesGrid.java.
90 Auxhead ah =
new Auxhead();
93 Auxheader ahr =
new Auxheader();
96 ahr =
new Auxheader(I_.get(
"Units"));
97 ahr.setAlign(
"center");
101 ahr =
new Auxheader(I_.get(
"Price"));
102 ahr.setAlign(
"center");
106 Columns cols =
new Columns();
107 cols.setSizable(
true);
110 Column col =
new Column();
111 col.setLabel(I_.get(
"Resource"));
113 cols.appendChild(col);
116 col.setLabel(I_.get(
"Estimated"));
118 cols.appendChild(col);
121 col.setLabel(I_.get(
"Real"));
123 cols.appendChild(col);
126 col.setLabel(I_.get(
"Market"));
128 cols.appendChild(col);
131 col.setLabel(I_.get(
"Final"));
133 cols.appendChild(col);
◆ addRows()
void org.turro.valuation.ResourcesGrid.addRows |
( |
| ) |
|
|
protected |
Definition at line 47 of file ResourcesGrid.java.
49 rows.getChildren().clear();
51 for(ResourceRef resRef :
model.getResources()) {
52 processResource(resRef);
Rows getRows(boolean create)
void setRowCount(int rows)
◆ setValuationModel()
void org.turro.valuation.ResourcesGrid.setValuationModel |
( |
ValuationModel |
model | ) |
|
◆ currencyFormat
String org.turro.valuation.ResourcesGrid.currencyFormat = "#0.00" |
|
protected |
◆ model
ValuationModel org.turro.valuation.ResourcesGrid.model |
|
protected |
The documentation for this class was generated from the following file: