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"
  • com.vaadin.flow.internal.JsonCodec
    Modifier and Type Constant Field Value
    public static final int ARRAY_TYPE 1
    public static final int NODE_TYPE 0
  • com.vaadin.flow.server.communication.ServerRpcHandler
    Modifier and Type Constant Field Value
    public static final String WIDGETSET_MISMATCH_INFO "\n=================================================================\nThe widgetset in use does not seem to be built for the Vaadin\nversion in use. This might cause strange problems - a\nrecompile/deploy is strongly recommended.\n Vaadin version: %s\n Widgetset version: %s\n================================================================="
  • com.vaadin.flow.server.communication.StreamReceiverHandler
    Modifier and Type Constant Field Value
    public static final int DEFAULT_STREAMING_PROGRESS_EVENT_INTERVAL_MS 500
  • com.vaadin.flow.server.communication.UidlRequestHandler
    Modifier and Type Constant Field Value
    public static final String UIDL_PATH "UIDL/"
  • 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"
  • com.vaadin.testbench.annotations.Attribute
    Modifier and Type Constant Field Value
    public static final String DEFAULT_VALUE "THE_DEFAULT_VALUE_WHICH_YOU_SURELY_NEVER_EVER_WILL_USE_FOR_REAL, RIGHT?!"
    public static final String SIMPLE_CLASS_NAME "THE_CONVENTION_VALUE_WHICH_YOU_SURELY_NEVER_EVER_WILL_USE_FOR_REAL, RIGHT?!"