Uses of Class
com.machinezoo.pushmode.dom.DomElement
Package
Description
Core PushMode classes.
DOM tree nodes and constructors.
-
Uses of DomElement in com.machinezoo.pushmode
Modifier and TypeMethodDescriptionPageFrame.document()
abstract DomElement
PushPage.document()
Renders the page, i.e. -
Uses of DomElement in com.machinezoo.pushmode.dom
Modifier and TypeMethodDescriptionstatic DomElement
Html.a()
Creates new<a>
element.static DomElement
Svg.a()
Creates new<a>
element.static DomElement
Html.abbr()
Creates new<abbr>
element.default DomElement
Sets HTML attributeaccept
.default DomElement
DomAttributes.acceptCharset
(String value) Sets HTML attributeaccept-charset
.default DomElement
Sets HTML attributeaccesskey
.default DomElement
DomAttributes.accumulate
(String value) Sets SVG attributeaccumulate
.default DomElement
Sets HTML attributeaction
.DomElement.add
(DomContent child) Adds new child node to this element.Adds literal text to this element The text is first wrapped inDomText
.<C extends DomContent>
DomElementDomElement.add
(Collection<C> children) Adds all nodes in aCollection
to this element.<C extends DomContent>
DomElementAdds all nodes in aStream
to this element.default DomElement
Sets SVG attributeadditive
.static DomElement
Html.address()
Creates new<address>
element.default DomElement
DomAttributes.alignmentBaseline
(String value) Sets SVG attributealignment-baseline
.default DomElement
DomAttributes.allowfullscreen
(String value) Sets HTML attributeallowfullscreen
.default DomElement
Sets HTML attributealt
.static DomElement
Svg.altGlyph()
Creates new<altGlyph>
element.static DomElement
Svg.altGlyphDef()
Creates new<altGlyphDef>
element.static DomElement
Svg.altGlyphItem()
Creates new<altGlyphItem>
element.default DomElement
DomAttributes.amplitude
(double value) Sets SVG attributeamplitude
to a floating-point value.default DomElement
Sets SVG attributeamplitude
.static DomElement
Svg.animate()
Creates new<animate>
element.static DomElement
Svg.animateColor()
Creates new<animateColor>
element.static DomElement
Svg.animateMotion()
Creates new<animateMotion>
element.static DomElement
Svg.animateTransform()
Creates new<animateTransform>
element.static DomElement
Html.area()
Creates new<area>
element.static DomElement
Html.article()
Creates new<article>
element.static DomElement
Html.aside()
Creates new<aside>
element.DomElement.assign
(DomElement other) default DomElement
DomAttributes.async()
Adds boolean HTML attributeasync
.default DomElement
DomAttributes.async
(boolean present) Adds or removes boolean HTML attributeasync
.default DomElement
DomAttributes.attributeName
(String value) Sets SVG attributeattributeName
.default DomElement
DomAttributes.attributeType
(String value) Sets SVG attributeattributeType
.static DomElement
Html.audio()
Creates new<audio>
element.default DomElement
DomAttributes.autocapitalize
(String value) Sets HTML attributeautocapitalize
.default DomElement
DomAttributes.autocomplete
(String value) Sets HTML attributeautocomplete
.default DomElement
DomAttributes.autofocus()
Adds boolean HTML attributeautofocus
.default DomElement
DomAttributes.autofocus
(boolean present) Adds or removes boolean HTML attributeautofocus
.default DomElement
DomAttributes.autoplay()
Adds boolean HTML attributeautoplay
.default DomElement
DomAttributes.autoplay
(boolean present) Adds or removes boolean HTML attributeautoplay
.default DomElement
DomAttributes.azimuth
(double value) Sets SVG attributeazimuth
to a floating-point value.default DomElement
Sets SVG attributeazimuth
.static DomElement
Html.b()
Creates new<b>
element.static DomElement
Html.base()
Creates new<base>
element.default DomElement
DomAttributes.baseFrequency
(double value) Sets SVG attributebaseFrequency
to a floating-point value.default DomElement
DomAttributes.baseFrequency
(String value) Sets SVG attributebaseFrequency
.default DomElement
DomAttributes.baselineShift
(double value) Sets SVG attributebaseline-shift
to a floating-point value.default DomElement
DomAttributes.baselineShift
(String value) Sets SVG attributebaseline-shift
.static DomElement
Html.bdi()
Creates new<bdi>
element.static DomElement
Html.bdo()
Creates new<bdo>
element.default DomElement
Sets SVG attributebegin
.default DomElement
DomAttributes.bias
(double value) Sets SVG attributebias
to a floating-point value.default DomElement
Sets SVG attributebias
.static DomElement
Html.blockquote()
Creates new<blockquote>
element.static DomElement
Html.body()
Creates new<body>
element.static DomElement
Html.br()
Creates new<br>
element.static DomElement
Html.button()
Creates new<button>
element.default DomElement
Sets SVG attributecalcMode
.static DomElement
Html.canvas()
Creates new<canvas>
element.static DomElement
Html.caption()
Creates new<caption>
element.default DomElement
Sets HTML attributecharset
.default DomElement
DomAttributes.checked()
Adds boolean HTML attributechecked
.default DomElement
DomAttributes.checked
(boolean present) Adds or removes boolean HTML attributechecked
.Sets up two-way binding on attributechecked
.Sets up two-way binding on attributechecked
.static DomElement
Svg.circle()
Creates new<circle>
element.default DomElement
Sets HTML attributecite
.static DomElement
Html.cite()
Creates new<cite>
element.default DomElement
Sets HTML/SVG attributeclass
.default DomElement
Setsclass
attribute to an array of values.default DomElement
Sets SVG attributeclip-path
.static DomElement
Svg.clipPath()
Creates new<clipPath>
element.default DomElement
DomAttributes.clipPathUnits
(String value) Sets SVG attributeclipPathUnits
.default DomElement
Sets SVG attributeclip-rule
.DomElement.clone()
Creates deep unfrozen clone of this element.static DomElement
Html.code()
Creates new<code>
element.static DomElement
Html.col()
Creates new<col>
element.static DomElement
Html.colgroup()
Creates new<colgroup>
element.default DomElement
Sets SVG attributecolor
.default DomElement
DomAttributes.colorInterpolation
(String value) Sets SVG attributecolor-interpolation
.default DomElement
DomAttributes.colorInterpolationFilters
(String value) Sets SVG attributecolor-interpolation-filters
.default DomElement
DomAttributes.colorProfile
(String value) Sets SVG attributecolor-profile
.static DomElement
Svg.colorProfile()
Creates new<color-profile>
element.default DomElement
DomAttributes.colorRendering
(String value) Sets SVG attributecolor-rendering
.default DomElement
DomAttributes.cols
(int value) Sets HTML attributecols
to an integer value.default DomElement
Sets HTML attributecols
.default DomElement
DomAttributes.colspan
(int value) Sets HTML attributecolspan
to an integer value.default DomElement
Sets HTML attributecolspan
.default DomElement
Sets HTML attributecontent
.default DomElement
DomAttributes.contenteditable
(String value) Sets HTML attributecontenteditable
.default DomElement
DomAttributes.contextmenu
(String value) Sets HTML attributecontextmenu
.default DomElement
DomAttributes.controls()
Adds boolean HTML attributecontrols
.default DomElement
DomAttributes.controls
(boolean present) Adds or removes boolean HTML attributecontrols
.default DomElement
Sets HTML attributecoords
.default DomElement
DomAttributes.crossorigin
(String value) Sets HTML attributecrossorigin
.default DomElement
Sets SVG attributecursor
.static DomElement
Svg.cursor()
Creates new<cursor>
element.default DomElement
DomAttributes.cx
(double value) Sets SVG attributecx
to a floating-point value.default DomElement
Sets SVG attributecx
.default DomElement
DomAttributes.cy
(double value) Sets SVG attributecy
to a floating-point value.default DomElement
Sets SVG attributecy
.default DomElement
Sets SVG attributed
.default DomElement
Setsdata-*
attribute.static DomElement
Html.data()
Creates new<data>
element.static DomElement
Html.datalist()
Creates new<datalist>
element.default DomElement
Sets HTML attributedatetime
.static DomElement
Html.dd()
Creates new<dd>
element.default DomElement
DomAttributes.defaults()
Adds boolean HTML attributedefault
.default DomElement
DomAttributes.defaults
(boolean present) Adds or removes boolean HTML attributedefault
.default DomElement
DomAttributes.defer()
Adds boolean HTML attributedefer
.default DomElement
DomAttributes.defer
(boolean present) Adds or removes boolean HTML attributedefer
.static DomElement
Svg.defs()
Creates new<defs>
element.static DomElement
Html.del()
Creates new<del>
element.static DomElement
Svg.desc()
Creates new<desc>
element.static DomElement
Html.details()
Creates new<details>
element.static DomElement
Html.dfn()
Creates new<dfn>
element.default DomElement
DomAttributes.diffuseConstant
(double value) Sets SVG attributediffuseConstant
to a floating-point value.default DomElement
DomAttributes.diffuseConstant
(String value) Sets SVG attributediffuseConstant
.default DomElement
Sets HTML attributedir
.default DomElement
Sets SVG attributedirection
.default DomElement
DomAttributes.disabled()
Adds boolean HTML attributedisabled
.default DomElement
DomAttributes.disabled
(boolean present) Adds or removes boolean HTML attributedisabled
.default DomElement
Sets SVG attributedisplay
.static DomElement
Html.div()
Creates new<div>
element.default DomElement
DomAttributes.divisor
(double value) Sets SVG attributedivisor
to a floating-point value.default DomElement
Sets SVG attributedivisor
.static DomElement
Html.dl()
Creates new<dl>
element.default DomElement
DomAttributes.dominantBaseline
(String value) Sets SVG attributedominant-baseline
.default DomElement
DomAttributes.download()
Adds boolean HTML attributedownload
.default DomElement
DomAttributes.download
(boolean present) Adds or removes boolean HTML attributedownload
.default DomElement
Sets HTML attributedraggable
.default DomElement
Sets HTML attributedropzone
.static DomElement
Html.dt()
Creates new<dt>
element.default DomElement
Sets SVG attributedur
.default DomElement
DomAttributes.dx
(double value) Sets SVG attributedx
to a floating-point value.default DomElement
Sets SVG attributedx
.default DomElement
DomAttributes.dy
(double value) Sets SVG attributedy
to a floating-point value.default DomElement
Sets SVG attributedy
.default DomElement
Sets SVG attributeedgeMode
.default DomElement
DomAttributes.elevation
(double value) Sets SVG attributeelevation
to a floating-point value.default DomElement
Sets SVG attributeelevation
.static DomElement
Svg.ellipse()
Creates new<ellipse>
element.static DomElement
Html.em()
Creates new<em>
element.static DomElement
Html.embed()
Creates new<embed>
element.default DomElement
Sets HTML attributeenctype
.default DomElement
Sets SVG attributeend
.default DomElement
DomAttributes.externalResourcesRequired
(String value) Sets SVG attributeexternalResourcesRequired
.static DomElement
Svg.feBlend()
Creates new<feBlend>
element.static DomElement
Svg.feColorMatrix()
Creates new<feColorMatrix>
element.static DomElement
Svg.feComponentTransfer()
Creates new<feComponentTransfer>
element.static DomElement
Svg.feComposite()
Creates new<feComposite>
element.static DomElement
Svg.feConvolveMatrix()
Creates new<feConvolveMatrix>
element.static DomElement
Svg.feDiffuseLighting()
Creates new<feDiffuseLighting>
element.static DomElement
Svg.feDisplacementMap()
Creates new<feDisplacementMap>
element.static DomElement
Svg.feDistantLight()
Creates new<feDistantLight>
element.static DomElement
Svg.feFlood()
Creates new<feFlood>
element.static DomElement
Svg.feFuncA()
Creates new<feFuncA>
element.static DomElement
Svg.feFuncB()
Creates new<feFuncB>
element.static DomElement
Svg.feFuncG()
Creates new<feFuncG>
element.static DomElement
Svg.feFuncR()
Creates new<feFuncR>
element.static DomElement
Svg.feGaussianBlur()
Creates new<feGaussianBlur>
element.static DomElement
Svg.feImage()
Creates new<feImage>
element.static DomElement
Svg.feMerge()
Creates new<feMerge>
element.static DomElement
Svg.feMergeNode()
Creates new<feMergeNode>
element.static DomElement
Svg.feMorphology()
Creates new<feMorphology>
element.static DomElement
Svg.feOffset()
Creates new<feOffset>
element.static DomElement
Svg.fePointLight()
Creates new<fePointLight>
element.static DomElement
Svg.feSpecularLighting()
Creates new<feSpecularLighting>
element.static DomElement
Svg.feSpotLight()
Creates new<feSpotLight>
element.static DomElement
Svg.feTile()
Creates new<feTile>
element.static DomElement
Svg.feTurbulence()
Creates new<feTurbulence>
element.static DomElement
Html.fieldset()
Creates new<fieldset>
element.static DomElement
Html.figcaption()
Creates new<figcaption>
element.static DomElement
Html.figure()
Creates new<figure>
element.default DomElement
Sets SVG attributefill
.default DomElement
DomAttributes.fillOpacity
(double value) Sets SVG attributefill-opacity
to a floating-point value.default DomElement
DomAttributes.fillOpacity
(String value) Sets SVG attributefill-opacity
.default DomElement
Sets SVG attributefill-rule
.default DomElement
Sets SVG attributefilter
.static DomElement
Svg.filter()
Creates new<filter>
element.default DomElement
DomAttributes.filterUnits
(String value) Sets SVG attributefilterUnits
.default DomElement
DomAttributes.floodColor
(String value) Sets SVG attributeflood-color
.default DomElement
DomAttributes.floodOpacity
(double value) Sets SVG attributeflood-opacity
to a floating-point value.default DomElement
DomAttributes.floodOpacity
(String value) Sets SVG attributeflood-opacity
.static DomElement
Svg.font()
Creates new<font>
element.static DomElement
Svg.fontFace()
Creates new<font-face>
element.static DomElement
Svg.fontFaceFormat()
Creates new<font-face-format>
element.static DomElement
Svg.fontFaceName()
Creates new<font-face-name>
element.static DomElement
Svg.fontFaceSrc()
Creates new<font-face-src>
element.static DomElement
Svg.fontFaceUri()
Creates new<font-face-uri>
element.default DomElement
DomAttributes.fontFamily
(String value) Sets SVG attributefont-family
.default DomElement
Sets SVG attributefont-size
.default DomElement
DomAttributes.fontSizeAdjust
(double value) Sets SVG attributefont-size-adjust
to a floating-point value.default DomElement
DomAttributes.fontSizeAdjust
(String value) Sets SVG attributefont-size-adjust
.default DomElement
DomAttributes.fontStretch
(String value) Sets SVG attributefont-stretch
.default DomElement
DomAttributes.fontVariant
(String value) Sets SVG attributefont-variant
.default DomElement
DomAttributes.fontWeight
(int value) Sets SVG attributefont-weight
to an integer value.default DomElement
DomAttributes.fontWeight
(String value) Sets SVG attributefont-weight
.static DomElement
Html.footer()
Creates new<footer>
element.static DomElement
Svg.foreignObject()
Creates new<foreignObject>
element.default DomElement
Sets HTML attributefor
.default DomElement
Sets HTML attributeform
.static DomElement
Html.form()
Creates new<form>
element.default DomElement
DomAttributes.formaction
(String value) Sets HTML attributeformaction
.default DomElement
DomAttributes.formmethod
(String value) Sets HTML attributeformmethod
.default DomElement
DomAttributes.formnovalidate()
Adds boolean HTML attributeformnovalidate
.default DomElement
DomAttributes.formnovalidate
(boolean present) Adds or removes boolean HTML attributeformnovalidate
.default DomElement
DomAttributes.formtarget
(String value) Sets HTML attributeformtarget
.default DomElement
DomAttributes.fr
(double value) Sets SVG attributefr
to a floating-point value.default DomElement
Sets SVG attributefr
.DomElement.freeze()
Protects this element from further modification.default DomElement
Sets SVG attributefrom
.static DomElement
static DomElement
default DomElement
DomAttributes.fx
(double value) Sets SVG attributefx
to a floating-point value.default DomElement
Sets SVG attributefx
.default DomElement
DomAttributes.fy
(double value) Sets SVG attributefy
to a floating-point value.default DomElement
Sets SVG attributefy
.static DomElement
Svg.g()
Creates new<g>
element.static DomElement
Svg.glyph()
Creates new<glyph>
element.static DomElement
Svg.glyphRef()
Creates new<glyphRef>
element.default DomElement
DomAttributes.gradientTransform
(String value) Sets SVG attributegradientTransform
.default DomElement
DomAttributes.gradientUnits
(String value) Sets SVG attributegradientUnits
.static DomElement
Html.h1()
Creates new<h1>
element.static DomElement
Html.h2()
Creates new<h2>
element.static DomElement
Html.h3()
Creates new<h3>
element.static DomElement
Html.h4()
Creates new<h4>
element.static DomElement
Html.h5()
Creates new<h5>
element.static DomElement
Html.h6()
Creates new<h6>
element.static DomElement
Html.head()
Creates new<head>
element.static DomElement
Html.header()
Creates new<header>
element.default DomElement
Sets HTML attributeheaders
.default DomElement
DomAttributes.height
(double value) Sets HTML/SVG attributeheight
to a floating-point value.default DomElement
DomAttributes.height
(int value) Sets HTML/SVG attributeheight
to an integer value.default DomElement
Sets HTML/SVG attributeheight
.default DomElement
DomAttributes.hidden()
Adds boolean HTML attributehidden
.default DomElement
DomAttributes.hidden
(boolean present) Adds or removes boolean HTML attributehidden
.default DomElement
DomAttributes.high
(double value) Sets HTML attributehigh
to a floating-point value.default DomElement
Sets HTML attributehigh
.static DomElement
Svg.hkern()
Creates new<hkern>
element.static DomElement
Html.hr()
Creates new<hr>
element.default DomElement
Sets HTML/SVG attributehref
.default DomElement
Sets HTML attributehreflang
.static DomElement
Html.html()
Creates new<html>
element.default DomElement
Sets HTML attributehttp-equiv
.static DomElement
Html.i()
Creates new<i>
element.default DomElement
Sets HTML attributeicon
.Sets element's ID.static DomElement
Html.iframe()
Creates new<iframe>
element.static DomElement
Svg.image()
Creates new<image>
element.default DomElement
DomAttributes.imageRendering
(String value) Sets SVG attributeimage-rendering
.static DomElement
Html.img()
Creates new<img>
element.default DomElement
Sets SVG attributein
.default DomElement
Sets SVG attributein2
.static DomElement
Html.input()
Creates new<input>
element.default DomElement
Sets HTML attributeinputmode
.static DomElement
Html.ins()
Creates new<ins>
element.default DomElement
Sets HTML attributeintegrity
.default DomElement
DomAttributes.ismap()
Adds boolean HTML attributeismap
.default DomElement
DomAttributes.ismap
(boolean present) Adds or removes boolean HTML attributeismap
.default DomElement
DomAttributes.k1
(double value) Sets SVG attributek1
to a floating-point value.default DomElement
Sets SVG attributek1
.default DomElement
DomAttributes.k2
(double value) Sets SVG attributek2
to a floating-point value.default DomElement
Sets SVG attributek2
.default DomElement
DomAttributes.k3
(double value) Sets SVG attributek3
to a floating-point value.default DomElement
Sets SVG attributek3
.default DomElement
DomAttributes.k4
(double value) Sets SVG attributek4
to a floating-point value.default DomElement
Sets SVG attributek4
.static DomElement
Html.kbd()
Creates new<kbd>
element.default DomElement
DomAttributes.kernelMatrix
(String value) Sets SVG attributekernelMatrix
.default DomElement
DomAttributes.kernelUnitLength
(double value) Sets SVG attributekernelUnitLength
to a floating-point value.default DomElement
DomAttributes.kernelUnitLength
(String value) Sets SVG attributekernelUnitLength
.default DomElement
DomAttributes.kerning
(double value) Sets SVG attributekerning
to a floating-point value.default DomElement
Sets SVG attributekerning
.Sets element's pairing key.default DomElement
DomAttributes.keySplines
(String value) Sets SVG attributekeySplines
.default DomElement
Sets SVG attributekeyTimes
.default DomElement
Sets HTML attributekind
.default DomElement
Sets HTML attributelabel
.static DomElement
Html.label()
Creates new<label>
element.default DomElement
Sets HTML attributelang
.default DomElement
Sets HTML attributelanguage
.static DomElement
Html.legend()
Creates new<legend>
element.default DomElement
DomAttributes.letterSpacing
(double value) Sets SVG attributeletter-spacing
to a floating-point value.default DomElement
DomAttributes.letterSpacing
(String value) Sets SVG attributeletter-spacing
.static DomElement
Html.li()
Creates new<li>
element.default DomElement
DomAttributes.lightingColor
(String value) Sets SVG attributelighting-color
.default DomElement
DomAttributes.limitingConeAngle
(double value) Sets SVG attributelimitingConeAngle
to a floating-point value.default DomElement
DomAttributes.limitingConeAngle
(String value) Sets SVG attributelimitingConeAngle
.static DomElement
Svg.line()
Creates new<line>
element.static DomElement
Svg.linearGradient()
Creates new<linearGradient>
element.static DomElement
Html.link()
Creates new<link>
element.default DomElement
Sets HTML attributelist
.default DomElement
Sets SVG attributelocal
.default DomElement
DomAttributes.loop()
Adds boolean HTML attributeloop
.default DomElement
DomAttributes.loop
(boolean present) Adds or removes boolean HTML attributeloop
.default DomElement
DomAttributes.low
(double value) Sets HTML attributelow
to a floating-point value.default DomElement
Sets HTML attributelow
.static DomElement
Html.main()
Creates new<main>
element.static DomElement
Html.map()
Creates new<map>
element.static DomElement
Html.mark()
Creates new<mark>
element.static DomElement
Svg.marker()
Creates new<marker>
element.default DomElement
Sets SVG attributemarker-end
.default DomElement
DomAttributes.markerHeight
(double value) Sets SVG attributemarkerHeight
to a floating-point value.default DomElement
DomAttributes.markerHeight
(String value) Sets SVG attributemarkerHeight
.default DomElement
Sets SVG attributemarker-mid
.default DomElement
DomAttributes.markerStart
(String value) Sets SVG attributemarker-start
.default DomElement
DomAttributes.markerUnits
(String value) Sets SVG attributemarkerUnits
.default DomElement
DomAttributes.markerWidth
(double value) Sets SVG attributemarkerWidth
to a floating-point value.default DomElement
DomAttributes.markerWidth
(String value) Sets SVG attributemarkerWidth
.default DomElement
Sets SVG attributemask
.static DomElement
Svg.mask()
Creates new<mask>
element.default DomElement
DomAttributes.maskContentUnits
(String value) Sets SVG attributemaskContentUnits
.default DomElement
Sets SVG attributemaskUnits
.default DomElement
DomAttributes.max
(double value) Sets HTML/SVG attributemax
to a floating-point value.default DomElement
Sets HTML/SVG attributemax
.default DomElement
DomAttributes.maxlength
(int value) Sets HTML attributemaxlength
to an integer value.default DomElement
Sets HTML attributemaxlength
.default DomElement
Sets HTML attributemedia
.static DomElement
Html.meta()
Creates new<meta>
element.static DomElement
Svg.metadata()
Creates new<metadata>
element.static DomElement
Html.meter()
Creates new<meter>
element.default DomElement
Sets HTML attributemethod
.default DomElement
DomAttributes.min
(double value) Sets HTML/SVG attributemin
to a floating-point value.default DomElement
Sets HTML/SVG attributemin
.default DomElement
DomAttributes.minlength
(int value) Sets HTML attributeminlength
to an integer value.default DomElement
Sets HTML attributeminlength
.static DomElement
Svg.missingGlyph()
Creates new<missing-glyph>
element.default DomElement
Sets SVG attributemode
.static DomElement
Svg.mpath()
Creates new<mpath>
element.default DomElement
DomAttributes.multiple()
Adds boolean HTML attributemultiple
.default DomElement
DomAttributes.multiple
(boolean present) Adds or removes boolean HTML attributemultiple
.default DomElement
DomAttributes.muted()
Adds boolean HTML attributemuted
.default DomElement
DomAttributes.muted
(boolean present) Adds or removes boolean HTML attributemuted
.default DomElement
Sets HTML attributename
.static DomElement
Html.nav()
Creates new<nav>
element.static DomElement
Html.noscript()
Creates new<noscript>
element.default DomElement
DomAttributes.novalidate()
Adds boolean HTML attributenovalidate
.default DomElement
DomAttributes.novalidate
(boolean present) Adds or removes boolean HTML attributenovalidate
.default DomElement
DomAttributes.numOctaves
(int value) Sets SVG attributenumOctaves
to an integer value.default DomElement
DomAttributes.numOctaves
(String value) Sets SVG attributenumOctaves
.static DomElement
Html.object()
Creates new<object>
element.static DomElement
Html.ol()
Creates new<ol>
element.Adds event handler forchange
event.Adds event handler forclick
event.Adds event handler forinput
event.default DomElement
DomAttributes.opacity
(double value) Sets SVG attributeopacity
to a floating-point value.default DomElement
Sets SVG attributeopacity
.default DomElement
DomAttributes.open()
Adds boolean HTML attributeopen
.default DomElement
DomAttributes.open
(boolean present) Adds or removes boolean HTML attributeopen
.default DomElement
Sets SVG attributeoperator
.static DomElement
Html.optgroup()
Creates new<optgroup>
element.default DomElement
DomAttributes.optimum
(double value) Sets HTML attributeoptimum
to a floating-point value.default DomElement
Sets HTML attributeoptimum
.static DomElement
Html.option()
Creates new<option>
element.default DomElement
DomAttributes.order
(int value) Sets SVG attributeorder
to an integer value.default DomElement
Sets SVG attributeorder
.static DomElement
Html.output()
Creates new<output>
element.default DomElement
Sets SVG attributeoverflow
.default DomElement
DomAttributes.overlinePosition
(double value) Sets SVG attributeoverline-position
to a floating-point value.default DomElement
DomAttributes.overlinePosition
(String value) Sets SVG attributeoverline-position
.default DomElement
DomAttributes.overlineThickness
(double value) Sets SVG attributeoverline-thickness
to a floating-point value.default DomElement
DomAttributes.overlineThickness
(String value) Sets SVG attributeoverline-thickness
.static DomElement
Html.p()
Creates new<p>
element.default DomElement
DomAttributes.paintOrder
(String value) Sets SVG attributepaint-order
.static DomElement
Html.param()
Creates new<param>
element.static DomElement
Svg.path()
Creates new<path>
element.default DomElement
DomAttributes.pathLength
(double value) Sets SVG attributepathLength
to a floating-point value.default DomElement
DomAttributes.pathLength
(String value) Sets SVG attributepathLength
.default DomElement
Sets HTML attributepattern
.static DomElement
Svg.pattern()
Creates new<pattern>
element.default DomElement
DomAttributes.patternContentUnits
(String value) Sets SVG attributepatternContentUnits
.default DomElement
DomAttributes.patternTransform
(String value) Sets SVG attributepatternTransform
.default DomElement
DomAttributes.patternUnits
(String value) Sets SVG attributepatternUnits
.static DomElement
Html.picture()
Creates new<picture>
element.default DomElement
DomAttributes.ping()
Adds boolean HTML attributeping
.default DomElement
DomAttributes.ping
(boolean present) Adds or removes boolean HTML attributeping
.default DomElement
DomAttributes.placeholder
(String value) Sets HTML attributeplaceholder
.default DomElement
Sets HTML attributedata
.default DomElement
DomAttributes.pointerEvents
(String value) Sets SVG attributepointer-events
.default DomElement
Sets SVG attributepoints
.default DomElement
DomAttributes.pointsAtX
(double value) Sets SVG attributepointsAtX
to a floating-point value.default DomElement
Sets SVG attributepointsAtX
.default DomElement
DomAttributes.pointsAtY
(double value) Sets SVG attributepointsAtY
to a floating-point value.default DomElement
Sets SVG attributepointsAtY
.default DomElement
DomAttributes.pointsAtZ
(double value) Sets SVG attributepointsAtZ
to a floating-point value.default DomElement
Sets SVG attributepointsAtZ
.static DomElement
Svg.polygon()
Creates new<polygon>
element.static DomElement
Svg.polyline()
Creates new<polyline>
element.default DomElement
Sets HTML attributeposter
.static DomElement
Html.pre()
Creates new<pre>
element.default DomElement
Sets HTML attributepreload
.default DomElement
DomAttributes.preserveAlpha
(String value) Sets SVG attributepreserveAlpha
.default DomElement
DomAttributes.preserveAspectRatio
(String value) Sets SVG attributepreserveAspectRatio
.default DomElement
DomAttributes.primitiveUnits
(String value) Sets SVG attributeprimitiveUnits
.static DomElement
Html.progress()
Creates new<progress>
element.static DomElement
Html.q()
Creates new<q>
element.default DomElement
DomAttributes.r
(double value) Sets SVG attributer
to a floating-point value.default DomElement
Sets SVG attributer
.static DomElement
Svg.radialGradient()
Creates new<radialGradient>
element.default DomElement
DomAttributes.radiogroup
(String value) Sets HTML attributeradiogroup
.default DomElement
DomAttributes.radius
(double value) Sets SVG attributeradius
to a floating-point value.default DomElement
Sets SVG attributeradius
.default DomElement
DomAttributes.readonly()
Adds boolean HTML attributereadonly
.default DomElement
DomAttributes.readonly
(boolean present) Adds or removes boolean HTML attributereadonly
.static DomElement
Svg.rect()
Creates new<rect>
element.default DomElement
DomAttributes.refX
(double value) Sets SVG attributerefX
to a floating-point value.default DomElement
Sets SVG attributerefX
.default DomElement
DomAttributes.refy
(double value) Sets SVG attributerefy
to a floating-point value.default DomElement
Sets SVG attributerefy
.default DomElement
Sets HTML attributerel
.default DomElement
DomAttributes.repeatCount
(double value) Sets SVG attributerepeatCount
to a floating-point value.default DomElement
DomAttributes.repeatCount
(String value) Sets SVG attributerepeatCount
.default DomElement
Sets SVG attributerepeatDur
.default DomElement
DomAttributes.required()
Adds boolean HTML attributerequired
.default DomElement
DomAttributes.required
(boolean present) Adds or removes boolean HTML attributerequired
.default DomElement
DomAttributes.requiredFeatures
(String value) Sets SVG attributerequiredFeatures
.default DomElement
Sets SVG attributerestart
.default DomElement
Sets SVG attributeresult
.default DomElement
DomAttributes.reversed()
Adds boolean HTML attributereversed
.default DomElement
DomAttributes.reversed
(boolean present) Adds or removes boolean HTML attributereversed
.default DomElement
Sets HTML attributerole
.default DomElement
DomAttributes.rows
(int value) Sets HTML attributerows
to an integer value.default DomElement
Sets HTML attributerows
.default DomElement
DomAttributes.rowspan
(int value) Sets HTML attributerowspan
to an integer value.default DomElement
Sets HTML attributerowspan
.static DomElement
Html.rp()
Creates new<rp>
element.static DomElement
Html.rt()
Creates new<rt>
element.static DomElement
Html.rtc()
Creates new<rtc>
element.static DomElement
Html.ruby()
Creates new<ruby>
element.default DomElement
DomAttributes.rx
(double value) Sets SVG attributerx
to a floating-point value.default DomElement
Sets SVG attributerx
.default DomElement
DomAttributes.ry
(double value) Sets SVG attributery
to a floating-point value.default DomElement
Sets SVG attributery
.static DomElement
Html.s()
Creates new<s>
element.static DomElement
Html.samp()
Creates new<samp>
element.default DomElement
Sets HTML attributesandbox
.default DomElement
DomAttributes.scale
(double value) Sets SVG attributescale
to a floating-point value.default DomElement
Sets SVG attributescale
.default DomElement
Sets HTML attributescope
.static DomElement
Html.script()
Creates new<script>
element.static DomElement
Svg.script()
Creates new<script>
element.static DomElement
Html.section()
Creates new<section>
element.default DomElement
DomAttributes.seed
(double value) Sets SVG attributeseed
to a floating-point value.default DomElement
Sets SVG attributeseed
.static DomElement
Html.select()
Creates new<select>
element.default DomElement
DomAttributes.selected()
Adds boolean HTML attributeselected
.default DomElement
DomAttributes.selected
(boolean present) Adds or removes boolean HTML attributeselected
.default DomElement
DomAttributes.selectionDirection
(String value) Sets HTML attributeselectionDirection
.default DomElement
DomAttributes.selectionEnd
(int value) Sets HTML attributeselectionEnd
to an integer value.default DomElement
DomAttributes.selectionEnd
(String value) Sets HTML attributeselectionEnd
.default DomElement
DomAttributes.selectionStart
(int value) Sets HTML attributeselectionStart
to an integer value.default DomElement
DomAttributes.selectionStart
(String value) Sets HTML attributeselectionStart
.DomAttributes.set
(DomAttribute attribute) DomElement.set
(DomAttribute attribute) DomElement.set
(Iterable<DomAttribute> attributes) DomElement.set
(Stream<DomAttribute> attributes) static DomElement
Svg.set()
Creates new<set>
element.default DomElement
Sets HTML attributeshape
.default DomElement
DomAttributes.shapeRendering
(String value) Sets SVG attributeshape-rendering
.default DomElement
DomAttributes.size
(int value) Sets HTML attributesize
to an integer value.default DomElement
Sets HTML attributesize
.default DomElement
Sets HTML attributesizes
.default DomElement
Sets HTML attributeslot
.static DomElement
Html.slot()
Creates new<slot>
element.static DomElement
Html.small()
Creates new<small>
element.static DomElement
Html.source()
Creates new<source>
element.default DomElement
DomAttributes.span
(int value) Sets HTML attributespan
to an integer value.default DomElement
Sets HTML attributespan
.static DomElement
Html.span()
Creates new<span>
element.default DomElement
DomAttributes.specularConstant
(double value) Sets SVG attributespecularConstant
to a floating-point value.default DomElement
DomAttributes.specularConstant
(String value) Sets SVG attributespecularConstant
.default DomElement
DomAttributes.specularExponent
(double value) Sets SVG attributespecularExponent
to a floating-point value.default DomElement
DomAttributes.specularExponent
(String value) Sets SVG attributespecularExponent
.default DomElement
DomAttributes.spellcheck
(String value) Sets HTML attributespellcheck
.default DomElement
Sets HTML attributesrc
.default DomElement
Sets HTML attributesrcdoc
.default DomElement
Sets HTML attributesrclang
.default DomElement
Sets HTML attributesrcset
.default DomElement
DomAttributes.start
(int value) Sets HTML attributestart
to an integer value.default DomElement
Sets HTML attributestart
.default DomElement
DomAttributes.stdDeviation
(double value) Sets SVG attributestdDeviation
to a floating-point value.default DomElement
DomAttributes.stdDeviation
(String value) Sets SVG attributestdDeviation
.default DomElement
DomAttributes.step
(double value) Sets HTML attributestep
to a floating-point value.default DomElement
Sets HTML attributestep
.default DomElement
DomAttributes.stitchTiles
(String value) Sets SVG attributestitchTiles
.static DomElement
Svg.stop()
Creates new<stop>
element.default DomElement
Sets SVG attributestop-color
.default DomElement
DomAttributes.stopOpacity
(double value) Sets SVG attributestop-opacity
to a floating-point value.default DomElement
DomAttributes.stopOpacity
(String value) Sets SVG attributestop-opacity
.default DomElement
DomAttributes.strikethroughPosition
(double value) Sets SVG attributestrikethrough-position
to a floating-point value.default DomElement
DomAttributes.strikethroughPosition
(String value) Sets SVG attributestrikethrough-position
.default DomElement
DomAttributes.strikethroughThickness
(double value) Sets SVG attributestrikethrough-thickness
to a floating-point value.default DomElement
DomAttributes.strikethroughThickness
(String value) Sets SVG attributestrikethrough-thickness
.default DomElement
Sets SVG attributestroke
.default DomElement
DomAttributes.strokeDasharray
(String value) Sets SVG attributestroke-dasharray
.default DomElement
DomAttributes.strokeDashoffset
(double value) Sets SVG attributestroke-dashoffset
to a floating-point value.default DomElement
DomAttributes.strokeDashoffset
(String value) Sets SVG attributestroke-dashoffset
.default DomElement
DomAttributes.strokeLinecap
(String value) Sets SVG attributestroke-linecap
.default DomElement
DomAttributes.strokeLinejoin
(String value) Sets SVG attributestroke-linejoin
.default DomElement
DomAttributes.strokeMiterlimit
(double value) Sets SVG attributestroke-miterlimit
to a floating-point value.default DomElement
DomAttributes.strokeMiterlimit
(String value) Sets SVG attributestroke-miterlimit
.default DomElement
DomAttributes.strokeOpacity
(double value) Sets SVG attributestroke-opacity
to a floating-point value.default DomElement
DomAttributes.strokeOpacity
(String value) Sets SVG attributestroke-opacity
.default DomElement
DomAttributes.strokeWidth
(double value) Sets SVG attributestroke-width
to a floating-point value.default DomElement
DomAttributes.strokeWidth
(String value) Sets SVG attributestroke-width
.static DomElement
Html.strong()
Creates new<strong>
element.default DomElement
Sets HTML/SVG attributestyle
.static DomElement
Html.style()
Creates new<style>
element.static DomElement
Svg.style()
Creates new<style>
element.static DomElement
Html.sub()
Creates new<sub>
element.DomElement.subscribe
(DomListener listener) static DomElement
Html.summary()
Creates new<summary>
element.static DomElement
Html.sup()
Creates new<sup>
element.default DomElement
DomAttributes.surfaceScale
(double value) Sets SVG attributesurfaceScale
to a floating-point value.default DomElement
DomAttributes.surfaceScale
(String value) Sets SVG attributesurfaceScale
.static DomElement
Svg.svg()
Creates new<svg>
element.static DomElement
Svg.switched()
Creates new<switch>
element.static DomElement
Svg.symbol()
Creates new<symbol>
element.default DomElement
DomAttributes.systemLanguage
(String value) Sets SVG attributesystemLanguage
.default DomElement
DomAttributes.tabindex
(int value) Sets HTML/SVG attributetabindex
to an integer value.default DomElement
Sets HTML/SVG attributetabindex
.static DomElement
Html.table()
Creates new<table>
element.default DomElement
Sets HTML attributetarget
.default DomElement
DomAttributes.targetX
(double value) Sets SVG attributetargetX
to a floating-point value.default DomElement
Sets SVG attributetargetX
.default DomElement
DomAttributes.targetY
(double value) Sets SVG attributetargetY
to a floating-point value.default DomElement
Sets SVG attributetargetY
.static DomElement
Html.tbody()
Creates new<tbody>
element.static DomElement
Html.td()
Creates new<td>
element.static DomElement
Html.template()
Creates new<template>
element.static DomElement
Svg.text()
Creates new<text>
element.default DomElement
DomAttributes.textAnchor
(String value) Sets SVG attributetext-anchor
.static DomElement
Html.textarea()
Creates new<textarea>
element.default DomElement
DomAttributes.textDecoration
(String value) Sets SVG attributetext-decoration
.default DomElement
DomAttributes.textLength
(double value) Sets SVG attributetextLength
to a floating-point value.default DomElement
DomAttributes.textLength
(String value) Sets SVG attributetextLength
.static DomElement
Svg.textPath()
Creates new<textPath>
element.default DomElement
DomAttributes.textRendering
(String value) Sets SVG attributetext-rendering
.static DomElement
Html.tfoot()
Creates new<tfoot>
element.static DomElement
Html.th()
Creates new<th>
element.static DomElement
Html.thead()
Creates new<thead>
element.static DomElement
Html.time()
Creates new<time>
element.default DomElement
Sets HTML attributetitle
.static DomElement
Html.title()
Creates new<title>
element.static DomElement
Svg.title()
Creates new<title>
element.default DomElement
Sets SVG attributeto
.DomElement.toPoster()
static DomElement
Html.tr()
Creates new<tr>
element.static DomElement
Html.track()
Creates new<track>
element.default DomElement
Sets SVG attributetransform
.static DomElement
Svg.tref()
Creates new<tref>
element.static DomElement
Svg.tspan()
Creates new<tspan>
element.default DomElement
Sets HTML/SVG attributetype
.default DomElement
DomAttributes.typemustmatch()
Adds boolean HTML attributetypemustmatch
.default DomElement
DomAttributes.typemustmatch
(boolean present) Adds or removes boolean HTML attributetypemustmatch
.static DomElement
Html.u()
Creates new<u>
element.static DomElement
Html.ul()
Creates new<ul>
element.default DomElement
DomAttributes.underlinePosition
(double value) Sets SVG attributeunderline-position
to a floating-point value.default DomElement
DomAttributes.underlinePosition
(String value) Sets SVG attributeunderline-position
.default DomElement
DomAttributes.underlineThickness
(double value) Sets SVG attributeunderline-thickness
to a floating-point value.default DomElement
DomAttributes.underlineThickness
(String value) Sets SVG attributeunderline-thickness
.static DomElement
Svg.use()
Creates new<use>
element.default DomElement
Sets HTML attributeusemap
.default DomElement
DomAttributes.value
(double value) Sets HTML attributevalue
to a floating-point value.default DomElement
Sets HTML attributevalue
.Sets up two-way binding on attributevalue
.default DomElement
Sets SVG attributevalues
.static DomElement
Html.var()
Creates new<var>
element.default DomElement
DomAttributes.vectorEffect
(String value) Sets SVG attributevector-effect
.default DomElement
Sets SVG attributeversion
.static DomElement
Html.video()
Creates new<video>
element.static DomElement
Svg.view()
Creates new<view>
element.default DomElement
Sets SVG attributeviewBox
.default DomElement
DomAttributes.visibility
(String value) Sets SVG attributevisibility
.static DomElement
Svg.vkern()
Creates new<vkern>
element.default DomElement
DomAttributes.volume
(double value) Sets HTML attributevolume
to a floating-point value.default DomElement
Sets HTML attributevolume
.static DomElement
Html.wbr()
Creates new<wbr>
element.default DomElement
DomAttributes.width
(double value) Sets HTML/SVG attributewidth
to a floating-point value.default DomElement
DomAttributes.width
(int value) Sets HTML/SVG attributewidth
to an integer value.default DomElement
Sets HTML/SVG attributewidth
.default DomElement
DomAttributes.wordSpacing
(double value) Sets SVG attributeword-spacing
to a floating-point value.default DomElement
DomAttributes.wordSpacing
(String value) Sets SVG attributeword-spacing
.default DomElement
Sets HTML attributewrap
.default DomElement
DomAttributes.writingMode
(String value) Sets SVG attributewriting-mode
.default DomElement
DomAttributes.x
(double value) Sets SVG attributex
to a floating-point value.default DomElement
Sets SVG attributex
.default DomElement
DomAttributes.x1
(double value) Sets SVG attributex1
to a floating-point value.default DomElement
Sets SVG attributex1
.default DomElement
DomAttributes.x2
(double value) Sets SVG attributex2
to a floating-point value.default DomElement
Sets SVG attributex2
.default DomElement
DomAttributes.xChannelSelector
(String value) Sets SVG attributexChannelSelector
.default DomElement
DomAttributes.y
(double value) Sets SVG attributey
to a floating-point value.default DomElement
Sets SVG attributey
.default DomElement
DomAttributes.y1
(double value) Sets SVG attributey1
to a floating-point value.default DomElement
Sets SVG attributey1
.default DomElement
DomAttributes.y2
(double value) Sets SVG attributey2
to a floating-point value.default DomElement
Sets SVG attributey2
.default DomElement
DomAttributes.yChannelSelector
(String value) Sets SVG attributeyChannelSelector
.default DomElement
DomAttributes.z
(double value) Sets SVG attributez
to a floating-point value.default DomElement
Sets SVG attributez
.Modifier and TypeMethodDescriptionDomContainer.descendants()
Enumerates descendant elements.DomElement.descendantsAndSelf()
Finds element with given tagname.DomContainer.elements()
Enumerates element children.Enumerates elements with given tagname.ModifierConstructorDescriptionDomElement
(DomElement other) Creates deep unfrozen copy of another element.