Uses of Class
com.vaadin.ui.Dependency.Type
-
Packages that use Dependency.Type Package Description com.vaadin.ui -
-
Uses of Dependency.Type in com.vaadin.ui
Methods in com.vaadin.ui that return Dependency.Type Modifier and Type Method Description Dependency.TypeDependency. getType()Gets the type of the dependency.static Dependency.TypeDependency.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Dependency.Type[]Dependency.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.vaadin.ui with parameters of type Dependency.Type Constructor Description Dependency(Dependency.Type type, String url)Creates a new dependency of the given type, to be loaded from the given URL.
-