Package com.vaadin.browserless.locator
Interface HasThemeFilter<C extends Component & HasTheme,SELF extends Locator<C,SELF>>
- Type Parameters:
C- the component type, bound toHasThemeSELF- the concrete locator subtype, used for fluent chaining
- All Known Implementing Classes:
BigDecimalFieldLocator,ButtonLocator,ChartLocator,CheckboxGroupLocator,CheckboxLocator,ComboBoxLocator,DatePickerLocator,DateTimePickerLocator,DetailsLocator,DialogLocator,EmailFieldLocator,GridLocator,IntegerFieldLocator,MenuBarLocator,MessageInputLocator,MultiSelectComboBoxLocator,NotificationLocator,NumberFieldLocator,PasswordFieldLocator,PopoverLocator,RadioButtonGroupLocator,SelectLocator,SideNavLocator,TabSheetLocator,TabsLocator,TextAreaLocator,TextFieldLocator,TimePickerLocator,UploadLocator,VirtualListLocator
-
Method Summary
-
Method Details
-
withTheme
Requires the matched component to have the given theme set. -
withoutTheme
Requires the matched component to not have the given theme set.
-