toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.style
/
DOM
DOM
open
class
DOM
(
val
css
:
CSS
)
Members
Constructors
DOM
Link copied to clipboard
constructor
(
css
:
CSS
)
Types
Companion
Link copied to clipboard
object
Companion
Composed
Dom
Listener
Link copied to clipboard
class
ComposedDomListener
(
val
list
:
List
<
DOM.DomListener
>
)
:
DOM.DomListener
Dom
Element
Link copied to clipboard
open
class
DomElement
(
val
dom
:
DOM
,
val
mappings
:
DOM.DomPropertyMapping
?
=
null
)
Dom
Listener
Link copied to clipboard
interface
DomListener
Dom
Property
Mapping
Link copied to clipboard
class
DomPropertyMapping
Properties
css
Link copied to clipboard
val
css
:
CSS
elements
By
Class
Name
Link copied to clipboard
val
elementsByClassName
:
HashMap
<
String
,
MutableSet
<
DOM.DomElement
>
>
elements
By
Id
Link copied to clipboard
val
elementsById
:
HashMap
<
String
,
DOM.DomElement
>
listeners
Link copied to clipboard
val
listeners
:
ArrayList
<
DOM.DomListener
>
Functions
get
Set
For
Class
Name
Link copied to clipboard
fun
getSetForClassName
(
className
:
String
)
:
MutableSet
<
DOM.DomElement
>