$  A  B  C  D  E  F  G  H  I  L  M  N  O  P  R  S  T  U  V  W  _ 

C

cancel() - function in com.vaadin.flow.component.confirmdialog.ConfirmDialogTester
Click cancel button.
captionContains(java.lang.String) - function in com.vaadin.browserless.internal.SearchSpec
Makes sure that the component's Component.caption contains given substring.
changeSessionId() - function in com.vaadin.browserless.mocks.MockRequest
 
ChartTester - class in com.vaadin.flow.component.charts
Tester for Chart components.
CheckboxGroupTester - class in com.vaadin.flow.component.checkbox
Tester for CheckboxGroup components.
CheckboxTester - class in com.vaadin.flow.component.checkbox
Tester for Checkbox components.
checkEditableByUser(com.vaadin.flow.component.Component) - function in com.vaadin.browserless.internal.BasicUtilsKt
Checks that a component is actually editable by the user:
  • The component must be effectively visible: it itself must be visible, its parent must be visible and all of its ascendants must be visible. For the purpose of testing individual components not attached to the UI, a component may be considered visible even though it's not currently nested in a UI.

  • The component must be effectively enabled: it itself must be enabled, its parent must be enabled and all of its ascendants must be enabled.

  • If the component is HasValue, it must not be HasValue.isReadOnly.

checkHasLock() - function in com.vaadin.flow.server.VaadinSession
 
checkHasLock(java.lang.String) - function in com.vaadin.flow.server.VaadinSession
 
