Class SplitLayoutI18n

java.lang.Object
com.vaadin.flow.component.splitlayout.SplitLayoutI18n
All Implemented Interfaces:
Serializable

public class SplitLayoutI18n extends Object implements Serializable
The internationalization properties for SplitLayout. This can be used to customize and translate the accessible labels used in the split layout component.
Since:
25.3
Author:
Vaadin Ltd.
See Also:
  • Constructor Details

    • SplitLayoutI18n

      public SplitLayoutI18n()
  • Method Details

    • getSeparator

      public String getSeparator()
      Gets the accessible label for the splitter that separates the two content areas.
      Returns:
      the accessible label for the splitter
    • setSeparator

      public SplitLayoutI18n setSeparator(String separator)
      Sets the accessible label for the splitter that separates the two content areas.

      This label is used as the aria-label of the splitter, announced by screen readers when the splitter is focused.

      Parameters:
      separator - the accessible label for the splitter
      Returns:
      this instance for method chaining