Uses of Interface
com.vaadin.flow.server.BootstrapHandler.PageBuilder
-
Packages that use BootstrapHandler.PageBuilder Package Description com.vaadin.flow.server com.vaadin.flow.server.communication -
-
Uses of BootstrapHandler.PageBuilder in com.vaadin.flow.server
Classes in com.vaadin.flow.server that implement BootstrapHandler.PageBuilder Modifier and Type Class Description protected static classBootstrapHandler.BootstrapPageBuilderBuilds bootstrap pages.Methods in com.vaadin.flow.server that return BootstrapHandler.PageBuilder Modifier and Type Method Description protected BootstrapHandler.PageBuilderBootstrapHandler. getPageBuilder()Returns the current page builder object.Constructors in com.vaadin.flow.server with parameters of type BootstrapHandler.PageBuilder Constructor Description BootstrapHandler(BootstrapHandler.PageBuilder pageBuilder)Creates an instance of the handler using provided page builder. -
Uses of BootstrapHandler.PageBuilder in com.vaadin.flow.server.communication
Constructors in com.vaadin.flow.server.communication with parameters of type BootstrapHandler.PageBuilder Constructor Description WebComponentBootstrapHandler(BootstrapHandler.PageBuilder pageBuilder)Creates a new bootstrap handler, allowing to use custom page builder.
-