Uses of Class
org.htmlunit.html.HtmlAttributeChangeEvent
Packages that use HtmlAttributeChangeEvent
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content.Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of HtmlAttributeChangeEvent in org.htmlunit.html
Methods in org.htmlunit.html with parameters of type HtmlAttributeChangeEventModifier and TypeMethodDescriptionvoidAbstractDomNodeList.DomHtmlAttributeChangeListenerImpl.attributeAdded(HtmlAttributeChangeEvent event) Notification that a new attribute was added to the HtmlElement.voidHtmlAttributeChangeListener.attributeAdded(HtmlAttributeChangeEvent event) Notification that a new attribute was added to the HtmlElement.voidHtmlPage.DomHtmlAttributeChangeListenerImpl.attributeAdded(HtmlAttributeChangeEvent event) Notification that a new attribute was added to the HtmlElement.voidAbstractDomNodeList.DomHtmlAttributeChangeListenerImpl.attributeRemoved(HtmlAttributeChangeEvent event) Notification that an existing attribute has been removed from the HtmlElement.voidHtmlAttributeChangeListener.attributeRemoved(HtmlAttributeChangeEvent event) Notification that an existing attribute has been removed from the HtmlElement.voidHtmlPage.DomHtmlAttributeChangeListenerImpl.attributeRemoved(HtmlAttributeChangeEvent event) Notification that an existing attribute has been removed from the HtmlElement.voidAbstractDomNodeList.DomHtmlAttributeChangeListenerImpl.attributeReplaced(HtmlAttributeChangeEvent event) Notification that an attribute on the HtmlElement has been replaced.voidHtmlAttributeChangeListener.attributeReplaced(HtmlAttributeChangeEvent event) Notification that an attribute on the HtmlElement has been replaced.voidHtmlPage.DomHtmlAttributeChangeListenerImpl.attributeReplaced(HtmlAttributeChangeEvent event) Notification that an attribute on the HtmlElement has been replaced.private voidHtmlElement.fireAttributeChangeImpl(HtmlAttributeChangeEvent event, HtmlPage htmlPage, boolean mappedElement, String oldAttributeValue) protected voidHtmlElement.fireHtmlAttributeAdded(HtmlAttributeChangeEvent event) Support for reporting HTML attribute changes.(package private) voidHtmlPage.fireHtmlAttributeAdded(HtmlAttributeChangeEvent event) Notifies all registered listeners for the given event to add an attribute.protected voidHtmlElement.fireHtmlAttributeRemoved(HtmlAttributeChangeEvent event) Support for reporting HTML attribute changes.(package private) voidHtmlPage.fireHtmlAttributeRemoved(HtmlAttributeChangeEvent event) Notifies all registered listeners for the given event to remove an attribute.protected voidHtmlElement.fireHtmlAttributeReplaced(HtmlAttributeChangeEvent event) Support for reporting HTML attribute changes.(package private) voidHtmlPage.fireHtmlAttributeReplaced(HtmlAttributeChangeEvent event) Notifies all registered listeners for the given event to replace an attribute.protected static voidHtmlElement.notifyAttributeChangeListeners(HtmlAttributeChangeEvent event, HtmlElement element, String oldAttributeValue, boolean notifyMutationObservers) Recursively notifies allHtmlAttributeChangeListeners. -
Uses of HtmlAttributeChangeEvent in org.htmlunit.javascript.host.dom
Fields in org.htmlunit.javascript.host.dom with type parameters of type HtmlAttributeChangeEventMethods in org.htmlunit.javascript.host.dom with parameters of type HtmlAttributeChangeEventModifier and TypeMethodDescriptionvoidAbstractList.DomHtmlAttributeChangeListenerImpl.attributeAdded(HtmlAttributeChangeEvent event) Notification that a new attribute was added to the HtmlElement.voidMutationObserver.attributeAdded(HtmlAttributeChangeEvent event) Notification that a new attribute was added to the HtmlElement.voidAbstractList.DomHtmlAttributeChangeListenerImpl.attributeRemoved(HtmlAttributeChangeEvent event) Notification that an existing attribute has been removed from the HtmlElement.voidMutationObserver.attributeRemoved(HtmlAttributeChangeEvent event) Notification that an existing attribute has been removed from the HtmlElement.voidAbstractList.DomHtmlAttributeChangeListenerImpl.attributeReplaced(HtmlAttributeChangeEvent event) Notification that an attribute on the HtmlElement has been replaced.voidMutationObserver.attributeReplaced(HtmlAttributeChangeEvent event) Notification that an attribute on the HtmlElement has been replaced.private voidAbstractList.DomHtmlAttributeChangeListenerImpl.handleChangeOnCache(HtmlAttributeChangeEvent event) Method parameters in org.htmlunit.javascript.host.dom with type arguments of type HtmlAttributeChangeEventModifier and TypeMethodDescriptionvoidAbstractList.setEffectOnCacheFunction(Function<HtmlAttributeChangeEvent, AbstractList.EffectOnCache> effectOnCacheFunction)