ReactOS 0.4.15-dev-7842-g558ab78
nsIDOMHTMLTextAreaElement Interface Reference
Inheritance diagram for nsIDOMHTMLTextAreaElement:
Collaboration diagram for nsIDOMHTMLTextAreaElement:

Public Member Functions

nsresult GetAutofocus (bool *aAutofocus)
 
nsresult SetAutofocus (bool aAutofocus)
 
nsresult GetCols (uint32_t *aCols)
 
nsresult SetCols (uint32_t aCols)
 
nsresult GetDisabled (bool *aDisabled)
 
nsresult SetDisabled (bool aDisabled)
 
nsresult GetForm (nsIDOMHTMLFormElement **aForm)
 
nsresult GetMaxLength (int32_t *aMaxLength)
 
nsresult SetMaxLength (int32_t aMaxLength)
 
nsresult GetName (nsAString *aName)
 
nsresult SetName (const nsAString *aName)
 
nsresult GetPlaceholder (nsAString *aPlaceholder)
 
nsresult SetPlaceholder (const nsAString *aPlaceholder)
 
nsresult GetReadOnly (bool *aReadOnly)
 
nsresult SetReadOnly (bool aReadOnly)
 
nsresult GetRequired (bool *aRequired)
 
nsresult SetRequired (bool aRequired)
 
nsresult GetRows (uint32_t *aRows)
 
nsresult SetRows (uint32_t aRows)
 
nsresult GetWrap (nsAString *aWrap)
 
nsresult SetWrap (const nsAString *aWrap)
 
nsresult GetType (nsAString *aType)
 
nsresult GetDefaultValue (nsAString *aDefaultValue)
 
nsresult SetDefaultValue (const nsAString *aDefaultValue)
 
nsresult GetValue (nsAString *aValue)
 
nsresult SetValue (const nsAString *aValue)
 
nsresult GetTextLength (int32_t *aTextLength)
 
nsresult GetWillValidate (bool *aWillValidate)
 
nsresult GetValidity (nsIDOMValidityState **aValidity)
 
nsresult GetValidationMessage (nsAString *aValidationMessage)
 
nsresult CheckValidity (bool *_retval)
 
nsresult SetCustomValidity (const nsAString *error)
 
nsresult Select ()
 
nsresult GetSelectionStart (int32_t *aSelectionStart)
 
nsresult SetSelectionStart (int32_t aSelectionStart)
 
nsresult GetSelectionEnd (int32_t *aSelectionEnd)
 
nsresult SetSelectionEnd (int32_t aSelectionEnd)
 
nsresult SetSelectionRange (int32_t selectionStart, int32_t selectionEnd, const nsAString *direction)
 
nsresult GetSelectionDirection (nsAString *aSelectionDirection)
 
nsresult SetSelectionDirection (const nsAString *aSelectionDirection)
 
nsresult GetControllers (nsIControllers **aControllers)
 
- Public Member Functions inherited from nsISupports
nsresult QueryInterface (nsIIDRef riid, void **result)
 
nsrefcnt AddRef ()
 
nsrefcnt Release ()
 

Detailed Description

Definition at line 1786 of file nsiface.idl.

Member Function Documentation

◆ CheckValidity()

nsresult nsIDOMHTMLTextAreaElement::CheckValidity ( bool _retval)

◆ GetAutofocus()

nsresult nsIDOMHTMLTextAreaElement::GetAutofocus ( bool aAutofocus)

◆ GetCols()

nsresult nsIDOMHTMLTextAreaElement::GetCols ( uint32_t aCols)

◆ GetControllers()

nsresult nsIDOMHTMLTextAreaElement::GetControllers ( nsIControllers **  aControllers)

◆ GetDefaultValue()

nsresult nsIDOMHTMLTextAreaElement::GetDefaultValue ( nsAString aDefaultValue)

◆ GetDisabled()

nsresult nsIDOMHTMLTextAreaElement::GetDisabled ( bool aDisabled)

◆ GetForm()

nsresult nsIDOMHTMLTextAreaElement::GetForm ( nsIDOMHTMLFormElement **  aForm)

◆ GetMaxLength()

nsresult nsIDOMHTMLTextAreaElement::GetMaxLength ( int32_t aMaxLength)

◆ GetName()

nsresult nsIDOMHTMLTextAreaElement::GetName ( nsAString aName)

