webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
WebCore::FormAssociatedElement Class Referenceabstract

#include <FormAssociatedElement.h>

Inheritance diagram for WebCore::FormAssociatedElement:
WebCore::FormNamedItem WebCore::FormNamedItem WebCore::HTMLFormControlElement WebCore::HTMLFormControlElement WebCore::HTMLObjectElement WebCore::HTMLObjectElement WebCore::ValidityState WebCore::ValidityState WebCore::HTMLButtonElement WebCore::HTMLButtonElement WebCore::HTMLFieldSetElement WebCore::HTMLFieldSetElement WebCore::HTMLFormControlElementWithState WebCore::HTMLFormControlElementWithState WebCore::HTMLOutputElement WebCore::HTMLButtonElement WebCore::HTMLButtonElement WebCore::HTMLFieldSetElement WebCore::HTMLFieldSetElement WebCore::HTMLFormControlElementWithState WebCore::HTMLFormControlElementWithState WebCore::HTMLOutputElement

Public Member Functions

virtual ~FormAssociatedElement ()
 
void ref ()
 
void deref ()
 
HTMLFormElementform () const
 
ValidityStatevalidity ()
 
virtual bool isFormControlElement () const =0
 
virtual bool isFormControlElementWithState () const
 
virtual bool isEnumeratable () const =0
 
virtual const AtomicStringname () const
 
virtual bool appendFormData (FormDataList &, bool)
 
void formWillBeDestroyed ()
 
void resetFormOwner ()
 
void formRemovedFromTree (const Node *formRoot)
 
bool badInput () const
 
bool customError () const
 
virtual bool hasBadInput () const
 
virtual bool patternMismatch () const
 
virtual bool rangeOverflow () const
 
virtual bool rangeUnderflow () const
 
virtual bool stepMismatch () const
 
virtual bool tooShort () const
 
virtual bool tooLong () const
 
virtual bool typeMismatch () const
 
virtual bool valueMissing () const
 
virtual String validationMessage () const
 
virtual bool isValid () const
 
virtual void setCustomValidity (const String &)
 
void formAttributeTargetChanged ()
 
virtual ~FormAssociatedElement ()
 
void ref ()
 
void deref ()
 
HTMLFormElementform () const
 
ValidityStatevalidity ()
 
virtual bool isFormControlElement () const =0
 
virtual bool isFormControlElementWithState () const
 
virtual bool isEnumeratable () const =0
 
virtual const AtomicStringname () const
 
virtual bool appendFormData (FormDataList &, bool)
 
void formWillBeDestroyed ()
 
void resetFormOwner ()
 
void formRemovedFromTree (const Node *formRoot)
 
bool badInput () const
 
bool customError () const
 
virtual bool hasBadInput () const
 
virtual bool patternMismatch () const
 
virtual bool rangeOverflow () const
 
virtual bool rangeUnderflow () const
 
virtual bool stepMismatch () const
 
virtual bool tooShort () const
 
virtual bool tooLong () const
 
virtual bool typeMismatch () const
 
virtual bool valueMissing () const
 
virtual String validationMessage () const
 
virtual bool isValid () const
 
virtual void setCustomValidity (const String &)
 
void formAttributeTargetChanged ()
 
- Public Member Functions inherited from WebCore::FormNamedItem
virtual ~FormNamedItem ()
 
virtual HTMLElementasHTMLElement ()=0
 
virtual const HTMLElementasHTMLElement () const =0
 
virtual ~FormNamedItem ()
 
virtual HTMLElementasHTMLElement ()=0
 
virtual const HTMLElementasHTMLElement () const =0
 

Static Public Member Functions

static HTMLFormElementfindAssociatedForm (const HTMLElement *, HTMLFormElement *)
 
static HTMLFormElementfindAssociatedForm (const HTMLElement *, HTMLFormElement *)
 

Protected Member Functions

 FormAssociatedElement (HTMLFormElement *)
 
void insertedInto (ContainerNode &)
 
void removedFrom (ContainerNode &)
 
void didMoveToNewDocument (Document &oldDocument)
 
void setForm (HTMLFormElement *)
 
void formAttributeChanged ()
 
virtual void willChangeForm ()
 
virtual void didChangeForm ()
 
String customValidationMessage () const
 
 FormAssociatedElement (HTMLFormElement *)
 
void insertedInto (ContainerNode &)
 
void removedFrom (ContainerNode &)
 
void didMoveToNewDocument (Document &oldDocument)
 
void setForm (HTMLFormElement *)
 
void formAttributeChanged ()
 
virtual void willChangeForm ()
 
virtual void didChangeForm ()
 
String customValidationMessage () const
 

Constructor & Destructor Documentation

◆ ~FormAssociatedElement() [1/2]

WebCore::FormAssociatedElement::~FormAssociatedElement ( )
virtual

◆ FormAssociatedElement() [1/2]

WebCore::FormAssociatedElement::FormAssociatedElement ( HTMLFormElement form)
protected

◆ ~FormAssociatedElement() [2/2]

virtual WebCore::FormAssociatedElement::~FormAssociatedElement ( )
virtual

◆ FormAssociatedElement() [2/2]

WebCore::FormAssociatedElement::FormAssociatedElement ( HTMLFormElement )
protected

Member Function Documentation

◆ appendFormData() [1/2]

virtual bool WebCore::FormAssociatedElement::appendFormData ( FormDataList ,
bool   
)
inlinevirtual

◆ appendFormData() [2/2]

virtual bool WebCore::FormAssociatedElement::appendFormData ( FormDataList ,
bool   
)
inlinevirtual

◆ badInput() [1/2]

bool WebCore::FormAssociatedElement::badInput ( ) const
inline

◆ badInput() [2/2]

bool WebCore::FormAssociatedElement::badInput ( ) const
inline

◆ customError() [1/2]

bool WebCore::FormAssociatedElement::customError ( ) const

◆ customError() [2/2]

bool WebCore::FormAssociatedElement::customError ( ) const

◆ customValidationMessage() [1/2]

String WebCore::FormAssociatedElement::customValidationMessage ( ) const
protected

◆ customValidationMessage() [2/2]

String WebCore::FormAssociatedElement::customValidationMessage ( ) const
protected

◆ deref() [1/2]

void WebCore::FormAssociatedElement::deref ( )
inline

◆ deref() [2/2]

void WebCore::FormAssociatedElement::deref ( )
inline

◆ didChangeForm() [1/2]

virtual void WebCore::FormAssociatedElement::didChangeForm ( )
protectedvirtual

◆ didChangeForm() [2/2]

void WebCore::FormAssociatedElement::didChangeForm ( )
protectedvirtual

◆ didMoveToNewDocument() [1/2]

void WebCore::FormAssociatedElement::didMoveToNewDocument ( Document oldDocument)
protected

◆ didMoveToNewDocument() [2/2]

void WebCore::FormAssociatedElement::didMoveToNewDocument ( Document oldDocument)
protected

◆ findAssociatedForm() [1/2]

static HTMLFormElement* WebCore::FormAssociatedElement::findAssociatedForm ( const HTMLElement ,
HTMLFormElement  
)
static

◆ findAssociatedForm() [2/2]

HTMLFormElement * WebCore::FormAssociatedElement::findAssociatedForm ( const HTMLElement element,
HTMLFormElement currentAssociatedForm 
)
static

◆ form() [1/2]

HTMLFormElement* WebCore::FormAssociatedElement::form ( ) const
inline

◆ form() [2/2]

HTMLFormElement* WebCore::FormAssociatedElement::form ( ) const
inline

◆ formAttributeChanged() [1/2]

void WebCore::FormAssociatedElement::formAttributeChanged ( )
protected

◆ formAttributeChanged() [2/2]

void WebCore::FormAssociatedElement::formAttributeChanged ( )
protected

◆ formAttributeTargetChanged() [1/2]

void WebCore::FormAssociatedElement::formAttributeTargetChanged ( )

◆ formAttributeTargetChanged() [2/2]

void WebCore::FormAssociatedElement::formAttributeTargetChanged ( )

◆ formRemovedFromTree() [1/2]

void WebCore::FormAssociatedElement::formRemovedFromTree ( const Node formRoot)

◆ formRemovedFromTree() [2/2]

void WebCore::FormAssociatedElement::formRemovedFromTree ( const Node formRoot)

◆ formWillBeDestroyed() [1/2]

void WebCore::FormAssociatedElement::formWillBeDestroyed ( )

◆ formWillBeDestroyed() [2/2]

void WebCore::FormAssociatedElement::formWillBeDestroyed ( )

◆ hasBadInput() [1/2]

bool WebCore::FormAssociatedElement::hasBadInput ( ) const
virtual

◆ hasBadInput() [2/2]

virtual bool WebCore::FormAssociatedElement::hasBadInput ( ) const
virtual

◆ insertedInto() [1/2]

void WebCore::FormAssociatedElement::insertedInto ( ContainerNode )
protected

◆ insertedInto() [2/2]

void WebCore::FormAssociatedElement::insertedInto ( ContainerNode insertionPoint)
protected

◆ isEnumeratable() [1/2]

virtual bool WebCore::FormAssociatedElement::isEnumeratable ( ) const
pure virtual

◆ isEnumeratable() [2/2]

virtual bool WebCore::FormAssociatedElement::isEnumeratable ( ) const
pure virtual

◆ isFormControlElement() [1/2]

virtual bool WebCore::FormAssociatedElement::isFormControlElement ( ) const
pure virtual

◆ isFormControlElement() [2/2]

virtual bool WebCore::FormAssociatedElement::isFormControlElement ( ) const
pure virtual

◆ isFormControlElementWithState() [1/2]

virtual bool WebCore::FormAssociatedElement::isFormControlElementWithState ( ) const
virtual

◆ isFormControlElementWithState() [2/2]

bool WebCore::FormAssociatedElement::isFormControlElementWithState ( ) const
virtual

◆ isValid() [1/2]

bool WebCore::FormAssociatedElement::isValid ( ) const
virtual

◆ isValid() [2/2]

virtual bool WebCore::FormAssociatedElement::isValid ( ) const
virtual

◆ name() [1/2]

const AtomicString & WebCore::FormAssociatedElement::name ( ) const
virtual

◆ name() [2/2]

virtual const AtomicString& WebCore::FormAssociatedElement::name ( ) const
virtual

◆ patternMismatch() [1/2]

virtual bool WebCore::FormAssociatedElement::patternMismatch ( ) const
virtual

◆ patternMismatch() [2/2]

bool WebCore::FormAssociatedElement::patternMismatch ( ) const
virtual

◆ rangeOverflow() [1/2]

bool WebCore::FormAssociatedElement::rangeOverflow ( ) const
virtual

◆ rangeOverflow() [2/2]

virtual bool WebCore::FormAssociatedElement::rangeOverflow ( ) const
virtual

◆ rangeUnderflow() [1/2]

virtual bool WebCore::FormAssociatedElement::rangeUnderflow ( ) const
virtual

◆ rangeUnderflow() [2/2]

bool WebCore::FormAssociatedElement::rangeUnderflow ( ) const
virtual

◆ ref() [1/2]

void WebCore::FormAssociatedElement::ref ( )
inline

◆ ref() [2/2]

void WebCore::FormAssociatedElement::ref ( )
inline

◆ removedFrom() [1/2]

void WebCore::FormAssociatedElement::removedFrom ( ContainerNode )
protected

◆ removedFrom() [2/2]

void WebCore::FormAssociatedElement::removedFrom ( ContainerNode insertionPoint)
protected

◆ resetFormOwner() [1/2]

void WebCore::FormAssociatedElement::resetFormOwner ( )

◆ resetFormOwner() [2/2]

void WebCore::FormAssociatedElement::resetFormOwner ( )

◆ setCustomValidity() [1/2]

void WebCore::FormAssociatedElement::setCustomValidity ( const String error)
virtual

◆ setCustomValidity() [2/2]

virtual void WebCore::FormAssociatedElement::setCustomValidity ( const String )
virtual

◆ setForm() [1/2]

void WebCore::FormAssociatedElement::setForm ( HTMLFormElement newForm)
protected

◆ setForm() [2/2]

void WebCore::FormAssociatedElement::setForm ( HTMLFormElement )
protected

◆ stepMismatch() [1/2]

bool WebCore::FormAssociatedElement::stepMismatch ( ) const
virtual

◆ stepMismatch() [2/2]

virtual bool WebCore::FormAssociatedElement::stepMismatch ( ) const
virtual

◆ tooLong() [1/2]

bool WebCore::FormAssociatedElement::tooLong ( ) const
virtual

◆ tooLong() [2/2]

virtual bool WebCore::FormAssociatedElement::tooLong ( ) const
virtual

◆ tooShort() [1/2]

bool WebCore::FormAssociatedElement::tooShort ( ) const
virtual

◆ tooShort() [2/2]

virtual bool WebCore::FormAssociatedElement::tooShort ( ) const
virtual

◆ typeMismatch() [1/2]

virtual bool WebCore::FormAssociatedElement::typeMismatch ( ) const
virtual

◆ typeMismatch() [2/2]

bool WebCore::FormAssociatedElement::typeMismatch ( ) const
virtual

◆ validationMessage() [1/2]

virtual String WebCore::FormAssociatedElement::validationMessage ( ) const
virtual

◆ validationMessage() [2/2]

String WebCore::FormAssociatedElement::validationMessage ( ) const
virtual

◆ validity() [1/2]

ValidityState* WebCore::FormAssociatedElement::validity ( )

◆ validity() [2/2]

ValidityState * WebCore::FormAssociatedElement::validity ( )
inline

◆ valueMissing() [1/2]

virtual bool WebCore::FormAssociatedElement::valueMissing ( ) const
virtual

◆ valueMissing() [2/2]

bool WebCore::FormAssociatedElement::valueMissing ( ) const
virtual

◆ willChangeForm() [1/2]

void WebCore::FormAssociatedElement::willChangeForm ( )
protectedvirtual

◆ willChangeForm() [2/2]

virtual void WebCore::FormAssociatedElement::willChangeForm ( )
protectedvirtual

The documentation for this class was generated from the following files: