Uses of Class
com.vaadin.flow.dom.impl.CustomAttribute
Packages that use CustomAttribute
-
Uses of CustomAttribute in com.vaadin.flow.dom.impl
Subclasses of CustomAttribute in com.vaadin.flow.dom.implModifier and TypeClassDescriptionclass
Emulates theclass
attribute by delegating toElement.getClassList()
.class
Emulates thestyle
attribute by delegating toElement.getStyle()
.Methods in com.vaadin.flow.dom.impl that return types with arguments of type CustomAttributeModifier and TypeMethodDescriptionstatic Optional<CustomAttribute>
Gets the custom attribute with the provided name, if present.