Module org.tquadrat.foundation.svg
Package org.tquadrat.foundation.svg
Interface AllowsGlobalEventAttributes
- All Known Subinterfaces:
SVGGroup
,SVGLine
,SVGPath
,SVGRectangle
- All Known Implementing Classes:
SVGElementAdapter
,SVGGenericElement
,SVGGroupImpl
,SVGLineImpl
,SVGPathImpl
,SVGRectangleImpl
@ClassVersion(sourceVersion="$Id: AllowsGlobalEventAttributes.java 1074 2023-10-02 12:05:06Z tquadrat $")
@API(status=STABLE,
since="0.0.5")
public sealed interface AllowsGlobalEventAttributes
permits SVGGroup, SVGLine, SVGPath, SVGRectangle
SVG elements that allow the global event attributes
"oncanplay",
"oncanplaythrough",
"oncancel",
"onchange",
"onclick",
"onclose",
"oncuechange",
"ondblclick",
"ondrag",
"ondragend",
"ondragenter",
"ondragexit",
"ondragleave",
"ondragover",
"ondragstart",
"ondrop",
"ondurationchange",
"onemptied",
"onended",
"onerror",
"onfocus",
"oninput",
"oninvalid",
"onkeydown",
"onkeypress",
"onkeyup",
"onload",
"onloadstart",
"onloadeddata",
"onloadedmetadata",
"onmousedown",
"onmouseenter",
"onmouseleave",
"onmousemove",
"onmouseout",
"onmouseover",
"onmouseup",
"onmousewheel",
"onpause",
"onplay",
"onplaying",
"onprogress",
"onratechange",
"onreset",
"onresize",
"onscroll",
"onseeked",
"onseeking",
"onselect",
"onshow",
"onstalled",
"onsubmit",
"onsuspend",
"ontimeupdate",
"ontoggle",
"onvolumechange",
and
"onwaiting"
will implement this interface.
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: AllowsGlobalEventAttributes.java 1074 2023-10-02 12:05:06Z tquadrat $
- Since:
- 0.0.5
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.svg.AllowsGlobalEventAttributes"
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe global event attributes. -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCancelHandler
(String value) Sets the cancel handler for this SVG element.void
setCanPlayHandler
(String value) Sets the can-play handler for this SVG element.void
setCanPlayThroughHandler
(String value) Sets the can-play-through handler for this SVG element.void
setChangeHandler
(String value) Sets the change handler for this SVG element.void
setClickHandler
(String value) Sets the click handler for this SVG element.void
setCloseHandler
(String value) Sets the global event attributeonclose
for this SVG element.void
setCueChangeHandler
(String value) Sets the global event attributeoncuechange
for this SVG element.void
setDblClickHandler
(String value) Sets the global event attributeondblclick
for this SVG element.void
setDragEndHandler
(String value) Sets the global event attributeondragend
for this SVG element.void
setDragEnterHandler
(String value) Sets the global event attributeondragenter
for this SVG element.void
setDragExitHandler
(String value) Sets the global event attributeondragexit
for this SVG element.void
setDragHandler
(String value) Sets the global event attributeondrag
for this SVG element.void
setDragLeaveHandler
(String value) Sets the global event attributeondragleave
for this SVG element.void
setDragOverHandler
(String value) Sets the global event attributeondragover
for this SVG element.void
setDragStartHandler
(String value) Sets the global event attributeondragstart
for this SVG element.void
setDropHandler
(String value) Sets the global event attributeondrop
for this SVG element.void
setDurationChangeHandler
(String value) Sets the global event attributeondurationchange
for this SVG element.void
setEmptiedHandler
(String value) Sets the global event attributeonemptied
for this SVG element.void
setEndedHandler
(String value) Sets the global event attributeonended
for this SVG element.void
setErrorHandler
(String value) Sets the global event attributeonerror
for this SVG element.void
setFocusHandler
(String value) Sets the global event attributeonfocus
for this SVG element.void
setInputHandler
(String value) Sets the global event attributeoninput
for this SVG element.void
setInvalidHandler
(String value) Sets the global event attributeoninvalid
for this SVG element.void
setKeyDownHandler
(String value) Sets the global event attributeonkeydown
for this SVG element.void
setKeyPressHandler
(String value) Sets the global event attributeonkeypress
for this SVG element.void
setKeyUpHandler
(String value) Sets the global event attributeonkeyup
for this SVG element.void
setLoadedDataHandler
(String value) Sets the global event attributeonloadeddata
for this SVG element.void
setLoadedMetadataHandler
(String value) Sets the global event attributeonloadedmetadata
for this SVG element.void
setLoadHandler
(String value) Sets the global event attributeonload
for this SVG element.void
setLoadStartHandler
(String value) Sets the global event attributeonloadstart
for this SVG element.void
setMouseDownHandler
(String value) Sets the global event attributeonmousedown
for this SVG element.void
setMouseEnterHandler
(String value) Sets the global event attributeonmouseenter
for this SVG element.void
setMouseLeaveHandler
(String value) Sets the global event attributeonmouseleave
for this SVG element.void
setMouseMoveHandler
(String value) Sets the global event attributeonmousemove
for this SVG element.void
setMouseOutHandler
(String value) Sets the global event attributeonmouseout
for this SVG element.void
setMouseOverHandler
(String value) Sets the global event attributeonmouseover
for this SVG element.void
setMouseUpHandler
(String value) Sets the global event attributeonmouseup
for this SVG element.void
setMouseWheelHandler
(String value) Sets the global event attributeonmousewheel
for this SVG element.void
setPauseHandler
(String value) Sets the global event attributeonpause
for this SVG element.void
setPlayHandler
(String value) Sets the global event attributeonplay
for this SVG element.void
setPlayingHandler
(String value) Sets the global event attributeonplaying
for this SVG element.void
setProgressHandler
(String value) Sets the global event attributeonprogress
for this SVG element.void
setRateChangeHandler
(String value) Sets the global event attributeonratechange
for this SVG element.void
setResetHandler
(String value) Sets the global event attributeonreset
for this SVG element.void
setResizeHandler
(String value) Sets the global event attributeonresize
for this SVG element.void
setScrollHandler
(String value) Sets the global event attributeonscroll
for this SVG element.void
setSeekedHandler
(String value) Sets the global event attributeonseeked
for this SVG element.void
setSeekingHandler
(String value) Sets the global event attributeonseeking
for this SVG element.void
setSelectHandler
(String value) Sets the global event attributeonselect
for this SVG element.void
setShowHandler
(String value) Sets the global event attributeonshow
for this SVG element.void
setStalledHandler
(String value) Sets the global event attributeonstalled
for this SVG element.void
setSubmitHandler
(String value) Sets the global event attributeonsubmit
for this SVG element.void
setSuspendHandler
(String value) Sets the global event attributeonsuspend
for this SVG element.void
setTimeUpdateHandler
(String value) Sets the global event attributeontimeupdate
for this SVG element.void
setToggleHandler
(String value) Sets the global event attributeontoggle
for this SVG element.void
setVolumeChangeHandler
(String value) Sets the global event attributeonvolumechange
for this SVG element.void
setWaitHandler
(String value) Sets the wait handler for this SVG element.
-
Field Details
-
GLOBALEVENT_ATTRIBUTES
The global event attributes.
-
-
Method Details
-
setCancelHandler
Sets the cancel handler for this SVG element.- Parameters:
value
- The cancel handler.- See Also:
-
setCanPlayHandler
Sets the can-play handler for this SVG element.- Parameters:
value
- The can-play handler.- See Also:
-
setCanPlayThroughHandler
Sets the can-play-through handler for this SVG element.- Parameters:
value
- The can-play-through handler.- See Also:
-
setChangeHandler
Sets the change handler for this SVG element.- Parameters:
value
- The change handler.- See Also:
-
setClickHandler
Sets the click handler for this SVG element.- Parameters:
value
- The click handler.- See Also:
-
setCloseHandler
Sets the global event attributeonclose
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setCueChangeHandler
Sets the global event attributeoncuechange
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setDblClickHandler
Sets the global event attributeondblclick
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setDragEndHandler
Sets the global event attributeondragend
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setDragEnterHandler
Sets the global event attributeondragenter
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setDragExitHandler
Sets the global event attributeondragexit
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setDragHandler
Sets the global event attributeondrag
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setDragLeaveHandler
Sets the global event attributeondragleave
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setDragOverHandler
Sets the global event attributeondragover
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setDragStartHandler
Sets the global event attributeondragstart
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setDropHandler
Sets the global event attributeondrop
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setDurationChangeHandler
Sets the global event attributeondurationchange
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setEmptiedHandler
Sets the global event attributeonemptied
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setEndedHandler
Sets the global event attributeonended
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setErrorHandler
Sets the global event attributeonerror
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setFocusHandler
Sets the global event attributeonfocus
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setInputHandler
Sets the global event attributeoninput
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setInvalidHandler
Sets the global event attributeoninvalid
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setKeyDownHandler
Sets the global event attributeonkeydown
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setKeyPressHandler
Sets the global event attributeonkeypress
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setKeyUpHandler
Sets the global event attributeonkeyup
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setLoadedDataHandler
Sets the global event attributeonloadeddata
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setLoadedMetadataHandler
Sets the global event attributeonloadedmetadata
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setLoadHandler
Sets the global event attributeonload
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setLoadStartHandler
Sets the global event attributeonloadstart
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setMouseDownHandler
Sets the global event attributeonmousedown
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setMouseEnterHandler
Sets the global event attributeonmouseenter
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setMouseLeaveHandler
Sets the global event attributeonmouseleave
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setMouseMoveHandler
Sets the global event attributeonmousemove
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setMouseOutHandler
Sets the global event attributeonmouseout
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setMouseOverHandler
Sets the global event attributeonmouseover
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setMouseUpHandler
Sets the global event attributeonmouseup
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setMouseWheelHandler
Sets the global event attributeonmousewheel
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setPauseHandler
Sets the global event attributeonpause
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setPlayHandler
Sets the global event attributeonplay
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setPlayingHandler
Sets the global event attributeonplaying
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setProgressHandler
Sets the global event attributeonprogress
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setRateChangeHandler
Sets the global event attributeonratechange
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setResetHandler
Sets the global event attributeonreset
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setResizeHandler
Sets the global event attributeonresize
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setScrollHandler
Sets the global event attributeonscroll
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setSeekedHandler
Sets the global event attributeonseeked
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setSeekingHandler
Sets the global event attributeonseeking
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setSelectHandler
Sets the global event attributeonselect
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setShowHandler
Sets the global event attributeonshow
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setStalledHandler
Sets the global event attributeonstalled
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setSubmitHandler
Sets the global event attributeonsubmit
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setSuspendHandler
Sets the global event attributeonsuspend
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setTimeUpdateHandler
Sets the global event attributeontimeupdate
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setToggleHandler
Sets the global event attributeontoggle
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setVolumeChangeHandler
Sets the global event attributeonvolumechange
for this SVG element.- Parameters:
value
- The attribute type.- See Also:
-
setWaitHandler
Sets the wait handler for this SVG element.- Parameters:
value
- The wait handler.- See Also:
-