classes() - function in com.vaadin.browserless.ViewPackages
Array of classes whose packages will be scanned for views
cleanupDialogs() - function in com.vaadin.browserless.internal.TestingLifecycleHookKt
Flow Server does not close the dialog when Dialog.close is called; instead it tells client-side dialog to close, which then fires event back to the server that the dialog was closed, and removes itself from the DOM.
clear() - function in com.vaadin.flow.component.html.InputTester
Resets the value to the empty value of the component.
clear() - function in com.vaadin.flow.component.textfield.TextFieldTester
Resets the value to the empty one, as when clicking on component clear button on the browser.
clearContext() - function in com.vaadin.browserless.SecurityContextHandler
Clears the security context from the current thread.
clearCurrentUI() - function in com.vaadin.browserless.internal.MockVaadin
Clears the current UI from thread-locals without firing detach events.
clearLastNavigation() - function in com.vaadin.browserless.internal.MockVaadin
Clears the lastNavigation ThreadLocal recorded by closeCurrentUI.
clearLocation() - function in com.vaadin.flow.component.geolocation.GeolocationSimulator
Clears the cached sensor fix.
clearPwaClass(com.vaadin.flow.server.startup.ApplicationRouteRegistry) - function in com.vaadin.browserless.internal.RoutesKt
Clears the PWA class config from this registry.
clearSelection() - function in com.vaadin.flow.component.listbox.MultiSelectListBoxTester
Clear all selected items from the component.
clearSlot(com.vaadin.flow.dom.Element,java.lang.String) - function in com.vaadin.browserless.internal.ElementUtilsKt
Removes all child elements from given slot, leaving it empty.
clearUnavailable() - function in com.vaadin.flow.component.geolocation.GeolocationSimulator
Clears any cached sensor error.
click() - function in com.vaadin.browserless.Clickable
If the component is usable send click to component as if it was from the client.
click() - function in com.vaadin.browserless.Clickable
If the component is usable send click to component as if it was from the client.
click(com.vaadin.browserless.MetaKeys) - function in com.vaadin.browserless.Clickable
If the component is usable send click to component as if it was from the client with defined meta keys pressed.
click(com.vaadin.browserless.MetaKeys) - function in com.vaadin.browserless.Clickable
If the component is usable send click to component as if it was from the client with defined meta keys pressed.
click(int,com.vaadin.browserless.MetaKeys) - function in com.vaadin.browserless.Clickable
Performs a click with the specified button and meta keys.
click(int,com.vaadin.browserless.MetaKeys) - function in com.vaadin.browserless.Clickable
Performs a click with the specified button and meta keys.
click(int,com.vaadin.browserless.MetaKeys) - function in com.vaadin.flow.component.checkbox.CheckboxTester
Performs a click with the specified button and meta keys.
click() - function in com.vaadin.flow.component.html.AnchorTester
Click the anchor for navigation if target is a registered route in the application.
click() - function in com.vaadin.flow.component.radiobutton.RadioButtonTester
If the component is usable, send click to component as if it was from the client.
click() - function in com.vaadin.flow.component.routerlink.RouterLinkTester
Click the router-link for navigation.
click() - function in com.vaadin.flow.component.sidenav.SideNavTester
Simulates a click on the SideNav label, expanding or collapsing item list.
Clickable - class in com.vaadin.browserless
Mixin interface for component testers that support click simulation.
clickChart() - function in com.vaadin.flow.component.charts.ChartTester
Simulates a click on the chart, but not on legend items or points.
clickItem(int) - function in com.vaadin.flow.component.breadcrumbs.BreadcrumbsTester
Simulates a click on the item at the given position in the trail, navigating to its path.
clickItem(java.lang.String) - function in com.vaadin.flow.component.breadcrumbs.BreadcrumbsTester
Simulates a click on the item that matches the given label, navigating to its path.
clickItem(int,kotlin.Array) - function in com.vaadin.flow.component.contextmenu.ContextMenuTester
Simulates a click on the item at the given position in the menu.
clickItem(java.lang.String,kotlin.Array) - function in com.vaadin.flow.component.contextmenu.ContextMenuTester
Simulates a click on the item that matches the given text.
clickItem(int,kotlin.Array) - function in com.vaadin.flow.component.menubar.MenuBarTester
Simulates a click on the item at the given position in the menu.
clickItem(java.lang.String,kotlin.Array) - function in com.vaadin.flow.component.menubar.MenuBarTester
Simulates a click on the item that matches the given text.
clickItem(java.lang.String,kotlin.Array) - function in com.vaadin.flow.component.sidenav.SideNavTester
Simulates a click on the item that matches the given label.
clickLegendItem(java.lang.String) - function in com.vaadin.flow.component.charts.ChartTester
Simulates a click on the item of the legend with the given text.
clickOutside() - function in com.vaadin.flow.component.popover.PopoverTester
Simulates clicking outside the popover to close it.
clickPoint(java.lang.String,java.lang.String) - function in com.vaadin.flow.component.charts.ChartTester
Simulates a click on a point on the chart.
clickRow(int) - function in com.vaadin.flow.component.grid.GridTester
Click on grid row.
clickRow(int,com.vaadin.browserless.MetaKeys) - function in com.vaadin.flow.component.grid.GridTester
Click on grid row with given meta keys pressed.
clickRow(int,com.vaadin.browserless.MouseButton) - function in com.vaadin.flow.component.grid.GridTester
Click on grid row with given button.
clickRow(int,com.vaadin.browserless.MouseButton,com.vaadin.browserless.MetaKeys) - function in com.vaadin.flow.component.grid.GridTester
Click on grid row with given button and meta keys pressed.
clickTarget() - function in com.vaadin.flow.component.popover.PopoverTester
Simulates clicking the target component to open the popover.
clientRoundtrip() - function in com.vaadin.browserless.internal.MockVaadin
Since Browserless Testing runs in the same JVM as the server and there is no browser, the boundaries between the client and the server become unclear.
close() - function in com.vaadin.browserless.BrowserlessApplicationContext
Closes this application context and all its user contexts.
close() - function in com.vaadin.browserless.BrowserlessApplicationContext
Closes this application context and all its user contexts.
close() - function in com.vaadin.browserless.BrowserlessUIContext
Closes this UI context and detaches the UI.
close() - function in com.vaadin.browserless.BrowserlessUserContext
Closes this user context and all its windows.
close() - function in com.vaadin.browserless.mocks.MockVaadinSession
 
close() - function in com.vaadin.flow.component.UI
 
close() - function in com.vaadin.flow.component.contextmenu.ContextMenuTester
Closes the context menu.
close() - function in com.vaadin.flow.component.dialog.DialogTester
Close the dialog.
close() - function in com.vaadin.flow.component.popover.PopoverTester
Close the popover.
close() - function in java.lang.AutoCloseable
 
closeCurrentUI(java.lang.Boolean) - function in com.vaadin.browserless.internal.MockVaadin
Properly closes the current UI and fire the detach event on it.
closeDetails() - function in com.vaadin.flow.component.details.DetailsTester
Hides contents as if the summary is clicked on the browser.
closeSession(com.vaadin.flow.server.VaadinSession) - function in com.vaadin.flow.server.VaadinService
 
