public static class UiBinding.IntegerConverter
- Object
- UiBinding.ObjectConverter
- UiBinding.IntegerConverter
Converts the source value to an Integer.
Constructors
public IntegerConverter() |
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
IntegerConverter
public IntegerConverter()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
sourceObject- an object or null
Returns
null or a new object instance