Uses of Class
com.vaadin.flow.dom.impl.CustomAttribute
-
Packages that use CustomAttribute Package Description com.vaadin.flow.dom.impl -
-
Uses of CustomAttribute in com.vaadin.flow.dom.impl
Subclasses of CustomAttribute in com.vaadin.flow.dom.impl Modifier and Type Class Description classClassAttributeHandlerEmulates theclassattribute by delegating toElement.getClassList().classStyleAttributeHandlerEmulates thestyleattribute by delegating toElement.getStyle().Methods in com.vaadin.flow.dom.impl that return types with arguments of type CustomAttribute Modifier and Type Method Description static Optional<CustomAttribute>CustomAttribute. get(String name)Gets the custom attribute with the provided name, if present.
-