◆ GetPlaceholder()

nsresult nsIDOMHTMLTextAreaElement::GetPlaceholder ( nsAString aPlaceholder)

◆ GetReadOnly()

nsresult nsIDOMHTMLTextAreaElement::GetReadOnly ( bool aReadOnly)

◆ GetRequired()

nsresult nsIDOMHTMLTextAreaElement::GetRequired ( bool aRequired)

◆ GetRows()

nsresult nsIDOMHTMLTextAreaElement::GetRows ( uint32_t aRows)

◆ GetSelectionDirection()

nsresult nsIDOMHTMLTextAreaElement::GetSelectionDirection ( nsAString aSelectionDirection)

◆ GetSelectionEnd()

nsresult nsIDOMHTMLTextAreaElement::GetSelectionEnd ( int32_t aSelectionEnd)

◆ GetSelectionStart()

nsresult nsIDOMHTMLTextAreaElement::GetSelectionStart ( int32_t aSelectionStart)

◆ GetTextLength()

nsresult nsIDOMHTMLTextAreaElement::GetTextLength ( int32_t aTextLength)

◆ GetType()

nsresult nsIDOMHTMLTextAreaElement::GetType ( nsAString aType)

◆ GetValidationMessage()

nsresult nsIDOMHTMLTextAreaElement::GetValidationMessage ( nsAString aValidationMessage)

◆ GetValidity()

nsresult nsIDOMHTMLTextAreaElement::GetValidity ( nsIDOMValidityState **  aValidity)

◆ GetValue()

nsresult nsIDOMHTMLTextAreaElement::GetValue ( nsAString aValue)

◆ GetWillValidate()

nsresult nsIDOMHTMLTextAreaElement::GetWillValidate ( bool aWillValidate)

◆ GetWrap()

nsresult nsIDOMHTMLTextAreaElement::GetWrap ( nsAString aWrap)

◆ Select()

nsresult nsIDOMHTMLTextAreaElement::Select ( )

◆ SetAutofocus()

nsresult nsIDOMHTMLTextAreaElement::SetAutofocus ( bool  aAutofocus)

◆ SetCols()

nsresult nsIDOMHTMLTextAreaElement::SetCols ( uint32_t  aCols)

◆ SetCustomValidity()

nsresult nsIDOMHTMLTextAreaElement::SetCustomValidity ( const nsAString error)

◆ SetDefaultValue()

nsresult nsIDOMHTMLTextAreaElement::SetDefaultValue ( const nsAString aDefaultValue)

◆ SetDisabled()

nsresult nsIDOMHTMLTextAreaElement::SetDisabled ( bool  aDisabled)

◆ SetMaxLength()

nsresult nsIDOMHTMLTextAreaElement::SetMaxLength ( int32_t  aMaxLength)

◆ SetName()

nsresult nsIDOMHTMLTextAreaElement::SetName ( const nsAString aName)

◆ SetPlaceholder()

nsresult nsIDOMHTMLTextAreaElement::SetPlaceholder ( const nsAString aPlaceholder)

◆ SetReadOnly()

nsresult nsIDOMHTMLTextAreaElement::SetReadOnly ( bool  aReadOnly)

◆ SetRequired()

nsresult nsIDOMHTMLTextAreaElement::SetRequired ( bool  aRequired)

◆ SetRows()

nsresult nsIDOMHTMLTextAreaElement::SetRows ( uint32_t  aRows)

◆ SetSelectionDirection()

nsresult nsIDOMHTMLTextAreaElement::SetSelectionDirection ( const nsAString aSelectionDirection)

◆ SetSelectionEnd()

nsresult nsIDOMHTMLTextAreaElement::SetSelectionEnd ( int32_t  aSelectionEnd)

◆ SetSelectionRange()

nsresult nsIDOMHTMLTextAreaElement::SetSelectionRange ( int32_t  selectionStart,
int32_t  selectionEnd,
const nsAString direction 
)

◆ SetSelectionStart()

nsresult nsIDOMHTMLTextAreaElement::SetSelectionStart ( int32_t  aSelectionStart)

◆ SetValue()

nsresult nsIDOMHTMLTextAreaElement::SetValue ( const nsAString aValue)

◆ SetWrap()

nsresult nsIDOMHTMLTextAreaElement::SetWrap ( const nsAString aWrap)

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