Package | Description |
---|---|
com.vaadin.flow.dom.impl |
Modifier and Type | Class and Description |
---|---|
class |
ClassAttributeHandler
Emulates the
class attribute by delegating to
Element.getClassList() . |
class |
StyleAttributeHandler
Emulates the
style attribute by delegating to
Element.getStyle() . |
Modifier and Type | Method and Description |
---|---|
static Optional<CustomAttribute> |
CustomAttribute.get(String name)
Gets the custom attribute with the provided name, if present.
|
Copyright © 2020. All rights reserved.