Uses of Class
com.vaadin.flow.dom.NodeVisitor.ElementType
-
Packages that use NodeVisitor.ElementType Package Description com.vaadin.flow.dom -
-
Uses of NodeVisitor.ElementType in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom that return NodeVisitor.ElementType Modifier and Type Method Description static NodeVisitor.ElementTypeNodeVisitor.ElementType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeVisitor.ElementType[]NodeVisitor.ElementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.dom with parameters of type NodeVisitor.ElementType Modifier and Type Method Description booleanNodeVisitor. visit(NodeVisitor.ElementType type, Element element)Visit theelementusing provided elementtype.
-