Class RichTextEditor.RichTextEditorI18n
java.lang.Object
com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RichTextEditor
The internationalization properties for
RichTextEditor
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the translated word foralignCenter
Gets the translated word foralignLeft
Gets the translated word foralignRight
Gets the translated word forbackground
Gets the translated word forblockquote
getBold()
Gets the translated word forbold
getClean()
Gets the translated word forclean
Gets the translated word forcodeBlock
getColor()
Gets the translated word forcolor
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
getRedo()
Gets the translated word forredo
Gets the translated word forstrike
Gets the translated word forsubscript
Gets the translated word forsuperscript
Gets the translated word forunderline
getUndo()
Gets the translated word forundo
setAlignCenter
(String alignCenter) Sets the translated word foralignCenter
.setAlignLeft
(String alignLeft) Sets the translated word foralignLeft
.setAlignRight
(String alignRight) Sets the translated word foralignRight
.setBackground
(String background) Sets the translated word forbackground
.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 forcolor
.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 forredo
.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
.Sets the translated word forundo
.toString()
Gets the stringified values of the tooltips.
-
Constructor Details
-
RichTextEditorI18n
public RichTextEditorI18n()
-
-
Method Details
-
getUndo
Gets the translated word forundo
- Returns:
- the translated word for undo
-
setUndo
Sets the translated word forundo
.- Parameters:
undo
- the translated word for undo- Returns:
- this instance for method chaining
-
getRedo
Gets the translated word forredo
- Returns:
- the translated word for redo
-
setRedo
Sets the translated word forredo
.- Parameters:
redo
- the translated word for redo- Returns:
- this instance for method chaining
-
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
-
getColor
Gets the translated word forcolor
- Returns:
- the translated word for color
-
setColor
Sets the translated word forcolor
.- Parameters:
color
- the translated word for color- Returns:
- this instance for method chaining
-
getBackground
Gets the translated word forbackground
- Returns:
- the translated word for background
-
setBackground
Sets the translated word forbackground
.- Parameters:
background
- the translated word for background- 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
-
getAlignLeft
Gets the translated word foralignLeft
- Returns:
- the translated word for alignLeft
-
setAlignLeft
Sets the translated word foralignLeft
.- Parameters:
alignLeft
- the translated word for alignLeft- 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
-
getAlignRight
Gets the translated word foralignRight
- Returns:
- the translated word for alignRight
-
setAlignRight
Sets the translated word foralignRight
.- Parameters:
alignRight
- the translated word for alignRight- 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.
-