Package com.vaadin.flow.component.html
Class NativeDetailsLocator
java.lang.Object
com.vaadin.browserless.locator.Locator<NativeDetails,NativeDetailsLocator>
com.vaadin.flow.component.html.NativeDetailsLocator
- All Implemented Interfaces:
Clickable<NativeDetails>
@Generated("com.vaadin.browserless.locator.processor.LocatorProcessor")
public class NativeDetailsLocator
extends Locator<NativeDetails,NativeDetailsLocator>
implements Clickable<NativeDetails>
Generated locator for
NativeDetails, derived from
NativeDetailsTester. Filter steps are inherited from
Locator; action methods delegate to a fresh tester
around the resolved component, so behavioral changes belong on the
tester, not here.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnsures the component is in a usable state before interaction.Gets the component being tested.Get details content if the details is opened.Get the summary component of this Details element.Get the summary text.getText()Get the recursive text for target element.getTitle()Get the title string set for the html component if available.voidToggle the open state of the component.Methods inherited from class com.vaadin.browserless.locator.Locator
atIndex, component, components, exists, inside, inside, invalidate, self, with, withAttribute, withAttribute, withClassName, withCondition, withId, withoutAttribute, withoutAttribute, withoutClassNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.browserless.Clickable
click, click, click, middleClick, middleClick, rightClick, rightClick
-
Constructor Details
-
NativeDetailsLocator
public NativeDetailsLocator() -
NativeDetailsLocator
-
-
Method Details
-
getComponent
Description copied from interface:ClickableGets the component being tested.- Specified by:
getComponentin interfaceClickable<NativeDetails>- Returns:
- the component under test
-
ensureComponentIsUsable
public void ensureComponentIsUsable()Description copied from interface:ClickableEnsures the component is in a usable state before interaction.- Specified by:
ensureComponentIsUsablein interfaceClickable<NativeDetails>
-
getSummary
Get the summary component of this Details element. Javadoc copied fromNativeDetailsTester.getSummary().- Returns:
- summary component
-
getSummaryText
Get the summary text. Javadoc copied fromNativeDetailsTester.getSummaryText().- Returns:
- text in the summary element
-
getContent
Get details content if the details is opened. Javadoc copied fromNativeDetailsTester.getContent().- Returns:
- details content
- Throws:
IllegalStateException- if content is not displayed
-
toggleContent
public void toggleContent()Toggle the open state of the component. Javadoc copied fromNativeDetailsTester.toggleContent(). -
getTitle
Get the title string set for the html component if available. Javadoc copied fromHtmlComponentTester.getTitle().- Returns:
- title string
- Throws:
IllegalStateException- if not title has been set
-
getText
Get the recursive text for target element. Javadoc copied fromHtmlComponentTester.getText().- Returns:
- recursive text of component
- Throws:
IllegalStateException- if component not visible
-