Class JmixMarkdownEditor.JmixMarkdownEditorI18n.Toolbar

java.lang.Object
io.jmix.flowui.kit.component.markdowneditor.JmixMarkdownEditor.JmixMarkdownEditorI18n.Toolbar
All Implemented Interfaces:
Serializable
Enclosing class:
JmixMarkdownEditor.JmixMarkdownEditorI18n

public static class JmixMarkdownEditor.JmixMarkdownEditorI18n.Toolbar extends Object implements Serializable
Internationalization properties for the formatting toolbar.
See Also:
  • Field Details

    • accessibleLabel

      protected String accessibleLabel
    • heading

      protected String heading
    • bold

      protected String bold
    • italic

      protected String italic
    • quote

      protected String quote
    • code

      protected String code
    • unorderedList

      protected String unorderedList
    • orderedList

      protected String orderedList
    • taskList

      protected String taskList
    • overflow

      protected String overflow
  • Constructor Details

    • Toolbar

      public Toolbar()
  • Method Details

    • getAccessibleLabel

      public String getAccessibleLabel()
      Gets the accessible label for the toolbar element.
      Returns:
      the label, or null if not set
    • setAccessibleLabel

      public JmixMarkdownEditor.JmixMarkdownEditorI18n.Toolbar setAccessibleLabel(String accessibleLabel)
      Sets the accessible label for the toolbar element.
      Parameters:
      accessibleLabel - the label, or null to use the default
      Returns:
      this instance for method chaining
    • getHeading

      public String getHeading()
      Gets the tooltip for the Heading button.
      Returns:
      the tooltip, or null if not set
    • setHeading

      Sets the tooltip for the Heading button.
      Parameters:
      heading - the tooltip, or null to use the default
      Returns:
      this instance for method chaining
    • getBold

      public String getBold()
      Gets the tooltip for the Bold button.
      Returns:
      the tooltip, or null if not set
    • setBold

      Sets the tooltip for the Bold button.
      Parameters:
      bold - the tooltip, or null to use the default
      Returns:
      this instance for method chaining
    • getItalic

      public String getItalic()
      Gets the tooltip for the Italic button.
      Returns:
      the tooltip, or null if not set
    • setItalic

      Sets the tooltip for the Italic button.
      Parameters:
      italic - the tooltip, or null to use the default
      Returns:
      this instance for method chaining
    • getQuote

      public String getQuote()
      Gets the tooltip for the Quote button.
      Returns:
      the tooltip, or null if not set
    • setQuote

      Sets the tooltip for the Quote button.
      Parameters:
      quote - the tooltip, or null to use the default
      Returns:
      this instance for method chaining
    • getCode

      public String getCode()
      Gets the tooltip for the Code button.
      Returns:
      the tooltip, or null if not set
    • setCode

      Sets the tooltip for the Code button.
      Parameters:
      code - the tooltip, or null to use the default
      Returns:
      this instance for method chaining
    • getLink

      public String getLink()
      Gets the tooltip for the Link button.
      Returns:
      the tooltip, or null if not set
    • setLink

      Sets the tooltip for the Link button.
      Parameters:
      link - the tooltip, or null to use the default
      Returns:
      this instance for method chaining
    • getUnorderedList

      public String getUnorderedList()
      Gets the tooltip for the Unordered list button.
      Returns:
      the tooltip, or null if not set
    • setUnorderedList

      public JmixMarkdownEditor.JmixMarkdownEditorI18n.Toolbar setUnorderedList(String unorderedList)
      Sets the tooltip for the Unordered list button.
      Parameters:
      unorderedList - the tooltip, or null to use the default
      Returns:
      this instance for method chaining
    • getOrderedList

      public String getOrderedList()
      Gets the tooltip for the Ordered list button.
      Returns:
      the tooltip, or null if not set
    • setOrderedList

      public JmixMarkdownEditor.JmixMarkdownEditorI18n.Toolbar setOrderedList(String orderedList)
      Sets the tooltip for the Ordered list button.
      Parameters:
      orderedList - the tooltip, or null to use the default
      Returns:
      this instance for method chaining
    • getTaskList

      public String getTaskList()
      Gets the tooltip for the Task list button.
      Returns:
      the tooltip, or null if not set
    • setTaskList

      Sets the tooltip for the Task list button.
      Parameters:
      taskList - the tooltip, or null to use the default
      Returns:
      this instance for method chaining
    • getOverflow

      public String getOverflow()
      Gets the tooltip for the overflow menu button.
      Returns:
      the tooltip, or null if not set
    • setOverflow

      Sets the tooltip for the overflow menu button.
      Parameters:
      overflow - the tooltip, or null to use the default
      Returns:
      this instance for method chaining