Uses of Enum Class
com.vaadin.flow.shared.ui.Dependency.Type
Packages that use Dependency.Type
-
Uses of Dependency.Type in com.vaadin.flow.shared.ui
Methods in com.vaadin.flow.shared.ui that return Dependency.TypeModifier and TypeMethodDescriptionDependency.getType()Gets the type of the dependency.static Dependency.TypeReturns the enum constant of this class with the specified name.static Dependency.Type[]Dependency.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.flow.shared.ui with parameters of type Dependency.TypeModifierConstructorDescriptionDependency(Dependency.Type type, String expression) Creates a new dependency of the given type, to be loaded using JS expression which is supposed to return aPromise.Dependency(Dependency.Type type, String url, LoadMode loadMode) Creates a new dependency of the given type, to be loaded from the given URL.