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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the accessible label for the toolbar element.getBold()Gets the tooltip for the Bold button.getCode()Gets the tooltip for the Code button.Gets the tooltip for the Heading button.Gets the tooltip for the Italic button.getLink()Gets the tooltip for the Link button.Gets the tooltip for the Ordered list button.Gets the tooltip for the overflow menu button.getQuote()Gets the tooltip for the Quote button.Gets the tooltip for the Task list button.Gets the tooltip for the Unordered list button.setAccessibleLabel(String accessibleLabel) Sets the accessible label for the toolbar element.Sets the tooltip for the Bold button.Sets the tooltip for the Code button.setHeading(String heading) Sets the tooltip for the Heading button.Sets the tooltip for the Italic button.Sets the tooltip for the Link button.setOrderedList(String orderedList) Sets the tooltip for the Ordered list button.setOverflow(String overflow) Sets the tooltip for the overflow menu button.Sets the tooltip for the Quote button.setTaskList(String taskList) Sets the tooltip for the Task list button.setUnorderedList(String unorderedList) Sets the tooltip for the Unordered list button.
-
Field Details
-
accessibleLabel
-
heading
-
bold
-
italic
-
quote
-
code
-
link
-
unorderedList
-
orderedList
-
taskList
-
overflow
-
-
Constructor Details
-
Toolbar
public Toolbar()
-
-
Method Details
-
getAccessibleLabel
Gets the accessible label for the toolbar element.- Returns:
- the label, or
nullif not set
-
setAccessibleLabel
Sets the accessible label for the toolbar element.- Parameters:
accessibleLabel- the label, ornullto use the default- Returns:
- this instance for method chaining
-
getHeading
Gets the tooltip for the Heading button.- Returns:
- the tooltip, or
nullif not set
-
setHeading
Sets the tooltip for the Heading button.- Parameters:
heading- the tooltip, ornullto use the default- Returns:
- this instance for method chaining
-
getBold
Gets the tooltip for the Bold button.- Returns:
- the tooltip, or
nullif not set
-
setBold
Sets the tooltip for the Bold button.- Parameters:
bold- the tooltip, ornullto use the default- Returns:
- this instance for method chaining
-
getItalic
Gets the tooltip for the Italic button.- Returns:
- the tooltip, or
nullif not set
-
setItalic
Sets the tooltip for the Italic button.- Parameters:
italic- the tooltip, ornullto use the default- Returns:
- this instance for method chaining
-
getQuote
Gets the tooltip for the Quote button.- Returns:
- the tooltip, or
nullif not set
-
setQuote
Sets the tooltip for the Quote button.- Parameters:
quote- the tooltip, ornullto use the default- Returns:
- this instance for method chaining
-
getCode
Gets the tooltip for the Code button.- Returns:
- the tooltip, or
nullif not set
-
setCode
Sets the tooltip for the Code button.- Parameters:
code- the tooltip, ornullto use the default- Returns:
- this instance for method chaining
-
getLink
Gets the tooltip for the Link button.- Returns:
- the tooltip, or
nullif not set
-
setLink
Sets the tooltip for the Link button.- Parameters:
link- the tooltip, ornullto use the default- Returns:
- this instance for method chaining
-
getUnorderedList
Gets the tooltip for the Unordered list button.- Returns:
- the tooltip, or
nullif not set
-
setUnorderedList
Sets the tooltip for the Unordered list button.- Parameters:
unorderedList- the tooltip, ornullto use the default- Returns:
- this instance for method chaining
-
getOrderedList
Gets the tooltip for the Ordered list button.- Returns:
- the tooltip, or
nullif not set
-
setOrderedList
Sets the tooltip for the Ordered list button.- Parameters:
orderedList- the tooltip, ornullto use the default- Returns:
- this instance for method chaining
-
getTaskList
Gets the tooltip for the Task list button.- Returns:
- the tooltip, or
nullif not set
-
setTaskList
Sets the tooltip for the Task list button.- Parameters:
taskList- the tooltip, ornullto use the default- Returns:
- this instance for method chaining
-
getOverflow
Gets the tooltip for the overflow menu button.- Returns:
- the tooltip, or
nullif not set
-
setOverflow
Sets the tooltip for the overflow menu button.- Parameters:
overflow- the tooltip, ornullto use the default- Returns:
- this instance for method chaining
-