Interface CommercialLocators

  • All Implemented Interfaces:
    com.vaadin.browserless.locator.GeneratedCommercialLocators , com.vaadin.browserless.locator.GeneratedLocators , com.vaadin.browserless.locator.Locators

    
    public interface CommercialLocators
     implements Locators, GeneratedCommercialLocators
                        

    Mixin offering typed locator entry points for commercial Vaadin components (Charts, etc.).

    Kept separate from Locators so that core-only consumers do not pull commercial classes onto the compilation classpath — mirroring the existing TesterWrappers / CommercialTesterWrappers split.

    Most entries come from GeneratedCommercialLocators, which is emitted by the locator annotation processor. Mix this into your own context subclass or test class when you depend on commercial Vaadin components.

    Since:

    1.1

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void activateLocatorContext() Hook for context-bound implementations to install Vaadin thread-locals before a locator is built.
      • Methods inherited from class com.vaadin.browserless.locator.Locators

        find
      • Methods inherited from class com.vaadin.browserless.locator.GeneratedCommercialLocators

        findChart, findDashboard, use, use
      • Methods inherited from class com.vaadin.browserless.locator.GeneratedLocators

        findAccordion, findAnchor, findBigDecimalField, findBreadcrumbs, findButton, findCheckbox, findCheckboxGroup, findComboBox, findConfirmDialog, findContextMenu, findDatePicker, findDateTimePicker, findDecimalRangeSlider, findDecimalSlider, findDescriptionList, findDetails, findDialog, findDiv, findEmailField, findEmphasis, findGrid, findH1, findH2, findH3, findH4, findH5, findH6, findHr, findImage, findInput, findIntegerField, findIntegerRangeSlider, findIntegerSlider, findListBox, findListItem, findLoginForm, findLoginOverlay, findMarkdown, findMasterDetailLayout, findMenuBar, findMessageInput, findMessageList, findMultiSelectComboBox, findMultiSelectListBox, findNativeButton, findNativeDetails, findNativeLabel, findNotification, findNumberField, findOrderedList, findParagraph, findPasswordField, findPopover, findPre, findRadioButton, findRadioButtonGroup, findRangeInput, findRouterLink, findSelect, findSideNav, findSpan, findTabSheet, findTabs, findTextArea, findTextField, findTimePicker, findUnorderedList, findUpload, findVirtualList, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use, use
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • activateLocatorContext

         void activateLocatorContext()

        Hook for context-bound implementations to install Vaadin thread-locals before a locator is built. Default is a no-op.