com.vaadin.flow.component.richtexteditor.

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 for RichTextEditor.

See Also:

  • Constructor Details

    • RichTextEditorI18n

      public RichTextEditorI18n()
  • Method Details

    • getUndo

      public String 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 undo

      Returns:

      this instance for method chaining

    • getRedo

      public String 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 redo

      Returns:

      this instance for method chaining

    • getBold

      public String 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 bold

      Returns:

      this instance for method chaining

    • getItalic

      public String getItalic()

      Gets the translated word for italic

      Returns:

      the translated word for italic

    • setItalic

      public RichTextEditor.RichTextEditorI18n setItalic(String italic)

      Sets the translated word for italic.

      Parameters:

      italic - the translated word for italic

      Returns:

      this instance for method chaining

    • getUnderline

      public String getUnderline()

      Gets the translated word for underline

      Returns:

      the translated word for underline

    • setUnderline

      public RichTextEditor.RichTextEditorI18n setUnderline(String underline)

      Sets the translated word for underline.

      Parameters:

      underline - the translated word for underline

      Returns:

      this instance for method chaining

    • getStrike

      public String getStrike()

      Gets the translated word for strike

      Returns:

      the translated word for strike

    • setStrike

      public RichTextEditor.RichTextEditorI18n setStrike(String strike)

      Sets the translated word for strike.

      Parameters:

      strike - the translated word for strike

      Returns:

      this instance for method chaining

    • getH1

      public String 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 h1

      Returns:

      this instance for method chaining

    • getH2

      public String 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 h2

      Returns:

      this instance for method chaining

    • getH3

      public String 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 h3

      Returns:

      this instance for method chaining

    • getColor

      public String getColor()

      Gets the translated word for color

      Returns:

      the translated word for color

    • setColor

      public RichTextEditor.RichTextEditorI18n setColor(String color)

      Sets the translated word for color.

      Parameters:

      color - the translated word for color

      Returns:

      this instance for method chaining

    • getBackground

      public String getBackground()

      Gets the translated word for background

      Returns:

      the translated word for background

    • setBackground

      public RichTextEditor.RichTextEditorI18n setBackground(String background)

      Sets the translated word for background.

      Parameters:

      background - the translated word for background

      Returns:

      this instance for method chaining

    • getSubscript

      public String getSubscript()

      Gets the translated word for subscript

      Returns:

      the translated word for subscript

    • setSubscript

      public RichTextEditor.RichTextEditorI18n setSubscript(String subscript)

      Sets the translated word for subscript.

      Parameters:

      subscript - the translated word for subscript

      Returns:

      this instance for method chaining

    • getSuperscript

      public String getSuperscript()

      Gets the translated word for superscript

      Returns:

      the translated word for superscript

    • setSuperscript

      public RichTextEditor.RichTextEditorI18n setSuperscript(String superscript)

      Sets the translated word for superscript.

      Parameters:

      superscript - the translated word for superscript

      Returns:

      this instance for method chaining

    • getListOrdered

      public String getListOrdered()

      Gets the translated word for listOrdered

      Returns:

      the translated word for listOrdered

    • setListOrdered

      public RichTextEditor.RichTextEditorI18n setListOrdered(String listOrdered)

      Sets the translated word for listOrdered.

      Parameters:

      listOrdered - the translated word for listOrdered

      Returns:

      this instance for method chaining

    • getListBullet

      public String getListBullet()

      Gets the translated word for listBullet

      Returns:

      the translated word for listBullet

    • setListBullet

      public RichTextEditor.RichTextEditorI18n setListBullet(String listBullet)

      Sets the translated word for listBullet.

      Parameters:

      listBullet - the translated word for listBullet

      Returns:

      this instance for method chaining

    • getAlignLeft

      public String getAlignLeft()

      Gets the translated word for alignLeft

      Returns:

      the translated word for alignLeft

    • setAlignLeft

      public RichTextEditor.RichTextEditorI18n setAlignLeft(String alignLeft)

      Sets the translated word for alignLeft.

      Parameters:

      alignLeft - the translated word for alignLeft

      Returns:

      this instance for method chaining

    • getAlignCenter

      public String getAlignCenter()

      Gets the translated word for alignCenter

      Returns:

      the translated word for alignCenter

    • setAlignCenter

      public RichTextEditor.RichTextEditorI18n setAlignCenter(String alignCenter)

      Sets the translated word for alignCenter.

      Parameters:

      alignCenter - the translated word for alignCenter

      Returns:

      this instance for method chaining

    • getAlignRight

      public String getAlignRight()

      Gets the translated word for alignRight

      Returns:

      the translated word for alignRight

    • setAlignRight

      public RichTextEditor.RichTextEditorI18n setAlignRight(String alignRight)

      Sets the translated word for alignRight.

      Parameters:

      alignRight - the translated word for alignRight

      Returns:

      this instance for method chaining

    • getImage

      public String getImage()

      Gets the translated word for image

      Returns:

      the translated word for image

    • setImage

      public RichTextEditor.RichTextEditorI18n setImage(String image)

      Sets the translated word for image.

      Parameters:

      image - the translated word for image

      Returns:

      this instance for method chaining

    • getLink

      public String 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 link

      Returns:

      this instance for method chaining

    • getBlockquote

      public String getBlockquote()

      Gets the translated word for blockquote

      Returns:

      the translated word for blockquote

    • setBlockquote

      public RichTextEditor.RichTextEditorI18n setBlockquote(String blockquote)

      Sets the translated word for blockquote.

      Parameters:

      blockquote - the translated word for blockquote

      Returns:

      this instance for method chaining

    • getCodeBlock

      public String getCodeBlock()

      Gets the translated word for codeBlock

      Returns:

      the translated word for codeBlock

    • setCodeBlock

      public RichTextEditor.RichTextEditorI18n setCodeBlock(String codeBlock)

      Sets the translated word for codeBlock.

      Parameters:

      codeBlock - the translated word for codeBlock

      Returns:

      this instance for method chaining

    • getClean

      public String getClean()

      Gets the translated word for clean

      Returns:

      the translated word for clean

    • setClean

      public RichTextEditor.RichTextEditorI18n setClean(String clean)

      Sets the translated word for clean.

      Parameters:

      clean - the translated word for clean

      Returns:

      this instance for method chaining

    • toString

      public String toString()

      Gets the stringified values of the tooltips.

      Overrides:

      toString in class Object

      Returns:

      stringified values of the tooltips