Uses of Enum Class
com.vaadin.flow.dom.NodeVisitor.ElementType
Packages that use NodeVisitor.ElementType
-
Uses of NodeVisitor.ElementType in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom that return NodeVisitor.ElementTypeModifier and TypeMethodDescriptionstatic NodeVisitor.ElementTypeReturns the enum constant of this class with the specified name.static NodeVisitor.ElementType[]NodeVisitor.ElementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.dom with parameters of type NodeVisitor.ElementTypeModifier and TypeMethodDescriptionbooleanNodeVisitor.visit(NodeVisitor.ElementType type, Element element) Visit theelementusing provided elementtype.