Package io.jmix.flowui.sys
Interface UiTestIdManager
- All Known Implementing Classes:
UiTestIdManagerImpl
public interface UiTestIdManager
Manager for calculating a special static ID attribute for testing.
-
Method Summary
Modifier and TypeMethodDescriptiongenerateUiTestId
(com.vaadin.flow.component.Component component)
-
Method Details
-
generateUiTestId
- Parameters:
component
- component for calculating static ID attribute for testing- Returns:
- UI test ID calculated based on the type and state of the passed component
-