Class JmixMarkdownEditor.JmixMarkdownEditorI18n.Tabs
java.lang.Object
io.jmix.flowui.kit.component.markdowneditor.JmixMarkdownEditor.JmixMarkdownEditorI18n.Tabs
- All Implemented Interfaces:
Serializable
- Enclosing class:
JmixMarkdownEditor.JmixMarkdownEditorI18n
public static class JmixMarkdownEditor.JmixMarkdownEditorI18n.Tabs
extends Object
implements Serializable
Internationalization properties for the mode tabs.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEdit()Gets the label for the Edit tab.Gets the label for the Preview tab.Sets the label for the Edit tab.setPreview(String preview) Sets the label for the Preview tab.
-
Field Details
-
edit
-
preview
-
-
Constructor Details
-
Tabs
public Tabs()
-
-
Method Details
-
getEdit
Gets the label for the Edit tab.- Returns:
- the label, or
nullif not set
-
setEdit
Sets the label for the Edit tab.- Parameters:
edit- the label, ornullto use the default- Returns:
- this instance for method chaining
-
getPreview
Gets the label for the Preview tab.- Returns:
- the label, or
nullif not set
-
setPreview
Sets the label for the Preview tab.- Parameters:
preview- the label, ornullto use the default- Returns:
- this instance for method chaining
-