Uses of Enum Class
com.vaadin.uitest.model.codesnippetgeneration.ElementProperty
Packages that use ElementProperty
-
Uses of ElementProperty in com.vaadin.uitest.model.codesnippetgeneration
Methods in com.vaadin.uitest.model.codesnippetgeneration that return ElementPropertyModifier and TypeMethodDescriptionPatternElement.elementProperties()Returns the value of theelementPropertiesrecord component.static ElementPropertyReturns the enum constant of this class with the specified name.static ElementProperty[]ElementProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.uitest.model.codesnippetgeneration that return types with arguments of type ElementPropertyMethod parameters in com.vaadin.uitest.model.codesnippetgeneration with type arguments of type ElementPropertyModifier and TypeMethodDescriptionvoidGherkinElement.setIdentifiers(Map<ElementProperty, String> identifiers) Constructors in com.vaadin.uitest.model.codesnippetgeneration with parameters of type ElementPropertyModifierConstructorDescriptionPatternElement(String element, ElementProperty... elementProperties) Creates an instance of aPatternElementrecord class. -
Uses of ElementProperty in com.vaadin.uitest.model.flow
Methods in com.vaadin.uitest.model.flow that return types with arguments of type ElementProperty