ReactOS 0.4.15-dev-7918-g2a2556c
nsIDOMHTMLInputElement Interface Reference
Inheritance diagram for nsIDOMHTMLInputElement:
Collaboration diagram for nsIDOMHTMLInputElement:

Public Member Functions

nsresult GetAccept (nsAString *aAccept)
 
nsresult SetAccept (const nsAString *aAccept)
 
nsresult GetAlt (nsAString *aAlt)
 
nsresult SetAlt (const nsAString *aAlt)
 
nsresult GetAutocomplete (nsAString *aAutocomplete)
 
nsresult SetAutocomplete (const nsAString *aAutocomplete)
 
nsresult GetAutofocus (bool *aAutofocus)
 
nsresult SetAutofocus (bool aAutofocus)
 
nsresult GetDefaultChecked (bool *aDefaultChecked)
 
nsresult SetDefaultChecked (bool aDefaultChecked)
 
nsresult GetChecked (bool *aChecked)
 
nsresult SetChecked (bool aChecked)
 
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 GetFiles (nsIDOMFileList **aFiles)
 
nsresult GetHeight (uint32_t *aHeight)
 
nsresult SetHeight (uint32_t aHeight)
 
nsresult GetIndeterminate (bool *aIndeterminate)
 
nsresult SetIndeterminate (bool aIndeterminate)
 
nsresult GetInputMode (nsAString *aInputMode)
 
nsresult SetInputMode (const nsAString *aInputMode)
 
nsresult GetList (nsIDOMHTMLElement **aList)
 
nsresult GetMax (nsAString *aMax)
 
nsresult SetMax (const nsAString *aMax)
 
nsresult GetMaxLength (int32_t *aMaxLength)
 
nsresult SetMaxLength (int32_t aMaxLength)
 
nsresult GetMin (nsAString *aMin)
 
nsresult SetMin (const nsAString *aMin)
 
nsresult GetMultiple (bool *aMultiple)
 
nsresult SetMultiple (bool aMultiple)
 
nsresult GetName (nsAString *aName)
 
nsresult SetName (const nsAString *aName)
 
nsresult GetPattern (nsAString *aPattern)
 
nsresult SetPattern (const nsAString *aPattern)
 
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 GetStep (nsAString *aStep)
 
nsresult SetStep (const nsAString *aStep)
 
nsresult GetAlign (nsAString *aAlign)
 
nsresult SetAlign (const nsAString *aAlign)
 
nsresult GetSize (uint32_t *aSize)
 
nsresult SetSize (uint32_t aSize)
 
nsresult GetWidth (uint32_t *aWidth)
 
nsresult SetWidth (uint32_t aWidth)
 
nsresult GetSrc (nsAString *aSrc)
 
nsresult SetSrc (const nsAString *aSrc)
 
nsresult GetType (nsAString *aType)
 
nsresult SetType (const nsAString *aType)
 
nsresult GetDefaultValue (nsAString *aDefaultValue)
 
nsresult SetDefaultValue (const nsAString *aDefaultValue)
 
nsresult GetValue (nsAString *aValue)
 
nsresult SetValue (const nsAString *aValue)
 
nsresult GetValueAsNumber (double *aValueAsNumber)
 
nsresult SetValueAsNumber (double aValueAsNumber)
 
nsresult StepDown (int32_t n, uint8_t _argc)
 
nsresult StepUp (int32_t n, uint8_t _argc)
 
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 GetUseMap (nsAString *aUseMap)
 
nsresult SetUseMap (const nsAString *aUseMap)
 
nsresult GetControllers (nsIControllers **aControllers)
 
nsresult GetTextLength (int32_t *aTextLength)
 
nsresult MozGetFileNameArray (uint32_t *aLength, PRUnichar ***aFileNames)
 
nsresult MozSetFileNameArray (const PRUnichar **aFileNames, uint32_t aLength)
 
nsresult MozIsTextField (bool aExcludePassword, bool *_retval)
 
