Uses of Class
com.vaadin.browserless.BrowserlessUIContext
Packages that use BrowserlessUIContext
-
Uses of BrowserlessUIContext in com.vaadin.browserless
Methods in com.vaadin.browserless that return BrowserlessUIContextModifier and TypeMethodDescriptionstatic BrowserlessUIContextBrowserlessUIContext.forComponent(Component component) Shorthand for ad-hoc component testing of a single component ? no@Routeview required.static BrowserlessUIContextBrowserlessUIContext.forComponent(Supplier<Component> componentFactory) Shorthand for ad-hoc component testing of a single component, taking a factory rather than a ready instance ? no@Routeview required.BrowserlessUserContext.newWindow()Creates a new window (UI instance) for this user.