Class UiBinding.FloatConverter
java.lang.Object
com.codename1.properties.UiBinding.ObjectConverter
com.codename1.properties.UiBinding.FloatConverter
- Enclosing class:
UiBinding
Converts the source value to a Float.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FloatConverter
public FloatConverter()
-
-
Method Details
-
convert
Description copied from class:UiBinding.ObjectConverterConverts an object of source type to the type matching this class, the default implementation does nothing and can be used as a stand-in
Parameters
source: an object or null
Returns
null or a new object instance
- Overrides:
convertin classUiBinding.ObjectConverter
-