known subclasses: kiwi.datatypes._StringConverter, kiwi.datatypes._UnicodeConverter, kiwi.datatypes._IntConverter, kiwi.datatypes._BoolConverter, kiwi.datatypes._FloatConverter, kiwi.datatypes._BaseDateTimeConverter, kiwi.datatypes._ObjectConverter, kiwi.datatypes._EnumConverter, kiwi.ui.proxywidget._PixbufConverter
Abstract converter used by all datatypes
Function | get_compare_function | This can be overriden by a subclass to provide a custom comparison |
Function | as_string | Convert the value to a string using the specificed format. |
Function | from_string | Convert a value from a string. |
Function | get_mask | Returns the mask of the entry or None if not specified. |
This can be overriden by a subclass to provide a custom comparison function.
Convert the value to a string using the specificed format.
Convert a value from a string.
Returns the mask of the entry or None if not specified.