Uses of Class
com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Uses of RichTextEditor.RichTextEditorI18n in com.vaadin.flow.component.richtexteditor
Methods in com.vaadin.flow.component.richtexteditor that return RichTextEditor.RichTextEditorI18nModifier and TypeMethodDescriptionRichTextEditor.getI18n()
Gets the internationalization object previously set for this component.
RichTextEditor.RichTextEditorI18n.setAlignCenter
(String alignCenter) Sets the translated word for
alignCenter
.RichTextEditor.RichTextEditorI18n.setAlignLeft
(String alignLeft) Sets the translated word for
alignLeft
.RichTextEditor.RichTextEditorI18n.setAlignRight
(String alignRight) Sets the translated word for
alignRight
.RichTextEditor.RichTextEditorI18n.setBackground
(String background) Sets the translated word for
background
.RichTextEditor.RichTextEditorI18n.setBlockquote
(String blockquote) Sets the translated word for
blockquote
.Sets the translated word for
bold
.Sets the translated word for
clean
.RichTextEditor.RichTextEditorI18n.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
.RichTextEditor.RichTextEditorI18n.setListBullet
(String listBullet) Sets the translated word for
listBullet
.RichTextEditor.RichTextEditorI18n.setListOrdered
(String listOrdered) Sets the translated word for
listOrdered
.Sets the translated word for
redo
.Sets the translated word for
strike
.RichTextEditor.RichTextEditorI18n.setSubscript
(String subscript) Sets the translated word for
subscript
.RichTextEditor.RichTextEditorI18n.setSuperscript
(String superscript) Sets the translated word for
superscript
.RichTextEditor.RichTextEditorI18n.setUnderline
(String underline) Sets the translated word for
underline
.Sets the translated word for
undo
.Methods in com.vaadin.flow.component.richtexteditor with parameters of type RichTextEditor.RichTextEditorI18nModifier and TypeMethodDescriptionvoid
RichTextEditor.setI18n
(RichTextEditor.RichTextEditorI18n i18n) Sets the internationalization object for this component.