com.vaadin.browserless - package com.vaadin.browserless
 
com.vaadin.browserless.component - package com.vaadin.browserless.component
 
com.vaadin.browserless.internal - package com.vaadin.browserless.internal
 
com.vaadin.browserless.locator - package com.vaadin.browserless.locator
 
com.vaadin.browserless.mocks - package com.vaadin.browserless.mocks
 
com.vaadin.flow.component.accordion - package com.vaadin.flow.component.accordion
 
com.vaadin.flow.component.breadcrumbs - package com.vaadin.flow.component.breadcrumbs
 
com.vaadin.flow.component.button - package com.vaadin.flow.component.button
 
com.vaadin.flow.component.charts - package com.vaadin.flow.component.charts
 
com.vaadin.flow.component.checkbox - package com.vaadin.flow.component.checkbox
 
com.vaadin.flow.component.combobox - package com.vaadin.flow.component.combobox
 
com.vaadin.flow.component.confirmdialog - package com.vaadin.flow.component.confirmdialog
 
com.vaadin.flow.component.contextmenu - package com.vaadin.flow.component.contextmenu
 
com.vaadin.flow.component.dashboard - package com.vaadin.flow.component.dashboard
 
com.vaadin.flow.component.datepicker - package com.vaadin.flow.component.datepicker
 
com.vaadin.flow.component.datetimepicker - package com.vaadin.flow.component.datetimepicker
 
com.vaadin.flow.component.details - package com.vaadin.flow.component.details
 
com.vaadin.flow.component.dialog - package com.vaadin.flow.component.dialog
 
com.vaadin.flow.component.geolocation - package com.vaadin.flow.component.geolocation
 
com.vaadin.flow.component.grid - package com.vaadin.flow.component.grid
 
com.vaadin.flow.component.html - package com.vaadin.flow.component.html
 
com.vaadin.flow.component.listbox - package com.vaadin.flow.component.listbox
 
com.vaadin.flow.component.login - package com.vaadin.flow.component.login
 
com.vaadin.flow.component.markdown - package com.vaadin.flow.component.markdown
 
com.vaadin.flow.component.masterdetaillayout - package com.vaadin.flow.component.masterdetaillayout
 
com.vaadin.flow.component.menubar - package com.vaadin.flow.component.menubar
 
com.vaadin.flow.component.messages - package com.vaadin.flow.component.messages
 
com.vaadin.flow.component.notification - package com.vaadin.flow.component.notification
 
com.vaadin.flow.component.popover - package com.vaadin.flow.component.popover
 
com.vaadin.flow.component.radiobutton - package com.vaadin.flow.component.radiobutton
 
com.vaadin.flow.component.routerlink - package com.vaadin.flow.component.routerlink
 
com.vaadin.flow.component.select - package com.vaadin.flow.component.select
 
com.vaadin.flow.component.sidenav - package com.vaadin.flow.component.sidenav
 
com.vaadin.flow.component.slider - package com.vaadin.flow.component.slider
 
com.vaadin.flow.component.tabs - package com.vaadin.flow.component.tabs
 
com.vaadin.flow.component.textfield - package com.vaadin.flow.component.textfield
 
com.vaadin.flow.component.timepicker - package com.vaadin.flow.component.timepicker
 
com.vaadin.flow.component.upload - package com.vaadin.flow.component.upload
 
com.vaadin.flow.component.virtuallist - package com.vaadin.flow.component.virtuallist
 
ComboBoxTester - class in com.vaadin.flow.component.combobox
 
CommercialLocators - class in com.vaadin.browserless.locator
Mixin offering typed locator entry points for commercial Vaadin components (Charts, etc.).
CommercialTesterWrappers - class in com.vaadin.browserless
Provides factory method to create testers for commercial components.
component() - function in com.vaadin.browserless.locator.Locator
Resolves the locator to a single matching component, caching the result.
ComponentQuery - class in com.vaadin.browserless
Query class used for finding a component inside a given search context.
components() - function in com.vaadin.browserless.locator.Locator
Returns all matching components, bypassing the cache.
ComponentTester - class in com.vaadin.browserless
Test wrapper for components with helpful methods for testing a component.
ComponentTesterPackages - class in com.vaadin.browserless
Annotation to use to scan given packages for component wrappers outside the default com.vaadin.flow.component.
ComponentUtilsKt - class in com.vaadin.browserless.internal
 
