- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 27 of file PercentLabel.java.
◆ PercentLabel() [1/2]
org.turro.zkoss.label.PercentLabel.PercentLabel |
( |
Double |
value | ) |
|
Definition at line 29 of file PercentLabel.java.
30 super(DecimalFormats.format(value * 100.0) +
"%");
◆ PercentLabel() [2/2]
org.turro.zkoss.label.PercentLabel.PercentLabel |
( |
| ) |
|
◆ setValue()
void org.turro.zkoss.label.PercentLabel.setValue |
( |
Double |
value | ) |
|
Definition at line 36 of file PercentLabel.java.
37 super.setValue(DecimalFormats.format(value * 100.0) +
"%");
The documentation for this class was generated from the following file: