Class UiTestIdManagerImpl

java.lang.Object
io.jmix.flowui.sys.UiTestIdManagerImpl
All Implemented Interfaces:
UiTestIdManager

@Component("flowui_UiTestIdManagerImpl") public class UiTestIdManagerImpl extends Object implements UiTestIdManager
  • Constructor Details

    • UiTestIdManagerImpl

      public UiTestIdManagerImpl()
  • Method Details

    • generateUiTestId

      @Nullable public String generateUiTestId(com.vaadin.flow.component.Component component)
      Specified by:
      generateUiTestId in interface UiTestIdManager
      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