com.vaadin.flow.component.richtexteditor.
Class RichTextEditor.RichTextEditorI18n
All Implemented Interfaces:
Enclosing class:
The internationalization properties for RichTextEditor
.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the translated word for
alignCenter
Gets the translated word for
alignLeft
Gets the translated word for
alignRight
Gets the translated word for
background
Gets the translated word for
blockquote
getBold()
Gets the translated word for
bold
getClean()
Gets the translated word for
clean
Gets the translated word for
codeBlock
getColor()
Gets the translated word for
color
getH1()
Gets the translated word for
h1
getH2()
Gets the translated word for
h2
getH3()
Gets the translated word for
h3
getImage()
Gets the translated word for
image
Gets the translated word for
italic
getLink()
Gets the translated word for
link
Gets the translated word for
listBullet
Gets the translated word for
listOrdered
getRedo()
Gets the translated word for
redo
Gets the translated word for
strike
Gets the translated word for
subscript
Gets the translated word for
superscript
Gets the translated word for
underline
getUndo()
Gets the translated word for
undo
setAlignCenter
(String alignCenter) Sets the translated word for
alignCenter
.setAlignLeft
(String alignLeft) Sets the translated word for
alignLeft
.setAlignRight
(String alignRight) Sets the translated word for
alignRight
.setBackground
(String background) Sets the translated word for
background
.setBlockquote
(String blockquote) Sets the translated word for
blockquote
.Sets the translated word for
bold
.Sets the translated word for
clean
.setCodeBlock
(String codeBlock) Sets the translated word for
codeBlock
.Sets the translated word for
color
.Sets the translated word for
h1
.Sets the translated word for
h2
.Sets the translated word for
h3
.Sets the translated word for
image
.Sets the translated word for
italic
.Sets the translated word for
link
.setListBullet
(String listBullet) Sets the translated word for
listBullet
.setListOrdered
(String listOrdered) Sets the translated word for
listOrdered
.Sets the translated word for
redo
.Sets the translated word for
strike
.setSubscript
(String subscript) Sets the translated word for
subscript
.setSuperscript
(String superscript) Sets the translated word for
superscript
.setUnderline
(String underline) Sets the translated word for
underline
.Sets the translated word for
undo
.toString()
Gets the stringified values of the tooltips.
-
Constructor Details
-
RichTextEditorI18n
public RichTextEditorI18n()
-
-
Method Details
-
getUndo
Gets the translated word for
undo
Returns:
the translated word for undo
-
setUndo
Sets the translated word for
undo
.Parameters:
undo
- the translated word for undoReturns:
this instance for method chaining
-
getRedo
Gets the translated word for
redo
Returns:
the translated word for redo
-
setRedo
Sets the translated word for
redo
.Parameters:
redo
- the translated word for redoReturns:
this instance for method chaining
-
getBold
Gets the translated word for
bold
Returns:
the translated word for bold
-
setBold
Sets the translated word for
bold
.Parameters:
bold
- the translated word for boldReturns:
this instance for method chaining
-
getItalic
Gets the translated word for
italic
Returns:
the translated word for italic
-
setItalic
Sets the translated word for
italic
.Parameters:
italic
- the translated word for italicReturns:
this instance for method chaining
-
getUnderline
Gets the translated word for
underline
Returns:
the translated word for underline
-
setUnderline
Sets the translated word for
underline
.Parameters:
underline
- the translated word for underlineReturns:
this instance for method chaining
-
getStrike
Gets the translated word for
strike
Returns:
the translated word for strike
-
setStrike
Sets the translated word for
strike
.Parameters:
strike
- the translated word for strikeReturns:
this instance for method chaining
-
getH1
Gets the translated word for
h1
Returns:
the translated word for h1
-
setH1
Sets the translated word for
h1
.Parameters:
h1
- the translated word for h1Returns:
this instance for method chaining
-
getH2
Gets the translated word for
h2
Returns:
the translated word for h2
-
setH2
Sets the translated word for
h2
.Parameters:
h2
- the translated word for h2Returns:
this instance for method chaining
-
getH3
Gets the translated word for
h3
Returns:
the translated word for h3
-
setH3
Sets the translated word for
h3
.Parameters:
h3
- the translated word for h3Returns:
this instance for method chaining
-
getColor
Gets the translated word for
color
Returns:
the translated word for color
-
setColor
Sets the translated word for
color
.Parameters:
color
- the translated word for colorReturns:
this instance for method chaining
-
getBackground
Gets the translated word for
background
Returns:
the translated word for background
-
setBackground
Sets the translated word for
background
.Parameters:
background
- the translated word for backgroundReturns:
this instance for method chaining
-
getSubscript
Gets the translated word for
subscript
Returns:
the translated word for subscript
-
setSubscript
Sets the translated word for
subscript
.Parameters:
subscript
- the translated word for subscriptReturns:
this instance for method chaining
-
getSuperscript
Gets the translated word for
superscript
Returns:
the translated word for superscript
-
setSuperscript
Sets the translated word for
superscript
.Parameters:
superscript
- the translated word for superscriptReturns:
this instance for method chaining
-
getListOrdered
Gets the translated word for
listOrdered
Returns:
the translated word for listOrdered
-
setListOrdered
Sets the translated word for
listOrdered
.Parameters:
listOrdered
- the translated word for listOrderedReturns:
this instance for method chaining
-
getListBullet
Gets the translated word for
listBullet
Returns:
the translated word for listBullet
-
setListBullet
Sets the translated word for
listBullet
.Parameters:
listBullet
- the translated word for listBulletReturns:
this instance for method chaining
-
getAlignLeft
Gets the translated word for
alignLeft
Returns:
the translated word for alignLeft
-
setAlignLeft
Sets the translated word for
alignLeft
.Parameters:
alignLeft
- the translated word for alignLeftReturns:
this instance for method chaining
-
getAlignCenter
Gets the translated word for
alignCenter
Returns:
the translated word for alignCenter
-
setAlignCenter
Sets the translated word for
alignCenter
.Parameters:
alignCenter
- the translated word for alignCenterReturns:
this instance for method chaining
-
getAlignRight
Gets the translated word for
alignRight
Returns:
the translated word for alignRight
-
setAlignRight
Sets the translated word for
alignRight
.Parameters:
alignRight
- the translated word for alignRightReturns:
this instance for method chaining
-
getImage
Gets the translated word for
image
Returns:
the translated word for image
-
setImage
Sets the translated word for
image
.Parameters:
image
- the translated word for imageReturns:
this instance for method chaining
-
getLink
Gets the translated word for
link
Returns:
the translated word for link
-
setLink
Sets the translated word for
link
.Parameters:
link
- the translated word for linkReturns:
this instance for method chaining
-
getBlockquote
Gets the translated word for
blockquote
Returns:
the translated word for blockquote
-
setBlockquote
Sets the translated word for
blockquote
.Parameters:
blockquote
- the translated word for blockquoteReturns:
this instance for method chaining
-
getCodeBlock
Gets the translated word for
codeBlock
Returns:
the translated word for codeBlock
-
setCodeBlock
Sets the translated word for
codeBlock
.Parameters:
codeBlock
- the translated word for codeBlockReturns:
this instance for method chaining
-
getClean
Gets the translated word for
clean
Returns:
the translated word for clean
-
setClean
Sets the translated word for
clean
.Parameters:
clean
- the translated word for cleanReturns:
this instance for method chaining
-
toString
Gets the stringified values of the tooltips.
-