◆ BalanceTopItem()
org.turro.financials.register.BalanceTopItem.BalanceTopItem |
( |
boolean |
loadOnDemand | ) |
|
◆ afterCompose()
void org.turro.financials.register.BalanceTopItem.afterCompose |
( |
| ) |
|
◆ getGroupMoneyCell()
static Treecell org.turro.financials.register.BalanceTopItem.getGroupMoneyCell |
( |
BalanceTree |
tree, |
|
|
Double |
a, |
|
|
Double |
b |
|
) |
| |
|
static |
Definition at line 116 of file BalanceTopItem.java.
117 Treecell tc =
new Treecell();
118 Vbox vbox =
new Vbox();
119 vbox.setAlign(
"end");
120 vbox.appendChild(LabelTypes.getSoftLabel(tree.formatCurrency(a)));
121 vbox.appendChild(LabelTypes.getSoftLabel(tree.formatCurrency(b)));
122 vbox.appendChild(LabelTypes.getCaptionLabel(tree.formatCurrency(a - b)));
123 tc.appendChild(vbox);
◆ getParentItem()
◆ getTree()
BalanceTree org.turro.financials.register.BalanceTopItem.getTree |
( |
| ) |
|
◆ isLoadOnDemand()
boolean org.turro.financials.register.BalanceTopItem.isLoadOnDemand |
( |
| ) |
|
◆ reloadContents()
void org.turro.financials.register.BalanceTopItem.reloadContents |
( |
| ) |
|
◆ setLoadOnDemand()
void org.turro.financials.register.BalanceTopItem.setLoadOnDemand |
( |
boolean |
loadOnDemand | ) |
|
◆ showContents()
void org.turro.financials.register.BalanceTopItem.showContents |
( |
| ) |
|
The documentation for this class was generated from the following file: