Class JmixRichTextEditor.RichTextEditorI18n
java.lang.Object
io.jmix.flowui.kit.component.richtexteditor.JmixRichTextEditor.RichTextEditorI18n
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JmixRichTextEditor
The internationalization properties for
JmixRichTextEditor
.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the translated word foralignCenter
Gets the translated word foralignEnd
Gets the translated word foralignJustify
Gets the translated word foralignStart
Gets the translated word forblockquote
getBold()
Gets the translated word forbold
getClean()
Gets the translated word forclean
Gets the translated word forcodeBlock
getH1()
Gets the translated word forh1
getH2()
Gets the translated word forh2
getH3()
Gets the translated word forh3
getImage()
Gets the translated word forimage
Gets the translated word foritalic
getLink()
Gets the translated word forlink
Gets the translated word forlistBullet
Gets the translated word forlistOrdered
Gets the translated word forstrike
Gets the translated word forsubscript
Gets the translated word forsuperscript
Gets the translated word forunderline
setAlignCenter
(String alignCenter) Sets the translated word foralignCenter
.setAlignEnd
(String alignEnd) Sets the translated word foralignEnd
.setAlignJustify
(String alignJustify) Sets the translated word foralignJustify
.setAlignStart
(String alignStart) Sets the translated word foralignStart
.setBlockquote
(String blockquote) Sets the translated word forblockquote
.Sets the translated word forbold
.Sets the translated word forclean
.setCodeBlock
(String codeBlock) Sets the translated word forcodeBlock
.Sets the translated word forh1
.Sets the translated word forh2
.Sets the translated word forh3
.Sets the translated word forimage
.Sets the translated word foritalic
.Sets the translated word forlink
.setListBullet
(String listBullet) Sets the translated word forlistBullet
.setListOrdered
(String listOrdered) Sets the translated word forlistOrdered
.Sets the translated word forstrike
.setSubscript
(String subscript) Sets the translated word forsubscript
.setSuperscript
(String superscript) Sets the translated word forsuperscript
.setUnderline
(String underline) Sets the translated word forunderline
.toString()
Gets the stringified values of the tooltips.
-
Field Details
-
bold
-
italic
-
underline
-
strike
-
h1
-
h2
-
h3
-
subscript
-
superscript
-
listOrdered
-
listBullet
-
alignStart
-
alignCenter
-
alignEnd
-
alignJustify
-
image
-
link
-
blockquote
-
codeBlock
-
clean
-
-
Constructor Details
-
RichTextEditorI18n
public RichTextEditorI18n()
-
-
Method Details
-
getBold
Gets the translated word forbold
- Returns:
- the translated word for bold
-
setBold
Sets the translated word forbold
.- Parameters:
bold
- the translated word for bold- Returns:
- this instance for method chaining
-
getItalic
Gets the translated word foritalic
- Returns:
- the translated word for italic
-
setItalic
Sets the translated word foritalic
.- Parameters:
italic
- the translated word for italic- Returns:
- this instance for method chaining
-
getUnderline
Gets the translated word forunderline
- Returns:
- the translated word for underline
-
setUnderline
Sets the translated word forunderline
.- Parameters:
underline
- the translated word for underline- Returns:
- this instance for method chaining
-
getStrike
Gets the translated word forstrike
- Returns:
- the translated word for strike
-
setStrike
Sets the translated word forstrike
.- Parameters:
strike
- the translated word for strike- Returns:
- this instance for method chaining
-
getH1
Gets the translated word forh1
- Returns:
- the translated word for h1
-
setH1
Sets the translated word forh1
.- Parameters:
h1
- the translated word for h1- Returns:
- this instance for method chaining
-
getH2
Gets the translated word forh2
- Returns:
- the translated word for h2
-
setH2
Sets the translated word forh2
.- Parameters:
h2
- the translated word for h2- Returns:
- this instance for method chaining
-
getH3
Gets the translated word forh3
- Returns:
- the translated word for h3
-
setH3
Sets the translated word forh3
.- Parameters:
h3
- the translated word for h3- Returns:
- this instance for method chaining
-
getSubscript
Gets the translated word forsubscript
- Returns:
- the translated word for subscript
-
setSubscript
Sets the translated word forsubscript
.- Parameters:
subscript
- the translated word for subscript- Returns:
- this instance for method chaining
-
getSuperscript
Gets the translated word forsuperscript
- Returns:
- the translated word for superscript
-
setSuperscript
Sets the translated word forsuperscript
.- Parameters:
superscript
- the translated word for superscript- Returns:
- this instance for method chaining
-
getListOrdered
Gets the translated word forlistOrdered
- Returns:
- the translated word for listOrdered
-
setListOrdered
Sets the translated word forlistOrdered
.- Parameters:
listOrdered
- the translated word for listOrdered- Returns:
- this instance for method chaining
-
getListBullet
Gets the translated word forlistBullet
- Returns:
- the translated word for listBullet
-
setListBullet
Sets the translated word forlistBullet
.- Parameters:
listBullet
- the translated word for listBullet- Returns:
- this instance for method chaining
-
getAlignStart
Gets the translated word foralignStart
- Returns:
- the translated word for alignStart
-
setAlignStart
Sets the translated word foralignStart
.- Parameters:
alignStart
- the translated word for alignStart- Returns:
- this instance for method chaining
-
getAlignCenter
Gets the translated word foralignCenter
- Returns:
- the translated word for alignCenter
-
setAlignCenter
Sets the translated word foralignCenter
.- Parameters:
alignCenter
- the translated word for alignCenter- Returns:
- this instance for method chaining
-
getAlignEnd
Gets the translated word foralignEnd
- Returns:
- the translated word for alignEnd
-
setAlignEnd
Sets the translated word foralignEnd
.- Parameters:
alignEnd
- the translated word for alignEnd- Returns:
- this instance for method chaining
-
getAlignJustify
Gets the translated word foralignJustify
- Returns:
- the translated word for alignJustify
-
setAlignJustify
Sets the translated word foralignJustify
.- Parameters:
alignJustify
- the translated word for alignJustify- Returns:
- this instance for method chaining
-
getImage
Gets the translated word forimage
- Returns:
- the translated word for image
-
setImage
Sets the translated word forimage
.- Parameters:
image
- the translated word for image- Returns:
- this instance for method chaining
-
getLink
Gets the translated word forlink
- Returns:
- the translated word for link
-
setLink
Sets the translated word forlink
.- Parameters:
link
- the translated word for link- Returns:
- this instance for method chaining
-
getBlockquote
Gets the translated word forblockquote
- Returns:
- the translated word for blockquote
-
setBlockquote
Sets the translated word forblockquote
.- Parameters:
blockquote
- the translated word for blockquote- Returns:
- this instance for method chaining
-
getCodeBlock
Gets the translated word forcodeBlock
- Returns:
- the translated word for codeBlock
-
setCodeBlock
Sets the translated word forcodeBlock
.- Parameters:
codeBlock
- the translated word for codeBlock- Returns:
- this instance for method chaining
-
getClean
Gets the translated word forclean
- Returns:
- the translated word for clean
-
setClean
Sets the translated word forclean
.- Parameters:
clean
- the translated word for clean- Returns:
- this instance for method chaining
-
toString
Gets the stringified values of the tooltips.
-