public class LabelRenderer extends Object
Constructor and Description |
---|
LabelRenderer() |
Modifier and Type | Method and Description |
---|---|
Object |
mapObject(de.espirit.firstspirit.access.editor.AccessEditorHolder value)
Provides a label representation of an
AccessEditorHolder . |
Object |
mapObject(Date value)
Provides a formatted representation of the given SQL date.
|
Object |
mapObject(Date value)
Provides a formatted representation of the given date object.
|
Object |
mapObject(Double value)
Provides a formatted representation of the double value.
|
Object |
mapObject(Object value)
Maps the given value to a textual label describing the value, if applicable.
|
Object |
mapObject(Time value)
Provides a formatted representation of the given SQL time.
|
public Object mapObject(Object value)
null
or #UNKNOWN
.value
- The value to be mapped.public Object mapObject(de.espirit.firstspirit.access.editor.AccessEditorHolder value)
AccessEditorHolder
.value
- The editor holder.public Object mapObject(Double value)
value
- The value.public Object mapObject(Date value)
value
- The SQL date.public Object mapObject(Time value)
value
- The SQL time.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210