Uses of Interface
com.vaadin.flow.server.BootstrapHandler.PageBuilder
Packages that use BootstrapHandler.PageBuilder
-
Uses of BootstrapHandler.PageBuilder in com.vaadin.flow.server
Classes in com.vaadin.flow.server that implement BootstrapHandler.PageBuilderModifier and TypeClassDescriptionprotected static class
Builds bootstrap pages.Methods in com.vaadin.flow.server that return BootstrapHandler.PageBuilderModifier and TypeMethodDescriptionprotected BootstrapHandler.PageBuilder
BootstrapHandler.getPageBuilder()
Returns the current page builder object.Constructors in com.vaadin.flow.server with parameters of type BootstrapHandler.PageBuilderModifierConstructorDescriptionprotected
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.PageBuilderModifierConstructorDescriptionprotected
WebComponentBootstrapHandler
(BootstrapHandler.PageBuilder pageBuilder) Creates a new bootstrap handler, allowing to use custom page builder.