Constant Field Values

Contents

com.vaadin.*

  • 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.lumo.Lumo
    Modifier and Type Constant Field Value
    public static final String DARK "dark"
    public static final String LIGHT "light"
  • com.vaadin.flow.theme.material.Material
    Modifier and Type Constant Field Value
    public static final String DARK "dark"
    public static final String LIGHT "light"