Constant Field Values

Contents

com.vaadin.*

  • com.vaadin.flow.component.page.Viewport
    Modifier and Type
    Constant Field
    Value
    public static final String
    "width=device-width, initial-scale=1.0, viewport-fit=cover"
    public static final String
    "width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover"
    public static final String
    "height=device-height, initial-scale=1.0, viewport-fit=cover"
  • com.vaadin.flow.component.webcomponent.WebComponentUI
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Navigation is not available for WebComponents"
  • com.vaadin.flow.data.validator.EmailValidator
    Modifier and Type
    Constant Field
    Value
    public static final String
    "^([a-zA-Z0-9_\\.\\-+])+@([a-zA-Z0-9-]+\\.)+[a-zA-Z0-9-]{2,}$"
  • com.vaadin.flow.di.LookupInitializer
    Modifier and Type
    Constant Field
    Value
    protected static final String
    ". Only one implementation should be registered. Use lookupAll to get all instances of the given type."
    protected static final String
    "Found several implementations in the classpath for "
    protected static final String
    " SPI: "
  • com.vaadin.flow.router.internal.HasUrlParameterFormat
    Modifier and Type
    Constant Field
    Value
    public static final String
    ":___url_parameter"
    public static final String
    "___url_parameter"
  • com.vaadin.flow.router.internal.RouteUtil
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Navigation target paths (considering @Route, @RouteAlias and @RoutePrefix values) must be unique, found navigation targets \'%s\' and \'%s\' having the same route."
    public static final String
    "Navigation target paths (considering @Route, @RouteAlias and @RoutePrefix values) must be unique, found navigation targets \'%s\' and \'%s\' with parameter having the same route."
  • com.vaadin.flow.server.dau.DAUUtils
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Vaadin-DAU-Status-Code"
  • com.vaadin.flow.server.frontend.FrontendTools
    Modifier and Type
    Constant Field
    Value
    public static final String
    "v24.13.0"
    public static final String
    "11.6.2"
    public static final String
    "10.28.0"
    public static final int
    24
  • com.vaadin.flow.server.frontend.NodeUpdater
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "@vaadin/flow-deps"
    protected static final String
    "@vaadin/flow-frontend"
    protected static final String
    ".vaadin/vaadin.json"
  • com.vaadin.flow.server.frontend.TaskCleanFrontendFiles
    Modifier and Type
    Constant Field
    Value
    public static final String
    "node_modules"
  • com.vaadin.flow.server.frontend.TaskGenerateReactFiles
    Modifier and Type
    Constant Field
    Value
    public static final String
    "com/vaadin/flow/server/frontend/%s"
  • com.vaadin.flow.server.frontend.TaskRunDevBundleBuild
    Modifier and Type
    Constant Field
    Value
    public static final String
    "This directory is automatically generated by Vaadin and contains the pre-compiled \nfrontend files/resources for your project (frontend development bundle).\n\nIt should be added to Version Control System and committed, so that other developers\ndo not have to compile it again.\n\nFrontend development bundle is automatically updated when needed:\n- an npm/pnpm package is added with @NpmPackage or directly into package.json\n- CSS, JavaScript or TypeScript files are added with @CssImport, @JsModule or @JavaScript\n- Vaadin add-on with front-end customizations is added\n- Custom theme imports/assets added into \'theme.json\' file\n- Exported web component is added.\n\nIf your project development needs a hot deployment of the frontend changes, \nyou can switch Flow to use Vite development server:\n- set `vaadin.frontend.hotdeploy=true` in `application.properties`\n- configure `vaadin-maven-plugin`:\n```\n <configuration>\n <frontendHotdeploy>true</frontendHotdeploy>\n </configuration>\n```\n- configure `jetty-maven-plugin`:\n```\n <configuration>\n <systemProperties>\n <vaadin.frontend.hotdeploy>true</vaadin.frontend.hotdeploy>\n </systemProperties>\n </configuration>\n```\n\nRead more [about Vaadin development mode](https://vaadin.com/docs/latest/flow/configuration/development-mode#precompiled-bundle)."
    public static final String
    "vaadin.json"
  • com.vaadin.flow.server.frontend.TaskUpdatePackages
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "vaadinAppPackageHash"
  • com.vaadin.flow.server.frontend.TaskUpdateSettingsFile
    Modifier and Type
    Constant Field
    Value
    public static final String
    "vaadin-dev-server-settings.json"
  • com.vaadin.flow.server.frontend.TaskUpdateThemeImport
    Modifier and Type
    Constant Field
    Value
    public static final String
    "src/main/resources/META-INF/resources"
    public static final String
    "src/main/resources/static"
  • com.vaadin.flow.server.frontend.scanner.FrontendDependencies
    Modifier and Type
    Constant Field
    Value
    public static final String
    LUMO
    "com.vaadin.flow.theme.lumo.Lumo"
  • com.vaadin.flow.spring.annotation.VaadinTaskExecutor
    Modifier and Type
    Constant Field
    Value
    public static final String
    "VaadinTaskExecutor"
  • com.vaadin.flow.theme.aura.Aura
    Modifier and Type
    Constant Field
    Value
    public static final String
    "aura/aura.css"
  • com.vaadin.hilla.parser.plugins.backbone.MethodPlugin
    Modifier and Type
    Constant Field
    Value
    public static final String
    "application/json"
  • com.vaadin.testbench.annotations.Attribute
    Modifier and Type
    Constant Field
    Value
    public static final String
    "THE_DEFAULT_VALUE_WHICH_YOU_SURELY_NEVER_EVER_WILL_USE_FOR_REAL, RIGHT?!"
    public static final String
    "THE_CONVENTION_VALUE_WHICH_YOU_SURELY_NEVER_EVER_WILL_USE_FOR_REAL, RIGHT?!"