com.vaadin.flow.server.

Interface PageConfigurator

  • All Superinterfaces:

    Serializable

    Functional Interface:

    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.


    @FunctionalInterface
    public interface PageConfigurator
    extends Serializable

    Configures the initial page contents.

    Since:

    1.0

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      void configurePage(InitialPageSettings settings)

      Configure the initial page settings when called.

    • Method Detail

      • configurePage

        void configurePage(InitialPageSettings settings)

        Configure the initial page settings when called.

        Parameters:

        settings - initial page settings