Module: Vapir::RadioCheckBoxCommon
- Extended by:
- ElementClassAndModuleMethods
- Defined in:
- lib/vapir-common/elements/elements.rb
Instance Method Summary collapse
-
#clear(options = {}) ⇒ Object
Unchecks the radio button or check box element.
Methods included from ElementClassAndModuleMethods
add_container_method_extra_args, all_dom_attr_aliases, all_dom_attrs, class_array_append, class_array_get, class_hash_get, class_hash_merge, container_collection_methods, container_method_extra_args, container_single_methods, default_how, dom_attr, dom_attr_locate_alias, dom_function, dom_setter, element_collection, factory, inspect_these, inspect_this_if, parent_element_module, set_or_get_class_var, specifiers
Instance Method Details
#clear(options = {}) ⇒ Object
Unchecks the radio button or check box element. Raises ObjectDisabledException exception if element is disabled.
474 475 476 |
# File 'lib/vapir-common/elements/elements.rb', line 474 def clear(={}) set(false, ) end |