Class SplitLayoutI18n
java.lang.Object
com.vaadin.flow.component.splitlayout.SplitLayoutI18n
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the accessible label for the splitter that separates the two content areas.setSeparator(String separator) Sets the accessible label for the splitter that separates the two content areas.
-
Constructor Details
-
SplitLayoutI18n
public SplitLayoutI18n()
-
-
Method Details
-
getSeparator
Gets the accessible label for the splitter that separates the two content areas.- Returns:
- the accessible label for the splitter
-
setSeparator
Sets the accessible label for the splitter that separates the two content areas.This label is used as the
aria-labelof 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
-