ReactOS 0.4.15-dev-7953-g1f49173
nsIDOMHTMLButtonElement Interface Reference
Inheritance diagram for nsIDOMHTMLButtonElement:
Collaboration diagram for nsIDOMHTMLButtonElement:

Public Member Functions

nsresult GetAutofocus (bool *aAutofocus)
 
nsresult SetAutofocus (bool aAutofocus)
 
nsresult GetDisabled (bool *aDisabled)
 
nsresult SetDisabled (bool aDisabled)
 
nsresult GetForm (nsIDOMHTMLFormElement **aForm)
 
nsresult GetFormAction (nsAString *aFormAction)
 
nsresult SetFormAction (const nsAString *aFormAction)
 
nsresult GetFormEnctype (nsAString *aFormEnctype)
 
nsresult SetFormEnctype (const nsAString *aFormEnctype)
 
nsresult GetFormMethod (nsAString *aFormMethod)
 
nsresult SetFormMethod (const nsAString *aFormMethod)
 
nsresult GetFormNoValidate (bool *aFormNoValidate)
 
nsresult SetFormNoValidate (bool aFormNoValidate)
 
nsresult GetFormTarget (nsAString *aFormTarget)
 
nsresult SetFormTarget (const nsAString *aFormTarget)
 
nsresult GetName (nsAString *aName)
 
nsresult SetName (const nsAString *aName)
 
nsresult GetType (nsAString *aType)
 
nsresult SetType (const nsAString *aType)
 
nsresult GetValue (nsAString *aValue)
 
nsresult SetValue (const nsAString *aValue)
 
nsresult GetWillValidate (bool *aWillValidate)
 
nsresult GetValidity (nsIDOMValidityState **aValidity)
 
nsresult GetValidationMessage (nsAString *aValidationMessage)
 
nsresult CheckValidity (bool *_retval)
 
nsresult SetCustomValidity (const nsAString *error)
 
- Public Member Functions inherited from nsISupports
nsresult QueryInterface (nsIIDRef riid, void **result)
 
nsrefcnt AddRef ()
 
nsrefcnt Release ()
 

Detailed Description

Definition at line 1690 of file nsiface.idl.

Member Function Documentation

◆ CheckValidity()

nsresult nsIDOMHTMLButtonElement::CheckValidity ( bool _retval)

◆ GetAutofocus()

nsresult nsIDOMHTMLButtonElement::GetAutofocus ( bool aAutofocus)

◆ GetDisabled()

nsresult nsIDOMHTMLButtonElement::GetDisabled ( bool aDisabled)

◆ GetForm()

nsresult nsIDOMHTMLButtonElement::GetForm ( nsIDOMHTMLFormElement **  aForm)

◆ GetFormAction()

nsresult nsIDOMHTMLButtonElement::GetFormAction ( nsAString aFormAction)

◆ GetFormEnctype()

nsresult nsIDOMHTMLButtonElement::GetFormEnctype ( nsAString aFormEnctype)

◆ GetFormMethod()

nsresult nsIDOMHTMLButtonElement::GetFormMethod ( nsAString aFormMethod)

◆ GetFormNoValidate()

nsresult nsIDOMHTMLButtonElement::GetFormNoValidate ( bool aFormNoValidate)

◆ GetFormTarget()

nsresult nsIDOMHTMLButtonElement::GetFormTarget ( nsAString aFormTarget)

◆ GetName()

nsresult nsIDOMHTMLButtonElement::GetName ( nsAString aName)

◆ GetType()

nsresult nsIDOMHTMLButtonElement::GetType ( nsAString aType)

◆ GetValidationMessage()

nsresult nsIDOMHTMLButtonElement::GetValidationMessage ( nsAString aValidationMessage)

◆ GetValidity()

nsresult nsIDOMHTMLButtonElement::GetValidity ( nsIDOMValidityState **  aValidity)

◆ GetValue()

nsresult nsIDOMHTMLButtonElement::GetValue ( nsAString aValue)

◆ GetWillValidate()

nsresult nsIDOMHTMLButtonElement::GetWillValidate ( bool aWillValidate)

◆ SetAutofocus()

nsresult nsIDOMHTMLButtonElement::SetAutofocus ( bool  aAutofocus)

◆ SetCustomValidity()

nsresult nsIDOMHTMLButtonElement::SetCustomValidity ( const nsAString error)

◆ SetDisabled()

nsresult nsIDOMHTMLButtonElement::SetDisabled ( bool  aDisabled)

◆ SetFormAction()

nsresult nsIDOMHTMLButtonElement::SetFormAction ( const nsAString aFormAction)

◆ SetFormEnctype()

nsresult nsIDOMHTMLButtonElement::SetFormEnctype ( const nsAString aFormEnctype)

◆ SetFormMethod()

nsresult nsIDOMHTMLButtonElement::SetFormMethod ( const nsAString aFormMethod)

◆ SetFormNoValidate()

nsresult nsIDOMHTMLButtonElement::SetFormNoValidate ( bool  aFormNoValidate)

◆ SetFormTarget()

nsresult nsIDOMHTMLButtonElement::SetFormTarget ( const nsAString aFormTarget)

◆ SetName()

nsresult nsIDOMHTMLButtonElement::SetName ( const nsAString aName)

◆ SetType()

nsresult nsIDOMHTMLButtonElement::SetType ( const nsAString aType)

◆ SetValue()

nsresult nsIDOMHTMLButtonElement::SetValue ( const nsAString aValue)

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