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.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"