Class UiBinding.DoubleConverter

java.lang.Object
com.codename1.properties.UiBinding.ObjectConverter
com.codename1.properties.UiBinding.DoubleConverter
Enclosing class:
UiBinding

public static class UiBinding.DoubleConverter extends UiBinding.ObjectConverter
Converts the source value to a Double.
  • Constructor Details

    • DoubleConverter

      public DoubleConverter()
  • Method Details

    • convert

      public Object convert(Object source)
      Description copied from class: UiBinding.ObjectConverter

      Converts 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:
      convert in class UiBinding.ObjectConverter