| Modifier and Type | Method and Description |
|---|---|
TemperatureFormat |
TemperatureEditorModel.getFormat() |
static TemperatureFormat |
TemperatureFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemperatureFormat[] |
TemperatureFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Float |
TemperatureFormat.convert(Float value,
TemperatureFormat format) |
void |
TemperatureEditor.setFormat(TemperatureFormat format) |
void |
TemperatureEditorModel.setFormat(TemperatureFormat format) |
| Constructor and Description |
|---|
TemperatureEditorConfig(TemperatureFormat storageFormat,
Object bean,
String label,
String property) |
Copyright © 2008–2017 Ultreia.io. All rights reserved.