Uses of Enum Class
com.vaadin.uitest.model.flow.FlowComponent
Packages that use FlowComponent
-
Uses of FlowComponent in com.vaadin.uitest.model.flow
Methods in com.vaadin.uitest.model.flow that return FlowComponentModifier and TypeMethodDescriptionstatic FlowComponentFlowComponent.getByComponentClass(Class<? extends com.vaadin.flow.component.Component> componentClass) static FlowComponentFlowComponent.getByComponentSimpleName(String componentSimpleName) static FlowComponentstatic FlowComponentFlowComponent.getCorrespondingComponent(FlowComponentElement element) FlowCodeSample.getPrimaryFlowComponent()static FlowComponentReturns the enum constant of this class with the specified name.static FlowComponent[]FlowComponent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.uitest.model.flow that return types with arguments of type FlowComponentMethods in com.vaadin.uitest.model.flow with parameters of type FlowComponentModifier and TypeMethodDescriptionstatic FlowComponentElementFlowComponentElement.getCorrespondingElement(FlowComponent component) booleanFlowCodeSample.hasAdditionalFlowComponents(FlowComponent flowComponent) Method parameters in com.vaadin.uitest.model.flow with type arguments of type FlowComponentModifier and TypeMethodDescriptionvoidFlowCodeSample.setAdditionalFlowComponents(Set<FlowComponent> additionalFlowComponents) Constructors in com.vaadin.uitest.model.flow with parameters of type FlowComponent