Module: Vapir::RadioCheckBoxCommon

Extended by:
ElementClassAndModuleMethods
Included in:
CheckBox, Radio
Defined in:
lib/vapir-common/elements/elements.rb

Instance Method Summary collapse

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.



421
422
423
# File 'lib/vapir-common/elements/elements.rb', line 421

def clear(options={})
  set(false, options)
end