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 TypeClassDescriptionclassEmulates theclassattribute by delegating toElement.getClassList().classEmulates thestyleattribute 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.