disabling the formatting of values from a ValueLabelService [message #811852] |
Fri, 02 March 2012 17:43  |
Eclipse User |
|
|
|
Is there a way to disable the formatting applied to the values returned from a ValueLabelService? I see that the values are passed to a transform method of a localization service. The transform method is passed an argument to capitalize the first word in the label (following UI standards).
I'm using a ValueLabelService to provide values that replace/hide the actual value of a property which is not suitable for displaying to the user. The labels come from the user data and it would be great to render them as is rather than have the transform applied.
Is there a way to disable the formatting? Or can I add a localization service to the property in the same way that the ValueLabelService is added, then implement a transform() method that is a no-op and returns the value as is?
Thanks,
Carlin
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.28048 seconds