Class RichTextEditor.RichTextEditorI18n
- java.lang.Object
-
- com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RichTextEditor
public static class RichTextEditor.RichTextEditorI18n extends Object implements Serializable
The internationalization properties forRichTextEditor
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RichTextEditorI18n()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlignCenter()
Gets the translated word foralignCenter
String
getAlignLeft()
Gets the translated word foralignLeft
String
getAlignRight()
Gets the translated word foralignRight
String
getBlockquote()
Gets the translated word forblockquote
String
getBold()
Gets the translated word forbold
String
getClean()
Gets the translated word forclean
String
getCodeBlock()
Gets the translated word forcodeBlock
String
getH1()
Gets the translated word forh1
String
getH2()
Gets the translated word forh2
String
getH3()
Gets the translated word forh3
String
getImage()
Gets the translated word forimage
String
getItalic()
Gets the translated word foritalic
String
getLink()
Gets the translated word forlink
String
getListBullet()
Gets the translated word forlistBullet
String
getListOrdered()
Gets the translated word forlistOrdered
String
getRedo()
Gets the translated word forredo
String
getStrike()
Gets the translated word forstrike
String
getSubscript()
Gets the translated word forsubscript
String
getSuperscript()
Gets the translated word forsuperscript
String
getUnderline()
Gets the translated word forunderline
String
getUndo()
Gets the translated word forundo
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
setBlockquote(String blockquote)
Sets the translated word forblockquote
.RichTextEditor.RichTextEditorI18n
setBold(String bold)
Sets the translated word forbold
.RichTextEditor.RichTextEditorI18n
setClean(String clean)
Sets the translated word forclean
.RichTextEditor.RichTextEditorI18n
setCodeBlock(String codeBlock)
Sets the translated word forcodeBlock
.RichTextEditor.RichTextEditorI18n
setH1(String h1)
Sets the translated word forh1
.RichTextEditor.RichTextEditorI18n
setH2(String h2)
Sets the translated word forh2
.RichTextEditor.RichTextEditorI18n
setH3(String h3)
Sets the translated word forh3
.RichTextEditor.RichTextEditorI18n
setImage(String image)
Sets the translated word forimage
.RichTextEditor.RichTextEditorI18n
setItalic(String italic)
Sets the translated word foritalic
.RichTextEditor.RichTextEditorI18n
setLink(String link)
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
.RichTextEditor.RichTextEditorI18n
setRedo(String redo)
Sets the translated word forredo
.RichTextEditor.RichTextEditorI18n
setStrike(String strike)
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
.RichTextEditor.RichTextEditorI18n
setUndo(String undo)
Sets the translated word forundo
.String
toString()
Gets the stringified values of the tooltips.
-
-
-
Method Detail
-
getUndo
public String getUndo()
Gets the translated word forundo
- Returns:
- the translated word for undo
-
setUndo
public RichTextEditor.RichTextEditorI18n setUndo(String undo)
Sets the translated word forundo
.- Parameters:
undo
- the translated word for undo- Returns:
- this instance for method chaining
-
getRedo
public String getRedo()
Gets the translated word forredo
- Returns:
- the translated word for redo
-
setRedo
public RichTextEditor.RichTextEditorI18n setRedo(String redo)
Sets the translated word forredo
.- Parameters:
redo
- the translated word for redo- Returns:
- this instance for method chaining
-
getBold
public String getBold()
Gets the translated word forbold
- Returns:
- the translated word for bold
-
setBold
public RichTextEditor.RichTextEditorI18n setBold(String bold)
Sets the translated word forbold
.- Parameters:
bold
- the translated word for bold- Returns:
- this instance for method chaining
-
getItalic
public String getItalic()
Gets the translated word foritalic
- Returns:
- the translated word for italic
-
setItalic
public RichTextEditor.RichTextEditorI18n setItalic(String italic)
Sets the translated word foritalic
.- Parameters:
italic
- the translated word for italic- Returns:
- this instance for method chaining
-
getUnderline
public String getUnderline()
Gets the translated word forunderline
- Returns:
- the translated word for underline
-
setUnderline
public RichTextEditor.RichTextEditorI18n setUnderline(String underline)
Sets the translated word forunderline
.- Parameters:
underline
- the translated word for underline- Returns:
- this instance for method chaining
-
getStrike
public String getStrike()
Gets the translated word forstrike
- Returns:
- the translated word for strike
-
setStrike
public RichTextEditor.RichTextEditorI18n setStrike(String strike)
Sets the translated word forstrike
.- Parameters:
strike
- the translated word for strike- Returns:
- this instance for method chaining
-
getH1
public String getH1()
Gets the translated word forh1
- Returns:
- the translated word for h1
-
setH1
public RichTextEditor.RichTextEditorI18n setH1(String h1)
Sets the translated word forh1
.- Parameters:
h1
- the translated word for h1- Returns:
- this instance for method chaining
-
getH2
public String getH2()
Gets the translated word forh2
- Returns:
- the translated word for h2
-
setH2
public RichTextEditor.RichTextEditorI18n setH2(String h2)
Sets the translated word forh2
.- Parameters:
h2
- the translated word for h2- Returns:
- this instance for method chaining
-
getH3
public String getH3()
Gets the translated word forh3
- Returns:
- the translated word for h3
-
setH3
public RichTextEditor.RichTextEditorI18n setH3(String h3)
Sets the translated word forh3
.- Parameters:
h3
- the translated word for h3- Returns:
- this instance for method chaining
-
getSubscript
public String getSubscript()
Gets the translated word forsubscript
- Returns:
- the translated word for subscript
-
setSubscript
public RichTextEditor.RichTextEditorI18n setSubscript(String subscript)
Sets the translated word forsubscript
.- Parameters:
subscript
- the translated word for subscript- Returns:
- this instance for method chaining
-
getSuperscript
public String getSuperscript()
Gets the translated word forsuperscript
- Returns:
- the translated word for superscript
-
setSuperscript
public RichTextEditor.RichTextEditorI18n setSuperscript(String superscript)
Sets the translated word forsuperscript
.- Parameters:
superscript
- the translated word for superscript- Returns:
- this instance for method chaining
-
getListOrdered
public String getListOrdered()
Gets the translated word forlistOrdered
- Returns:
- the translated word for listOrdered
-
setListOrdered
public RichTextEditor.RichTextEditorI18n setListOrdered(String listOrdered)
Sets the translated word forlistOrdered
.- Parameters:
listOrdered
- the translated word for listOrdered- Returns:
- this instance for method chaining
-
getListBullet
public String getListBullet()
Gets the translated word forlistBullet
- Returns:
- the translated word for listBullet
-
setListBullet
public RichTextEditor.RichTextEditorI18n setListBullet(String listBullet)
Sets the translated word forlistBullet
.- Parameters:
listBullet
- the translated word for listBullet- Returns:
- this instance for method chaining
-
getAlignLeft
public String getAlignLeft()
Gets the translated word foralignLeft
- Returns:
- the translated word for alignLeft
-
setAlignLeft
public RichTextEditor.RichTextEditorI18n setAlignLeft(String alignLeft)
Sets the translated word foralignLeft
.- Parameters:
alignLeft
- the translated word for alignLeft- Returns:
- this instance for method chaining
-
getAlignCenter
public String getAlignCenter()
Gets the translated word foralignCenter
- Returns:
- the translated word for alignCenter
-
setAlignCenter
public RichTextEditor.RichTextEditorI18n setAlignCenter(String alignCenter)
Sets the translated word foralignCenter
.- Parameters:
alignCenter
- the translated word for alignCenter- Returns:
- this instance for method chaining
-
getAlignRight
public String getAlignRight()
Gets the translated word foralignRight
- Returns:
- the translated word for alignRight
-
setAlignRight
public RichTextEditor.RichTextEditorI18n setAlignRight(String alignRight)
Sets the translated word foralignRight
.- Parameters:
alignRight
- the translated word for alignRight- Returns:
- this instance for method chaining
-
getImage
public String getImage()
Gets the translated word forimage
- Returns:
- the translated word for image
-
setImage
public RichTextEditor.RichTextEditorI18n setImage(String image)
Sets the translated word forimage
.- Parameters:
image
- the translated word for image- Returns:
- this instance for method chaining
-
getLink
public String getLink()
Gets the translated word forlink
- Returns:
- the translated word for link
-
setLink
public RichTextEditor.RichTextEditorI18n setLink(String link)
Sets the translated word forlink
.- Parameters:
link
- the translated word for link- Returns:
- this instance for method chaining
-
getBlockquote
public String getBlockquote()
Gets the translated word forblockquote
- Returns:
- the translated word for blockquote
-
setBlockquote
public RichTextEditor.RichTextEditorI18n setBlockquote(String blockquote)
Sets the translated word forblockquote
.- Parameters:
blockquote
- the translated word for blockquote- Returns:
- this instance for method chaining
-
getCodeBlock
public String getCodeBlock()
Gets the translated word forcodeBlock
- Returns:
- the translated word for codeBlock
-
setCodeBlock
public RichTextEditor.RichTextEditorI18n setCodeBlock(String codeBlock)
Sets the translated word forcodeBlock
.- Parameters:
codeBlock
- the translated word for codeBlock- Returns:
- this instance for method chaining
-
getClean
public String getClean()
Gets the translated word forclean
- Returns:
- the translated word for clean
-
setClean
public RichTextEditor.RichTextEditorI18n setClean(String clean)
Sets the translated word forclean
.- Parameters:
clean
- the translated word for clean- Returns:
- this instance for method chaining
-
-