public static class UiBinding.DoubleConverter

  1. Object
  2. UiBinding.ObjectConverter
  3. UiBinding.DoubleConverter
Converts the source value to a Double.

Constructors

public DoubleConverter()

Methods

public Object convert(Object source)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

Inherited methods

Constructor details

DoubleConverter

public DoubleConverter()

Method details

convert

public Object convert(Object source)
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 Object
an object or null

Returns

null or a new object instance