Package com.vaadin.browserless.locator
Interface GeneratedLocators
- All Known Subinterfaces:
CommercialLocators,Locators
- All Known Implementing Classes:
BrowserlessUIContext
@Generated("com.vaadin.browserless.locator.processor.LocatorProcessor")
public interface GeneratedLocators
Generated mixin: per registered
ComponentTester it exposes a typed
find<Component>() entry that opens a fresh query, and a companion
use(<Component> component) entry that seeds a locator with a direct
reference to an already-resolved component. Both return the same
*Locator type, so chaining further filter steps and action methods
works identically.
Not consumed directly — extend it from your locator context mixin
(the one that implements activateLocatorContext()).
-
Method Summary
Modifier and TypeMethodDescriptionvoidHook for context-bound implementations to install Vaadin thread-locals before a locator is built.default AccordionLocatorReturns a locator forAccordioncomponents.default AnchorLocatorReturns a locator forAnchorcomponents.default BigDecimalFieldLocatorReturns a locator forBigDecimalFieldcomponents.default ButtonLocatorReturns a locator forButtoncomponents.default CheckboxLocatorReturns a locator forCheckboxcomponents.default <V> CheckboxGroupLocator<V> findCheckboxGroup(Class<V> vType) Returns a locator forCheckboxGroupcomponents.default <Y> ComboBoxLocator<Y> findComboBox(Class<Y> yType) Returns a locator forComboBoxcomponents.default ConfirmDialogLocatorReturns a locator forConfirmDialogcomponents.default ContextMenuLocatorReturns a locator forContextMenucomponents.default DatePickerLocatorReturns a locator forDatePickercomponents.default DateTimePickerLocatorReturns a locator forDateTimePickercomponents.default DecimalRangeSliderLocatorReturns a locator forDecimalRangeSlidercomponents.default DecimalSliderLocatorReturns a locator forDecimalSlidercomponents.default DescriptionListLocatorReturns a locator forDescriptionListcomponents.default DetailsLocatorReturns a locator forDetailscomponents.default DialogLocatorReturns a locator forDialogcomponents.default DivLocatorfindDiv()Returns a locator forDivcomponents.default EmailFieldLocatorReturns a locator forEmailFieldcomponents.default EmphasisLocatorReturns a locator forEmphasiscomponents.default <Y> GridLocator<Y> Returns a locator forGridcomponents.default H1LocatorfindH1()Returns a locator forH1components.default H2LocatorfindH2()Returns a locator forH2components.default H3LocatorfindH3()Returns a locator forH3components.default H4LocatorfindH4()Returns a locator forH4components.default H5LocatorfindH5()Returns a locator forH5components.default H6LocatorfindH6()Returns a locator forH6components.default HrLocatorfindHr()Returns a locator forHrcomponents.default ImageLocatorReturns a locator forImagecomponents.default InputLocatorReturns a locator forInputcomponents.default IntegerFieldLocatorReturns a locator forIntegerFieldcomponents.default IntegerRangeSliderLocatorReturns a locator forIntegerRangeSlidercomponents.default IntegerSliderLocatorReturns a locator forIntegerSlidercomponents.default <V> ListBoxLocator<V> findListBox(Class<V> vType) Returns a locator forListBoxcomponents.default ListItemLocatorReturns a locator forListItemcomponents.default LoginFormLocatorReturns a locator forLoginFormcomponents.default LoginOverlayLocatorReturns a locator forLoginOverlaycomponents.default MenuBarLocatorReturns a locator forMenuBarcomponents.default MessageInputLocatorReturns a locator forMessageInputcomponents.default MessageListLocatorReturns a locator forMessageListcomponents.default <Y> MultiSelectComboBoxLocator<Y> findMultiSelectComboBox(Class<Y> yType) Returns a locator forMultiSelectComboBoxcomponents.default <V> MultiSelectListBoxLocator<V> findMultiSelectListBox(Class<V> vType) Returns a locator forMultiSelectListBoxcomponents.default NativeButtonLocatorReturns a locator forNativeButtoncomponents.default NativeDetailsLocatorReturns a locator forNativeDetailscomponents.default NativeLabelLocatorReturns a locator forNativeLabelcomponents.default NotificationLocatorReturns a locator forNotificationcomponents.default NumberFieldLocatorReturns a locator forNumberFieldcomponents.default OrderedListLocatorReturns a locator forOrderedListcomponents.default ParagraphLocatorReturns a locator forParagraphcomponents.default PasswordFieldLocatorReturns a locator forPasswordFieldcomponents.default PopoverLocatorReturns a locator forPopovercomponents.default PreLocatorfindPre()Returns a locator forPrecomponents.default <V> RadioButtonLocator<V> findRadioButton(Class<V> vType) Returns a locator forcom.vaadin.flow.component.radiobutton.RadioButton<T>components.default <V> RadioButtonGroupLocator<V> findRadioButtonGroup(Class<V> vType) Returns a locator forRadioButtonGroupcomponents.default RangeInputLocatorReturns a locator forRangeInputcomponents.default RouterLinkLocatorReturns a locator forRouterLinkcomponents.default <Y> SelectLocator<Y> findSelect(Class<Y> yType) Returns a locator forSelectcomponents.default SideNavLocatorReturns a locator forSideNavcomponents.default SpanLocatorfindSpan()Returns a locator forSpancomponents.default TabsLocatorfindTabs()Returns a locator forTabscomponents.default TabSheetLocatorReturns a locator forTabSheetcomponents.default TextAreaLocatorReturns a locator forTextAreacomponents.default TextFieldLocatorReturns a locator forTextFieldcomponents.default TimePickerLocatorReturns a locator forTimePickercomponents.default UnorderedListLocatorReturns a locator forUnorderedListcomponents.default UploadLocatorReturns a locator forUploadcomponents.default <Y> VirtualListLocator<Y> findVirtualList(Class<Y> yType) Returns a locator forVirtualListcomponents.default AccordionLocatorReturns a locator seeded with the givenAccordioninstance.default ButtonLocatorReturns a locator seeded with the givenButtoninstance.default CheckboxLocatorReturns a locator seeded with the givenCheckboxinstance.default <V> CheckboxGroupLocator<V> use(CheckboxGroup<V> component) Returns a locator seeded with the givenCheckboxGroupinstance.default <Y> ComboBoxLocator<Y> Returns a locator seeded with the givenComboBoxinstance.default <Y> MultiSelectComboBoxLocator<Y> use(MultiSelectComboBox<Y> component) Returns a locator seeded with the givenMultiSelectComboBoxinstance.default ConfirmDialogLocatoruse(ConfirmDialog component) Returns a locator seeded with the givenConfirmDialoginstance.default ContextMenuLocatoruse(ContextMenu component) Returns a locator seeded with the givenContextMenuinstance.default DatePickerLocatoruse(DatePicker component) Returns a locator seeded with the givenDatePickerinstance.default DateTimePickerLocatoruse(DateTimePicker component) Returns a locator seeded with the givenDateTimePickerinstance.default DetailsLocatorReturns a locator seeded with the givenDetailsinstance.default DialogLocatorReturns a locator seeded with the givenDialoginstance.default <Y> GridLocator<Y> Returns a locator seeded with the givenGridinstance.default AnchorLocatorReturns a locator seeded with the givenAnchorinstance.default DescriptionListLocatoruse(DescriptionList component) Returns a locator seeded with the givenDescriptionListinstance.default DivLocatorReturns a locator seeded with the givenDivinstance.default EmphasisLocatorReturns a locator seeded with the givenEmphasisinstance.default H1LocatorReturns a locator seeded with the givenH1instance.default H2LocatorReturns a locator seeded with the givenH2instance.default H3LocatorReturns a locator seeded with the givenH3instance.default H4LocatorReturns a locator seeded with the givenH4instance.default H5LocatorReturns a locator seeded with the givenH5instance.default H6LocatorReturns a locator seeded with the givenH6instance.default HrLocatorReturns a locator seeded with the givenHrinstance.default ImageLocatorReturns a locator seeded with the givenImageinstance.default InputLocatorReturns a locator seeded with the givenInputinstance.default ListItemLocatorReturns a locator seeded with the givenListIteminstance.default NativeButtonLocatoruse(NativeButton component) Returns a locator seeded with the givenNativeButtoninstance.default NativeDetailsLocatoruse(NativeDetails component) Returns a locator seeded with the givenNativeDetailsinstance.default NativeLabelLocatoruse(NativeLabel component) Returns a locator seeded with the givenNativeLabelinstance.default OrderedListLocatoruse(OrderedList component) Returns a locator seeded with the givenOrderedListinstance.default ParagraphLocatorReturns a locator seeded with the givenParagraphinstance.default PreLocatorReturns a locator seeded with the givenPreinstance.default RangeInputLocatoruse(RangeInput component) Returns a locator seeded with the givenRangeInputinstance.default SpanLocatorReturns a locator seeded with the givenSpaninstance.default UnorderedListLocatoruse(UnorderedList component) Returns a locator seeded with the givenUnorderedListinstance.default <V> ListBoxLocator<V> Returns a locator seeded with the givenListBoxinstance.default <V> MultiSelectListBoxLocator<V> use(MultiSelectListBox<V> component) Returns a locator seeded with the givenMultiSelectListBoxinstance.default LoginFormLocatorReturns a locator seeded with the givenLoginForminstance.default LoginOverlayLocatoruse(LoginOverlay component) Returns a locator seeded with the givenLoginOverlayinstance.default MenuBarLocatorReturns a locator seeded with the givenMenuBarinstance.default MessageInputLocatoruse(MessageInput component) Returns a locator seeded with the givenMessageInputinstance.default MessageListLocatoruse(MessageList component) Returns a locator seeded with the givenMessageListinstance.default NotificationLocatoruse(Notification component) Returns a locator seeded with the givenNotificationinstance.default PopoverLocatorReturns a locator seeded with the givenPopoverinstance.default <V> RadioButtonGroupLocator<V> use(RadioButtonGroup<V> component) Returns a locator seeded with the givenRadioButtonGroupinstance.default <Y> SelectLocator<Y> Returns a locator seeded with the givenSelectinstance.default SideNavLocatorReturns a locator seeded with the givenSideNavinstance.default DecimalRangeSliderLocatoruse(DecimalRangeSlider component) Returns a locator seeded with the givenDecimalRangeSliderinstance.default DecimalSliderLocatoruse(DecimalSlider component) Returns a locator seeded with the givenDecimalSliderinstance.default IntegerRangeSliderLocatoruse(IntegerRangeSlider component) Returns a locator seeded with the givenIntegerRangeSliderinstance.default IntegerSliderLocatoruse(IntegerSlider component) Returns a locator seeded with the givenIntegerSliderinstance.default TabsLocatorReturns a locator seeded with the givenTabsinstance.default TabSheetLocatorReturns a locator seeded with the givenTabSheetinstance.default BigDecimalFieldLocatoruse(BigDecimalField component) Returns a locator seeded with the givenBigDecimalFieldinstance.default EmailFieldLocatoruse(EmailField component) Returns a locator seeded with the givenEmailFieldinstance.default IntegerFieldLocatoruse(IntegerField component) Returns a locator seeded with the givenIntegerFieldinstance.default NumberFieldLocatoruse(NumberField component) Returns a locator seeded with the givenNumberFieldinstance.default PasswordFieldLocatoruse(PasswordField component) Returns a locator seeded with the givenPasswordFieldinstance.default TextAreaLocatorReturns a locator seeded with the givenTextAreainstance.default TextFieldLocatorReturns a locator seeded with the givenTextFieldinstance.default TimePickerLocatoruse(TimePicker component) Returns a locator seeded with the givenTimePickerinstance.default UploadLocatorReturns a locator seeded with the givenUploadinstance.default <Y> VirtualListLocator<Y> use(VirtualList<Y> component) Returns a locator seeded with the givenVirtualListinstance.default RouterLinkLocatoruse(RouterLink component) Returns a locator seeded with the givenRouterLinkinstance.
-
Method Details
-
activateLocatorContext
void activateLocatorContext()Hook for context-bound implementations to install Vaadin thread-locals before a locator is built. -
findAccordion
Returns a locator forAccordioncomponents.- Returns:
- a new
AccordionLocator
-
use
Returns a locator seeded with the givenAccordioninstance. Additional filter steps compose on top of the identity predicate; usefindAccordion()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
AccordionLocatorpre-bound tocomponent
-
findButton
Returns a locator forButtoncomponents.- Returns:
- a new
ButtonLocator
-
use
Returns a locator seeded with the givenButtoninstance. Additional filter steps compose on top of the identity predicate; usefindButton()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
ButtonLocatorpre-bound tocomponent
-
findCheckboxGroup
Returns a locator forCheckboxGroupcomponents.- Type Parameters:
V- type parameter forwarded to the locator- Parameters:
vType-Classwitness forV- Returns:
- a new
CheckboxGroupLocator
-
use
Returns a locator seeded with the givenCheckboxGroupinstance. Additional filter steps compose on top of the identity predicate; usefindCheckboxGroup(java.lang.Class)when you want a query without an initial constraint.- Type Parameters:
V- type parameter carried bycomponent- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
CheckboxGroupLocatorpre-bound tocomponent
-
findCheckbox
Returns a locator forCheckboxcomponents.- Returns:
- a new
CheckboxLocator
-
use
Returns a locator seeded with the givenCheckboxinstance. Additional filter steps compose on top of the identity predicate; usefindCheckbox()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
CheckboxLocatorpre-bound tocomponent
-
findComboBox
Returns a locator forComboBoxcomponents.- Type Parameters:
Y- type parameter forwarded to the locator- Parameters:
yType-Classwitness forY- Returns:
- a new
ComboBoxLocator
-
use
Returns a locator seeded with the givenComboBoxinstance. Additional filter steps compose on top of the identity predicate; usefindComboBox(java.lang.Class)when you want a query without an initial constraint.- Type Parameters:
Y- type parameter carried bycomponent- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
ComboBoxLocatorpre-bound tocomponent
-
findMultiSelectComboBox
Returns a locator forMultiSelectComboBoxcomponents.- Type Parameters:
Y- type parameter forwarded to the locator- Parameters:
yType-Classwitness forY- Returns:
- a new
MultiSelectComboBoxLocator
-
use
Returns a locator seeded with the givenMultiSelectComboBoxinstance. Additional filter steps compose on top of the identity predicate; usefindMultiSelectComboBox(java.lang.Class)when you want a query without an initial constraint.- Type Parameters:
Y- type parameter carried bycomponent- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
MultiSelectComboBoxLocatorpre-bound tocomponent
-
findConfirmDialog
Returns a locator forConfirmDialogcomponents.- Returns:
- a new
ConfirmDialogLocator
-
use
Returns a locator seeded with the givenConfirmDialoginstance. Additional filter steps compose on top of the identity predicate; usefindConfirmDialog()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
ConfirmDialogLocatorpre-bound tocomponent
-
findContextMenu
Returns a locator forContextMenucomponents.- Returns:
- a new
ContextMenuLocator
-
findDatePicker
Returns a locator forDatePickercomponents.- Returns:
- a new
DatePickerLocator
-
use
Returns a locator seeded with the givenDatePickerinstance. Additional filter steps compose on top of the identity predicate; usefindDatePicker()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
DatePickerLocatorpre-bound tocomponent
-
findDateTimePicker
Returns a locator forDateTimePickercomponents.- Returns:
- a new
DateTimePickerLocator
-
use
Returns a locator seeded with the givenDateTimePickerinstance. Additional filter steps compose on top of the identity predicate; usefindDateTimePicker()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
DateTimePickerLocatorpre-bound tocomponent
-
findDetails
Returns a locator forDetailscomponents.- Returns:
- a new
DetailsLocator
-
use
Returns a locator seeded with the givenDetailsinstance. Additional filter steps compose on top of the identity predicate; usefindDetails()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
DetailsLocatorpre-bound tocomponent
-
findDialog
Returns a locator forDialogcomponents.- Returns:
- a new
DialogLocator
-
use
Returns a locator seeded with the givenDialoginstance. Additional filter steps compose on top of the identity predicate; usefindDialog()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
DialogLocatorpre-bound tocomponent
-
findGrid
Returns a locator forGridcomponents.- Type Parameters:
Y- type parameter forwarded to the locator- Parameters:
yType-Classwitness forY- Returns:
- a new
GridLocator
-
use
Returns a locator seeded with the givenGridinstance. Additional filter steps compose on top of the identity predicate; usefindGrid(java.lang.Class)when you want a query without an initial constraint.- Type Parameters:
Y- type parameter carried bycomponent- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
GridLocatorpre-bound tocomponent
-
findAnchor
Returns a locator forAnchorcomponents.- Returns:
- a new
AnchorLocator
-
use
Returns a locator seeded with the givenAnchorinstance. Additional filter steps compose on top of the identity predicate; usefindAnchor()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
AnchorLocatorpre-bound tocomponent
-
findDescriptionList
Returns a locator forDescriptionListcomponents.- Returns:
- a new
DescriptionListLocator
-
use
Returns a locator seeded with the givenDescriptionListinstance. Additional filter steps compose on top of the identity predicate; usefindDescriptionList()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
DescriptionListLocatorpre-bound tocomponent
-
findDiv
Returns a locator forDivcomponents.- Returns:
- a new
DivLocator
-
use
Returns a locator seeded with the givenDivinstance. Additional filter steps compose on top of the identity predicate; usefindDiv()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
DivLocatorpre-bound tocomponent
-
findEmphasis
Returns a locator forEmphasiscomponents.- Returns:
- a new
EmphasisLocator
-
use
Returns a locator seeded with the givenEmphasisinstance. Additional filter steps compose on top of the identity predicate; usefindEmphasis()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
EmphasisLocatorpre-bound tocomponent
-
findH1
Returns a locator forH1components.- Returns:
- a new
H1Locator
-
use
Returns a locator seeded with the givenH1instance. Additional filter steps compose on top of the identity predicate; usefindH1()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
H1Locatorpre-bound tocomponent
-
findH2
Returns a locator forH2components.- Returns:
- a new
H2Locator
-
use
Returns a locator seeded with the givenH2instance. Additional filter steps compose on top of the identity predicate; usefindH2()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
H2Locatorpre-bound tocomponent
-
findH3
Returns a locator forH3components.- Returns:
- a new
H3Locator
-
use
Returns a locator seeded with the givenH3instance. Additional filter steps compose on top of the identity predicate; usefindH3()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
H3Locatorpre-bound tocomponent
-
findH4
Returns a locator forH4components.- Returns:
- a new
H4Locator
-
use
Returns a locator seeded with the givenH4instance. Additional filter steps compose on top of the identity predicate; usefindH4()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
H4Locatorpre-bound tocomponent
-
findH5
Returns a locator forH5components.- Returns:
- a new
H5Locator
-
use
Returns a locator seeded with the givenH5instance. Additional filter steps compose on top of the identity predicate; usefindH5()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
H5Locatorpre-bound tocomponent
-
findH6
Returns a locator forH6components.- Returns:
- a new
H6Locator
-
use
Returns a locator seeded with the givenH6instance. Additional filter steps compose on top of the identity predicate; usefindH6()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
H6Locatorpre-bound tocomponent
-
findHr
Returns a locator forHrcomponents.- Returns:
- a new
HrLocator
-
use
Returns a locator seeded with the givenHrinstance. Additional filter steps compose on top of the identity predicate; usefindHr()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
HrLocatorpre-bound tocomponent
-
findImage
Returns a locator forImagecomponents.- Returns:
- a new
ImageLocator
-
use
Returns a locator seeded with the givenImageinstance. Additional filter steps compose on top of the identity predicate; usefindImage()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
ImageLocatorpre-bound tocomponent
-
findInput
Returns a locator forInputcomponents.- Returns:
- a new
InputLocator
-
use
Returns a locator seeded with the givenInputinstance. Additional filter steps compose on top of the identity predicate; usefindInput()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
InputLocatorpre-bound tocomponent
-
findListItem
Returns a locator forListItemcomponents.- Returns:
- a new
ListItemLocator
-
use
Returns a locator seeded with the givenListIteminstance. Additional filter steps compose on top of the identity predicate; usefindListItem()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
ListItemLocatorpre-bound tocomponent
-
findNativeButton
Returns a locator forNativeButtoncomponents.- Returns:
- a new
NativeButtonLocator
-
use
Returns a locator seeded with the givenNativeButtoninstance. Additional filter steps compose on top of the identity predicate; usefindNativeButton()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
NativeButtonLocatorpre-bound tocomponent
-
findNativeDetails
Returns a locator forNativeDetailscomponents.- Returns:
- a new
NativeDetailsLocator
-
use
Returns a locator seeded with the givenNativeDetailsinstance. Additional filter steps compose on top of the identity predicate; usefindNativeDetails()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
NativeDetailsLocatorpre-bound tocomponent
-
findNativeLabel
Returns a locator forNativeLabelcomponents.- Returns:
- a new
NativeLabelLocator
-
use
Returns a locator seeded with the givenNativeLabelinstance. Additional filter steps compose on top of the identity predicate; usefindNativeLabel()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
NativeLabelLocatorpre-bound tocomponent
-
findOrderedList
Returns a locator forOrderedListcomponents.- Returns:
- a new
OrderedListLocator
-
use
Returns a locator seeded with the givenOrderedListinstance. Additional filter steps compose on top of the identity predicate; usefindOrderedList()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
OrderedListLocatorpre-bound tocomponent
-
findParagraph
Returns a locator forParagraphcomponents.- Returns:
- a new
ParagraphLocator
-
use
Returns a locator seeded with the givenParagraphinstance. Additional filter steps compose on top of the identity predicate; usefindParagraph()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
ParagraphLocatorpre-bound tocomponent
-
findPre
Returns a locator forPrecomponents.- Returns:
- a new
PreLocator
-
use
Returns a locator seeded with the givenPreinstance. Additional filter steps compose on top of the identity predicate; usefindPre()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
PreLocatorpre-bound tocomponent
-
findRangeInput
Returns a locator forRangeInputcomponents.- Returns:
- a new
RangeInputLocator
-
use
Returns a locator seeded with the givenRangeInputinstance. Additional filter steps compose on top of the identity predicate; usefindRangeInput()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
RangeInputLocatorpre-bound tocomponent
-
findSpan
Returns a locator forSpancomponents.- Returns:
- a new
SpanLocator
-
use
Returns a locator seeded with the givenSpaninstance. Additional filter steps compose on top of the identity predicate; usefindSpan()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
SpanLocatorpre-bound tocomponent
-
findUnorderedList
Returns a locator forUnorderedListcomponents.- Returns:
- a new
UnorderedListLocator
-
use
Returns a locator seeded with the givenUnorderedListinstance. Additional filter steps compose on top of the identity predicate; usefindUnorderedList()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
UnorderedListLocatorpre-bound tocomponent
-
findListBox
Returns a locator forListBoxcomponents.- Type Parameters:
V- type parameter forwarded to the locator- Parameters:
vType-Classwitness forV- Returns:
- a new
ListBoxLocator
-
use
Returns a locator seeded with the givenListBoxinstance. Additional filter steps compose on top of the identity predicate; usefindListBox(java.lang.Class)when you want a query without an initial constraint.- Type Parameters:
V- type parameter carried bycomponent- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
ListBoxLocatorpre-bound tocomponent
-
findMultiSelectListBox
Returns a locator forMultiSelectListBoxcomponents.- Type Parameters:
V- type parameter forwarded to the locator- Parameters:
vType-Classwitness forV- Returns:
- a new
MultiSelectListBoxLocator
-
use
Returns a locator seeded with the givenMultiSelectListBoxinstance. Additional filter steps compose on top of the identity predicate; usefindMultiSelectListBox(java.lang.Class)when you want a query without an initial constraint.- Type Parameters:
V- type parameter carried bycomponent- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
MultiSelectListBoxLocatorpre-bound tocomponent
-
findLoginForm
Returns a locator forLoginFormcomponents.- Returns:
- a new
LoginFormLocator
-
use
Returns a locator seeded with the givenLoginForminstance. Additional filter steps compose on top of the identity predicate; usefindLoginForm()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
LoginFormLocatorpre-bound tocomponent
-
findLoginOverlay
Returns a locator forLoginOverlaycomponents.- Returns:
- a new
LoginOverlayLocator
-
use
Returns a locator seeded with the givenLoginOverlayinstance. Additional filter steps compose on top of the identity predicate; usefindLoginOverlay()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
LoginOverlayLocatorpre-bound tocomponent
-
findMenuBar
Returns a locator forMenuBarcomponents.- Returns:
- a new
MenuBarLocator
-
findMessageInput
Returns a locator forMessageInputcomponents.- Returns:
- a new
MessageInputLocator
-
use
Returns a locator seeded with the givenMessageInputinstance. Additional filter steps compose on top of the identity predicate; usefindMessageInput()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
MessageInputLocatorpre-bound tocomponent
-
findMessageList
Returns a locator forMessageListcomponents.- Returns:
- a new
MessageListLocator
-
use
Returns a locator seeded with the givenMessageListinstance. Additional filter steps compose on top of the identity predicate; usefindMessageList()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
MessageListLocatorpre-bound tocomponent
-
findNotification
Returns a locator forNotificationcomponents.- Returns:
- a new
NotificationLocator
-
use
Returns a locator seeded with the givenNotificationinstance. Additional filter steps compose on top of the identity predicate; usefindNotification()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
NotificationLocatorpre-bound tocomponent
-
findPopover
Returns a locator forPopovercomponents.- Returns:
- a new
PopoverLocator
-
use
Returns a locator seeded with the givenPopoverinstance. Additional filter steps compose on top of the identity predicate; usefindPopover()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
PopoverLocatorpre-bound tocomponent
-
findRadioButtonGroup
Returns a locator forRadioButtonGroupcomponents.- Type Parameters:
V- type parameter forwarded to the locator- Parameters:
vType-Classwitness forV- Returns:
- a new
RadioButtonGroupLocator
-
use
Returns a locator seeded with the givenRadioButtonGroupinstance. Additional filter steps compose on top of the identity predicate; usefindRadioButtonGroup(java.lang.Class)when you want a query without an initial constraint.- Type Parameters:
V- type parameter carried bycomponent- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
RadioButtonGroupLocatorpre-bound tocomponent
-
findRadioButton
Returns a locator forcom.vaadin.flow.component.radiobutton.RadioButton<T>components.- Type Parameters:
V- type parameter forwarded to the locator- Parameters:
vType-Classwitness forV- Returns:
- a new
RadioButtonLocator
-
findRouterLink
Returns a locator forRouterLinkcomponents.- Returns:
- a new
RouterLinkLocator
-
use
Returns a locator seeded with the givenRouterLinkinstance. Additional filter steps compose on top of the identity predicate; usefindRouterLink()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
RouterLinkLocatorpre-bound tocomponent
-
findSelect
Returns a locator forSelectcomponents.- Type Parameters:
Y- type parameter forwarded to the locator- Parameters:
yType-Classwitness forY- Returns:
- a new
SelectLocator
-
use
Returns a locator seeded with the givenSelectinstance. Additional filter steps compose on top of the identity predicate; usefindSelect(java.lang.Class)when you want a query without an initial constraint.- Type Parameters:
Y- type parameter carried bycomponent- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
SelectLocatorpre-bound tocomponent
-
findDecimalRangeSlider
Returns a locator forDecimalRangeSlidercomponents.- Returns:
- a new
DecimalRangeSliderLocator
-
use
Returns a locator seeded with the givenDecimalRangeSliderinstance. Additional filter steps compose on top of the identity predicate; usefindDecimalRangeSlider()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
DecimalRangeSliderLocatorpre-bound tocomponent
-
findDecimalSlider
Returns a locator forDecimalSlidercomponents.- Returns:
- a new
DecimalSliderLocator
-
use
Returns a locator seeded with the givenDecimalSliderinstance. Additional filter steps compose on top of the identity predicate; usefindDecimalSlider()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
DecimalSliderLocatorpre-bound tocomponent
-
findIntegerRangeSlider
Returns a locator forIntegerRangeSlidercomponents.- Returns:
- a new
IntegerRangeSliderLocator
-
use
Returns a locator seeded with the givenIntegerRangeSliderinstance. Additional filter steps compose on top of the identity predicate; usefindIntegerRangeSlider()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
IntegerRangeSliderLocatorpre-bound tocomponent
-
findIntegerSlider
Returns a locator forIntegerSlidercomponents.- Returns:
- a new
IntegerSliderLocator
-
use
Returns a locator seeded with the givenIntegerSliderinstance. Additional filter steps compose on top of the identity predicate; usefindIntegerSlider()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
IntegerSliderLocatorpre-bound tocomponent
-
findTabSheet
Returns a locator forTabSheetcomponents.- Returns:
- a new
TabSheetLocator
-
use
Returns a locator seeded with the givenTabSheetinstance. Additional filter steps compose on top of the identity predicate; usefindTabSheet()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
TabSheetLocatorpre-bound tocomponent
-
findTabs
Returns a locator forTabscomponents.- Returns:
- a new
TabsLocator
-
use
Returns a locator seeded with the givenTabsinstance. Additional filter steps compose on top of the identity predicate; usefindTabs()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
TabsLocatorpre-bound tocomponent
-
findBigDecimalField
Returns a locator forBigDecimalFieldcomponents.- Returns:
- a new
BigDecimalFieldLocator
-
use
Returns a locator seeded with the givenBigDecimalFieldinstance. Additional filter steps compose on top of the identity predicate; usefindBigDecimalField()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
BigDecimalFieldLocatorpre-bound tocomponent
-
findEmailField
Returns a locator forEmailFieldcomponents.- Returns:
- a new
EmailFieldLocator
-
use
Returns a locator seeded with the givenEmailFieldinstance. Additional filter steps compose on top of the identity predicate; usefindEmailField()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
EmailFieldLocatorpre-bound tocomponent
-
findIntegerField
Returns a locator forIntegerFieldcomponents.- Returns:
- a new
IntegerFieldLocator
-
use
Returns a locator seeded with the givenIntegerFieldinstance. Additional filter steps compose on top of the identity predicate; usefindIntegerField()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
IntegerFieldLocatorpre-bound tocomponent
-
findNumberField
Returns a locator forNumberFieldcomponents.- Returns:
- a new
NumberFieldLocator
-
use
Returns a locator seeded with the givenNumberFieldinstance. Additional filter steps compose on top of the identity predicate; usefindNumberField()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
NumberFieldLocatorpre-bound tocomponent
-
findPasswordField
Returns a locator forPasswordFieldcomponents.- Returns:
- a new
PasswordFieldLocator
-
use
Returns a locator seeded with the givenPasswordFieldinstance. Additional filter steps compose on top of the identity predicate; usefindPasswordField()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
PasswordFieldLocatorpre-bound tocomponent
-
findTextArea
Returns a locator forTextAreacomponents.- Returns:
- a new
TextAreaLocator
-
use
Returns a locator seeded with the givenTextAreainstance. Additional filter steps compose on top of the identity predicate; usefindTextArea()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
TextAreaLocatorpre-bound tocomponent
-
findTextField
Returns a locator forTextFieldcomponents.- Returns:
- a new
TextFieldLocator
-
use
Returns a locator seeded with the givenTextFieldinstance. Additional filter steps compose on top of the identity predicate; usefindTextField()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
TextFieldLocatorpre-bound tocomponent
-
findTimePicker
Returns a locator forTimePickercomponents.- Returns:
- a new
TimePickerLocator
-
use
Returns a locator seeded with the givenTimePickerinstance. Additional filter steps compose on top of the identity predicate; usefindTimePicker()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
TimePickerLocatorpre-bound tocomponent
-
findUpload
Returns a locator forUploadcomponents.- Returns:
- a new
UploadLocator
-
use
Returns a locator seeded with the givenUploadinstance. Additional filter steps compose on top of the identity predicate; usefindUpload()when you want a query without an initial constraint.- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
UploadLocatorpre-bound tocomponent
-
findVirtualList
Returns a locator forVirtualListcomponents.- Type Parameters:
Y- type parameter forwarded to the locator- Parameters:
yType-Classwitness forY- Returns:
- a new
VirtualListLocator
-
use
Returns a locator seeded with the givenVirtualListinstance. Additional filter steps compose on top of the identity predicate; usefindVirtualList(java.lang.Class)when you want a query without an initial constraint.- Type Parameters:
Y- type parameter carried bycomponent- Parameters:
component- the component to seed the locator with; must not benull- Returns:
- a new
VirtualListLocatorpre-bound tocomponent
-