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 Details

    • edit

      protected String edit
    • preview

      protected String preview
  • Constructor Details

    • Tabs

      public Tabs()
  • Method Details

    • getEdit

      public String getEdit()
      Gets the label for the Edit tab.
      Returns:
      the label, or null if not set
    • setEdit

      Sets the label for the Edit tab.
      Parameters:
      edit - the label, or null to use the default
      Returns:
      this instance for method chaining
    • getPreview

      public String getPreview()
      Gets the label for the Preview tab.
      Returns:
      the label, or null if not set
    • setPreview

      Sets the label for the Preview tab.
      Parameters:
      preview - the label, or null to use the default
      Returns:
      this instance for method chaining