confirm() - function in com.vaadin.flow.component.confirmdialog.ConfirmDialogTester
Click the confirm button.
ConfirmDialogTester - class in com.vaadin.flow.component.confirmdialog
Tester for ConfirmDialog.
containsHeader(java.lang.String) - function in com.vaadin.browserless.mocks.MockResponse
 
containsText(java.lang.String) - function in com.vaadin.browserless.ElementConditions
Checks if text content of the component contains the given text.
containsText(java.lang.String,boolean) - function in com.vaadin.browserless.ElementConditions
Checks if text content of the component contains the given text.
ContextMenuTester - class in com.vaadin.flow.component.contextmenu
Tester for ContextMenu components.
copyAttributes(jakarta.servlet.http.HttpSession) - function in com.vaadin.browserless.mocks.MockHttpSession
 
create(kotlin.Array) - function in com.vaadin.browserless.BrowserlessApplicationContext
Creates a plain Java application context, scanning the packages of the given classes for @Route-annotated views.
create(kotlin.Array) - function in com.vaadin.browserless.BrowserlessApplicationContext
Creates a plain Java application context, scanning the packages of the given classes for @Route-annotated views.
create(kotlin.Array) - function in com.vaadin.browserless.BrowserlessApplicationContext
Creates a plain Java application context, scanning the given packages for @Route-annotated views.
create(kotlin.Array) - function in com.vaadin.browserless.BrowserlessApplicationContext
Creates a plain Java application context, scanning the given packages for @Route-annotated views.
create(java.util.function.UnaryOperator) - function in com.vaadin.browserless.BrowserlessApplicationContext
Creates a plain Java application context, applying the given configurer to a fresh builder before building it.
create(java.util.function.UnaryOperator) - function in com.vaadin.browserless.BrowserlessApplicationContext
Creates a plain Java application context, applying the given configurer to a fresh builder before building it.
create(jakarta.servlet.ServletContext) - function in com.vaadin.browserless.mocks.MockHttpSession.Companion
 
create(com.vaadin.flow.di.Instantiator) - function in com.vaadin.browserless.mocks.MockInstantiator.Companion
 
create(com.vaadin.flow.component.UI) - function in com.vaadin.flow.component.geolocation.BrowserlessGeolocationClientFactory
 
createComponent(java.lang.Class) - function in com.vaadin.flow.di.Instantiator
 
createCredentials(java.lang.String,kotlin.Array) - function in com.vaadin.browserless.SecurityContextHandler
Builds framework-specific credentials for the given username and roles.
createFilter(java.lang.Class) - function in com.vaadin.browserless.mocks.MockContext
 
createListener(java.lang.Class) - function in com.vaadin.browserless.mocks.MockContext
 
createMockContext(java.util.Set) - function in com.vaadin.browserless.mocks.MockVaadinHelper
 
createMockVaadinContext() - function in com.vaadin.browserless.mocks.MockVaadinHelper
 
createRouteTarget(java.lang.Class,com.vaadin.flow.router.NavigationEvent) - function in com.vaadin.flow.di.Instantiator
 
createSecured(java.util.function.Function) - function in com.vaadin.browserless.BrowserlessApplicationContext
Creates a credential-typed application context.
createSecured(java.util.function.Function) - function in com.vaadin.browserless.BrowserlessApplicationContext
Creates a credential-typed application context.
createServlet(java.lang.Class) - function in com.vaadin.browserless.mocks.MockContext
 
createSessionObjects(com.vaadin.flow.server.VaadinServletService) - function in com.vaadin.browserless.internal.MockVaadin
Creates a new session, request and response for the given service, but does NOT set any thread-locals or create a UI.
createUI(com.vaadin.browserless.internal.UIFactory,com.vaadin.flow.server.VaadinSession) - function in com.vaadin.browserless.internal.MockVaadin
 
ctrl() - function in com.vaadin.browserless.MetaKeys
Set ctrl key down to true.
current() - function in com.vaadin.flow.component.geolocation.GeolocationSimulator
Returns the simulator bound to getCurrent.
$  A  B  C  D  E  F  G  H  I  L  M  N  O  P  R  S  T  U  V  W  _