Constant Field Values

Contents

com.vaadin.*

  • com.vaadin.base.devserver.ViteHandler 
    Modifier and Type Constant Field Value
    public static final String VITE_SERVER "node_modules/vite/bin/vite.js"
  • com.vaadin.base.devserver.WebpackHandler 
    Modifier and Type Constant Field Value
    public static final String WEBPACK_SERVER "node_modules/webpack-dev-server/bin/webpack-dev-server.js"
  • com.vaadin.flow.component.page.Viewport 
    Modifier and Type Constant Field Value
    public static final String DEFAULT "width=device-width, initial-scale=1.0"
    public static final String DEVICE_DIMENSIONS "width=device-width, height=device-height, initial-scale=1.0"
    public static final String DEVICE_HEIGHT "height=device-height, initial-scale=1.0"
  • com.vaadin.flow.component.webcomponent.WebComponentUI 
    Modifier and Type Constant Field Value
    public static final String NO_NAVIGATION "Navigation is not available for WebComponents"
  • com.vaadin.flow.di.LookupInitializer 
    Modifier and Type Constant Field Value
    protected static final String ONE_IMPL_REQUIRED ". Only one implementation should be registered. Use lookupAll to get all instances of the given type."
    protected static final String SEVERAL_IMPLS "Found several implementations in the classpath for "
    protected static final String SPI " SPI: "
  • 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.theme.material.Material 
    Modifier and Type Constant Field Value
    public static final String DARK "dark"
    public static final String LIGHT "light"