Class UiBinding.BooleanConverter
java.lang.Object
com.codename1.properties.UiBinding.ObjectConverter
com.codename1.properties.UiBinding.BooleanConverter
- Enclosing class:
UiBinding
Converts the source value to a Boolean.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.Objectconvert(java.lang.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-inMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BooleanConverter
public BooleanConverter()
-
-
Method Details
-
convert
public java.lang.Object convert(java.lang.Object source) 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
-