KHTML
DOM::HTMLOptionElement Class Reference
A selectable choice. More...
#include <html_form.h>
Public Member Functions | |
| bool | defaultSelected () const |
| bool | disabled () const |
| HTMLFormElement | form () const |
| HTMLOptionElement (const Node &other) | |
| HTMLOptionElement (const HTMLOptionElement &other) | |
| HTMLOptionElement () | |
| long | index () const |
| DOMString | label () const |
| HTMLOptionElement & | operator= (const Node &other) |
| HTMLOptionElement & | operator= (const HTMLOptionElement &other) |
| bool | selected () const |
| void | setDefaultSelected (bool) |
| void | setDisabled (bool) |
| void | setIndex (long) |
| void | setLabel (const DOMString &) |
| void | setSelected (bool) |
| void | setValue (const DOMString &) |
| DOMString | text () const |
| DOMString | value () const |
| ~HTMLOptionElement () | |
Protected Member Functions | |
| HTMLOptionElement (HTMLOptionElementImpl *impl) | |
Detailed Description
A selectable choice.
See the OPTION element definition in HTML 4.0.
Definition at line 1258 of file html_form.h.
Constructor & Destructor Documentation
| HTMLOptionElement::HTMLOptionElement | ( | ) |
Definition at line 1155 of file html_form.cpp.
| HTMLOptionElement::HTMLOptionElement | ( | const HTMLOptionElement & | other | ) |
Definition at line 1159 of file html_form.cpp.
| DOM::HTMLOptionElement::HTMLOptionElement | ( | const Node & | other | ) | [inline] |
Definition at line 1263 of file html_form.h.
| HTMLOptionElement::HTMLOptionElement | ( | HTMLOptionElementImpl * | impl | ) | [protected] |
Definition at line 1163 of file html_form.cpp.
| HTMLOptionElement::~HTMLOptionElement | ( | ) |
Definition at line 1179 of file html_form.cpp.
Member Function Documentation
| bool HTMLOptionElement::defaultSelected | ( | ) | const |
Stores the initial value of the selected attribute.
Definition at line 1188 of file html_form.cpp.
| bool HTMLOptionElement::disabled | ( | ) | const |
The control is unavailable in this context.
See the disabled attribute definition in HTML 4.0.
Definition at line 1216 of file html_form.cpp.
| HTMLFormElement HTMLOptionElement::form | ( | ) | const |
| long HTMLOptionElement::index | ( | ) | const |
The index of this OPTION in its parent SELECT .
Reimplemented from DOM::Node.
Definition at line 1205 of file html_form.cpp.
| DOMString HTMLOptionElement::label | ( | ) | const |
Option label for use in hierarchical menus.
See the label attribute definition in HTML 4.0.
Definition at line 1227 of file html_form.cpp.
| HTMLOptionElement & HTMLOptionElement::operator= | ( | const Node & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 1167 of file html_form.cpp.
| HTMLOptionElement & HTMLOptionElement::operator= | ( | const HTMLOptionElement & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 1173 of file html_form.cpp.
| bool HTMLOptionElement::selected | ( | ) | const |
Means that this option is initially selected.
See the selected attribute definition in HTML 4.0.
Definition at line 1238 of file html_form.cpp.
| void HTMLOptionElement::setDefaultSelected | ( | bool | _defaultSelected | ) |
see defaultSelected
Definition at line 1194 of file html_form.cpp.
| void HTMLOptionElement::setDisabled | ( | bool | _disabled | ) |
see disabled
Definition at line 1222 of file html_form.cpp.
| void HTMLOptionElement::setIndex | ( | long | ) |
see index
This function is obsolete - the index property is actually supposed to be read-only (http://www.w3.org/DOM/updates/REC-DOM-Level-1-19981001-errata.html)
Definition at line 1211 of file html_form.cpp.
| void HTMLOptionElement::setLabel | ( | const DOMString & | value | ) |
see label
Definition at line 1233 of file html_form.cpp.
| void HTMLOptionElement::setSelected | ( | bool | _selected | ) |
see selected
Definition at line 1244 of file html_form.cpp.
| void HTMLOptionElement::setValue | ( | const DOMString & | value | ) |
see value
Definition at line 1255 of file html_form.cpp.
| DOMString HTMLOptionElement::text | ( | ) | const |
The text contained within the option element.
Definition at line 1199 of file html_form.cpp.
| DOMString HTMLOptionElement::value | ( | ) | const |
The current form control value.
See the value attribute definition in HTML 4.0.
Definition at line 1249 of file html_form.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference