Uses of Class
com.vaadin.flow.testutil.FrontendStubs.Tool
-
Packages that use FrontendStubs.Tool Package Description com.vaadin.flow.testutil -
-
Uses of FrontendStubs.Tool in com.vaadin.flow.testutil
Methods in com.vaadin.flow.testutil that return FrontendStubs.Tool Modifier and Type Method Description static FrontendStubs.ToolFrontendStubs.Tool. valueOf(String name)Returns the enum constant of this type with the specified name.static FrontendStubs.Tool[]FrontendStubs.Tool. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.testutil with parameters of type FrontendStubs.Tool Modifier and Type Method Description static FrontendStubs.ToolStubBuilderFrontendStubs.ToolStubInfo. builder(FrontendStubs.Tool tool)Creates a new builder for constructing a new instance of tool stub info.
-