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 foralignCenter.RichTextEditor.RichTextEditorI18n.setAlignLeft(String alignLeft) Sets the translated word foralignLeft.RichTextEditor.RichTextEditorI18n.setAlignRight(String alignRight) Sets the translated word foralignRight.RichTextEditor.RichTextEditorI18n.setBackground(String background) Sets the translated word forbackground.RichTextEditor.RichTextEditorI18n.setBlockquote(String blockquote) Sets the translated word forblockquote.Sets the translated word forbold.Sets the translated word forclean.RichTextEditor.RichTextEditorI18n.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.RichTextEditor.RichTextEditorI18n.setListBullet(String listBullet) Sets the translated word forlistBullet.RichTextEditor.RichTextEditorI18n.setListOrdered(String listOrdered) Sets the translated word forlistOrdered.Sets the translated word forredo.Sets the translated word forstrike.RichTextEditor.RichTextEditorI18n.setSubscript(String subscript) Sets the translated word forsubscript.RichTextEditor.RichTextEditorI18n.setSuperscript(String superscript) Sets the translated word forsuperscript.RichTextEditor.RichTextEditorI18n.setUnderline(String underline) Sets the translated word forunderline.Sets the translated word forundo.Methods in com.vaadin.flow.component.richtexteditor with parameters of type RichTextEditor.RichTextEditorI18nModifier and TypeMethodDescriptionvoidRichTextEditor.setI18n(RichTextEditor.RichTextEditorI18n i18n) Sets the internationalization object for this component.