ReactOS 0.4.15-dev-8061-g57b775e
nsIDOMHTMLOptionElement Interface Reference
Inheritance diagram for nsIDOMHTMLOptionElement:
Collaboration diagram for nsIDOMHTMLOptionElement:

Public Member Functions

nsresult GetDisabled (bool *aDisabled)
 
nsresult SetDisabled (bool aDisabled)
 
nsresult GetForm (nsIDOMHTMLFormElement **aForm)
 
nsresult GetLabel (nsAString *aLabel)
 
nsresult SetLabel (const nsAString *aLabel)
 
nsresult GetDefaultSelected (bool *aDefaultSelected)
 
nsresult SetDefaultSelected (bool aDefaultSelected)
 
nsresult GetSelected (bool *aSelected)
 
nsresult SetSelected (bool aSelected)
 
nsresult GetValue (nsAString *aValue)
 
nsresult SetValue (const nsAString *aValue)
 
nsresult GetText (nsAString *aText)
 
nsresult SetText (const nsAString *aText)
 
nsresult GetIndex (int32_t *aIndex)
 
- Public Member Functions inherited from nsISupports
nsresult QueryInterface (nsIIDRef riid, void **result)
 
nsrefcnt AddRef ()
 
nsrefcnt Release ()
 

Detailed Description

Definition at line 1667 of file nsiface.idl.

Member Function Documentation

◆ GetDefaultSelected()

nsresult nsIDOMHTMLOptionElement::GetDefaultSelected ( bool aDefaultSelected)

◆ GetDisabled()

nsresult nsIDOMHTMLOptionElement::GetDisabled ( bool aDisabled)

◆ GetForm()

nsresult nsIDOMHTMLOptionElement::GetForm ( nsIDOMHTMLFormElement **  aForm)

◆ GetIndex()

nsresult nsIDOMHTMLOptionElement::GetIndex ( int32_t aIndex)

◆ GetLabel()

nsresult nsIDOMHTMLOptionElement::GetLabel ( nsAString aLabel)

◆ GetSelected()

nsresult nsIDOMHTMLOptionElement::GetSelected ( bool aSelected)

◆ GetText()

nsresult nsIDOMHTMLOptionElement::GetText ( nsAString aText)

◆ GetValue()

nsresult nsIDOMHTMLOptionElement::GetValue ( nsAString aValue)

◆ SetDefaultSelected()

nsresult nsIDOMHTMLOptionElement::SetDefaultSelected ( bool  aDefaultSelected)

◆ SetDisabled()

nsresult nsIDOMHTMLOptionElement::SetDisabled ( bool  aDisabled)

◆ SetLabel()

nsresult nsIDOMHTMLOptionElement::SetLabel ( const nsAString aLabel)

◆ SetSelected()

nsresult nsIDOMHTMLOptionElement::SetSelected ( bool  aSelected)

◆ SetText()

nsresult nsIDOMHTMLOptionElement::SetText ( const nsAString aText)

◆ SetValue()

nsresult nsIDOMHTMLOptionElement::SetValue ( const nsAString aValue)

The documentation for this interface was generated from the following file: