Module com.aoapps.html.any
Package com.aoapps.html.any.attributes.event
package com.aoapps.html.any.attributes.event
- See 8.1.7.2 Event handlers on elements, Document objects, and Window objects.
- See GlobalEventHandlers.
- See HTML DOM Event Object.
- See Clipboard Events.
- See Drag Events.
- See Form Events.
- See Keyboard Events.
- See Media Events.
- See Misc Events.
- See Mouse Events.
- See Window Events.
Per-attribute interfaces with default implementations.
Attributes are attached to elements by simply implementing the interface. Thanks to the default methods on the interfaces, the element has a fully functional attribute with just the one-liner. However, the elements still have the option to override the attribute.
- See Also:
-
InterfacesClassDescriptionDeprecated.Although the onabort attribute is global as of HTML5, it is only expected on <audio>, <img>, <input>, and <video>.Deprecated.Deprecated.Deprecated.Although the onchange attribute is global as of HTML5, it is only expected on <input>, <select>, <textarea>, and <track>.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Although the oninvalid attribute is global, it is only expected on <input>.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.The onmousewheel attribute is deprecated, you should use the onwheel attribute in HTML5.Deprecated.Deprecated.Deprecated.Deprecated.Although the onreset attribute is global, it is only expected on <form>.Deprecated.Deprecated.See HTML onsearch Event Attribute. See onsearch Event.OnsecuritypolicyviolationUnexpected<E extends Element<?,
?, E> & OnsecuritypolicyviolationUnexpected<E>> Deprecated.Deprecated.Although the onselect attribute is global as of HTML5, it is only expected on <input> and <textarea>.Deprecated.Although the onslotchange attribute is global, it is only expected on <slot>.Deprecated.Although the onsubmit attribute is global as of HTML5, it is only expected on <form>.Deprecated.Deprecated.Although the ontoggle attribute is global, it is only expected on <details>.Deprecated.