- Public Member Functions inherited from nsISupports
nsresult QueryInterface (nsIIDRef riid, void **result)
 
nsrefcnt AddRef ()
 
nsrefcnt Release ()
 

Detailed Description

Definition at line 1567 of file nsiface.idl.

Member Function Documentation

◆ CheckValidity()

nsresult nsIDOMHTMLInputElement::CheckValidity ( bool _retval)

◆ GetAccept()

nsresult nsIDOMHTMLInputElement::GetAccept ( nsAString aAccept)

◆ GetAlign()

nsresult nsIDOMHTMLInputElement::GetAlign ( nsAString aAlign)

◆ GetAlt()

nsresult nsIDOMHTMLInputElement::GetAlt ( nsAString aAlt)

◆ GetAutocomplete()

nsresult nsIDOMHTMLInputElement::GetAutocomplete ( nsAString aAutocomplete)

◆ GetAutofocus()

nsresult nsIDOMHTMLInputElement::GetAutofocus ( bool aAutofocus)

◆ GetChecked()

nsresult nsIDOMHTMLInputElement::GetChecked ( bool aChecked)

◆ GetControllers()

nsresult nsIDOMHTMLInputElement::GetControllers ( nsIControllers **  aControllers)

◆ GetDefaultChecked()

nsresult nsIDOMHTMLInputElement::GetDefaultChecked ( bool aDefaultChecked)

◆ GetDefaultValue()

nsresult nsIDOMHTMLInputElement::GetDefaultValue ( nsAString aDefaultValue)

◆ GetDisabled()

nsresult nsIDOMHTMLInputElement::GetDisabled ( bool aDisabled)

◆ GetFiles()

nsresult nsIDOMHTMLInputElement::GetFiles ( nsIDOMFileList **  aFiles)

◆ GetForm()

nsresult nsIDOMHTMLInputElement::GetForm ( nsIDOMHTMLFormElement **  aForm)

◆ GetFormAction()

nsresult nsIDOMHTMLInputElement::GetFormAction ( nsAString aFormAction)

◆ GetFormEnctype()

nsresult nsIDOMHTMLInputElement::GetFormEnctype ( nsAString aFormEnctype)

◆ GetFormMethod()

nsresult nsIDOMHTMLInputElement::GetFormMethod ( nsAString aFormMethod)

◆ GetFormNoValidate()

nsresult nsIDOMHTMLInputElement::GetFormNoValidate ( bool aFormNoValidate)

◆ GetFormTarget()

nsresult nsIDOMHTMLInputElement::GetFormTarget ( nsAString aFormTarget)

◆ GetHeight()

nsresult nsIDOMHTMLInputElement::GetHeight ( uint32_t aHeight)

◆ GetIndeterminate()

nsresult nsIDOMHTMLInputElement::GetIndeterminate ( bool aIndeterminate)

◆ GetInputMode()

nsresult nsIDOMHTMLInputElement::GetInputMode ( nsAString aInputMode)

◆ GetList()

nsresult nsIDOMHTMLInputElement::GetList ( nsIDOMHTMLElement **  aList)

◆ GetMax()

nsresult nsIDOMHTMLInputElement::GetMax ( nsAString aMax)

◆ GetMaxLength()

nsresult nsIDOMHTMLInputElement::GetMaxLength ( int32_t aMaxLength)

◆ GetMin()

nsresult nsIDOMHTMLInputElement::GetMin ( nsAString aMin)

◆ GetMultiple()

nsresult nsIDOMHTMLInputElement::GetMultiple ( bool aMultiple)

◆ GetName()

nsresult nsIDOMHTMLInputElement::GetName ( nsAString aName)

◆ GetPattern()

nsresult nsIDOMHTMLInputElement::GetPattern ( nsAString aPattern)

◆ GetPlaceholder()

nsresult nsIDOMHTMLInputElement::GetPlaceholder ( nsAString aPlaceholder)

◆ GetReadOnly()

nsresult nsIDOMHTMLInputElement::GetReadOnly ( bool aReadOnly)

◆ GetRequired()

nsresult nsIDOMHTMLInputElement::GetRequired ( bool aRequired)

◆ GetSelectionDirection()

nsresult nsIDOMHTMLInputElement::GetSelectionDirection ( nsAString aSelectionDirection)

◆ GetSelectionEnd()

nsresult nsIDOMHTMLInputElement::GetSelectionEnd ( int32_t aSelectionEnd)

◆ GetSelectionStart()

nsresult nsIDOMHTMLInputElement::GetSelectionStart ( int32_t aSelectionStart)

◆ GetSize()

nsresult nsIDOMHTMLInputElement::GetSize ( uint32_t aSize)

◆ GetSrc()

nsresult nsIDOMHTMLInputElement::GetSrc ( nsAString aSrc)

◆ GetStep()

nsresult nsIDOMHTMLInputElement::GetStep ( nsAString aStep)

◆ GetTextLength()

nsresult nsIDOMHTMLInputElement::GetTextLength ( int32_t aTextLength)

◆ GetType()

nsresult nsIDOMHTMLInputElement::GetType ( nsAString aType)

◆ GetUseMap()

nsresult nsIDOMHTMLInputElement::GetUseMap ( nsAString aUseMap)

◆ GetValidationMessage()

nsresult nsIDOMHTMLInputElement::GetValidationMessage ( nsAString aValidationMessage)

◆ GetValidity()

nsresult nsIDOMHTMLInputElement::GetValidity ( nsIDOMValidityState **  aValidity)

◆ GetValue()

nsresult nsIDOMHTMLInputElement::GetValue ( nsAString aValue)

◆ GetValueAsNumber()

nsresult nsIDOMHTMLInputElement::GetValueAsNumber ( double aValueAsNumber)

◆ GetWidth()

nsresult nsIDOMHTMLInputElement::GetWidth ( uint32_t aWidth)

◆ GetWillValidate()

nsresult nsIDOMHTMLInputElement::GetWillValidate ( bool aWillValidate)

◆ MozGetFileNameArray()

nsresult nsIDOMHTMLInputElement::MozGetFileNameArray ( uint32_t aLength,
PRUnichar ***  aFileNames 
)

◆ MozIsTextField()

nsresult nsIDOMHTMLInputElement::MozIsTextField ( bool  aExcludePassword,
bool _retval 
)

◆ MozSetFileNameArray()

nsresult nsIDOMHTMLInputElement::MozSetFileNameArray ( const PRUnichar **  aFileNames,
uint32_t  aLength 
)

◆ Select()

nsresult nsIDOMHTMLInputElement::Select ( )

◆ SetAccept()

nsresult nsIDOMHTMLInputElement::SetAccept ( const nsAString aAccept)

◆ SetAlign()

nsresult nsIDOMHTMLInputElement::SetAlign ( const nsAString aAlign)

◆ SetAlt()

nsresult nsIDOMHTMLInputElement::SetAlt ( const nsAString aAlt)

◆ SetAutocomplete()

nsresult nsIDOMHTMLInputElement::SetAutocomplete ( const nsAString aAutocomplete)

◆ SetAutofocus()

nsresult nsIDOMHTMLInputElement::SetAutofocus ( bool  aAutofocus)

◆ SetChecked()

nsresult nsIDOMHTMLInputElement::SetChecked ( bool  aChecked)

◆ SetCustomValidity()

nsresult nsIDOMHTMLInputElement::SetCustomValidity ( const nsAString error)

◆ SetDefaultChecked()

nsresult nsIDOMHTMLInputElement::SetDefaultChecked ( bool  aDefaultChecked)

◆ SetDefaultValue()

nsresult nsIDOMHTMLInputElement::SetDefaultValue ( const nsAString aDefaultValue)

◆ SetDisabled()

nsresult nsIDOMHTMLInputElement::SetDisabled ( bool  aDisabled)

◆ SetFormAction()

nsresult nsIDOMHTMLInputElement::SetFormAction ( const nsAString aFormAction)

◆ SetFormEnctype()

nsresult nsIDOMHTMLInputElement::SetFormEnctype ( const nsAString aFormEnctype)

◆ SetFormMethod()

nsresult nsIDOMHTMLInputElement::SetFormMethod ( const nsAString aFormMethod)

◆ SetFormNoValidate()

nsresult nsIDOMHTMLInputElement::SetFormNoValidate ( bool  aFormNoValidate)

◆ SetFormTarget()

nsresult nsIDOMHTMLInputElement::SetFormTarget ( const nsAString aFormTarget)

◆ SetHeight()

nsresult nsIDOMHTMLInputElement::SetHeight ( uint32_t  aHeight)

◆ SetIndeterminate()

nsresult nsIDOMHTMLInputElement::SetIndeterminate ( bool  aIndeterminate)

◆ SetInputMode()

nsresult nsIDOMHTMLInputElement::SetInputMode ( const nsAString aInputMode)

◆ SetMax()

nsresult nsIDOMHTMLInputElement::SetMax ( const nsAString aMax)

◆ SetMaxLength()

nsresult nsIDOMHTMLInputElement::SetMaxLength ( int32_t  aMaxLength)

◆ SetMin()

nsresult nsIDOMHTMLInputElement::SetMin ( const nsAString aMin)

◆ SetMultiple()

nsresult nsIDOMHTMLInputElement::SetMultiple ( bool  aMultiple)

◆ SetName()

nsresult nsIDOMHTMLInputElement::SetName ( const nsAString aName)

◆ SetPattern()

nsresult nsIDOMHTMLInputElement::SetPattern ( const nsAString aPattern)

◆ SetPlaceholder()

nsresult nsIDOMHTMLInputElement::SetPlaceholder ( const nsAString aPlaceholder)

◆ SetReadOnly()

nsresult nsIDOMHTMLInputElement::SetReadOnly ( bool  aReadOnly)

◆ SetRequired()

nsresult nsIDOMHTMLInputElement::SetRequired ( bool  aRequired)

◆ SetSelectionDirection()

nsresult nsIDOMHTMLInputElement::SetSelectionDirection ( const nsAString aSelectionDirection)

◆ SetSelectionEnd()

nsresult nsIDOMHTMLInputElement::SetSelectionEnd ( int32_t  aSelectionEnd)

◆ SetSelectionRange()

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

◆ SetSelectionStart()

nsresult nsIDOMHTMLInputElement::SetSelectionStart ( int32_t  aSelectionStart)

◆ SetSize()

nsresult nsIDOMHTMLInputElement::SetSize ( uint32_t  aSize)

◆ SetSrc()

nsresult nsIDOMHTMLInputElement::SetSrc ( const nsAString aSrc)

◆ SetStep()

nsresult nsIDOMHTMLInputElement::SetStep ( const nsAString aStep)

◆ SetType()

nsresult nsIDOMHTMLInputElement::SetType ( const nsAString aType)

◆ SetUseMap()

nsresult nsIDOMHTMLInputElement::SetUseMap ( const nsAString aUseMap)

◆ SetValue()

nsresult nsIDOMHTMLInputElement::SetValue ( const nsAString aValue)

◆ SetValueAsNumber()

nsresult nsIDOMHTMLInputElement::SetValueAsNumber ( double  aValueAsNumber)

◆ SetWidth()

nsresult nsIDOMHTMLInputElement::SetWidth ( uint32_t  aWidth)

◆ StepDown()

nsresult nsIDOMHTMLInputElement::StepDown ( int32_t  n,
uint8_t  _argc 
)

◆ StepUp()

nsresult nsIDOMHTMLInputElement::StepUp ( int32_t  n,
uint8_t  _argc 
)

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