Inherits from
- TraitHandler: enthought.traits.trait_handlers.TraitHandler
Attributes
Inherited from base classes
Method summary
- __init__(self, aClass, or_none, module)
- find_class(self)
- get_editor(self, trait)
- info(self)
- post_setattr(self, object, name, value)
- resolve_class(self, object, name, value)
- validate(self, object, name, value)
- validate_failed(self, object, name, value)
Inherited from base classes
- arg_error(self, method, arg_num, object, name, value)
- create_editor(self)
- dup_arg_error(self, method, arg_num, object, name)
- error(self, object, name, value)
- full_info(self, object, name, value)
- inner_traits(self)
- is_valid(self, object, name, value)
- keyword_error(self, method, object, name, value)
- missing_arg_error(self, method, arg_num, object, name)
- repr(self, value)
- return_error(self, method, object, value)
Methods
- __init__(self, aClass, or_none, module)
Initializes the object.
- find_class(self)
- get_editor(self, trait)
- info(self)
- post_setattr(self, object, name, value)
- resolve_class(self, object, name, value)
- validate(self, object, name, value)
- validate_failed(self, object, name, value)