Index
All Classes and Interfaces|All Packages|Serialized Form
A
- asDelta() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
-
Gets an instance of
HasValuefor the editor in the Quill Delta format. - asHtml() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
-
Gets an instance of
HasValuefor the editor in the HTML format.
C
- com.vaadin.flow.component.richtexteditor - package com.vaadin.flow.component.richtexteditor
G
- getAlignCenter() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
alignCenter - getAlignLeft() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
alignLeft - getAlignRight() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
alignRight - getBackground() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
background - getBlockquote() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
blockquote - getBold() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
bold - getClean() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
clean - getCodeBlock() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
codeBlock - getColor() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
color - getColorOptions() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
-
Gets an unmodifiable list of colors in HEX format used by the text color picker and background color picker controls of the text editor.
- getH1() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
h1 - getH2() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
h2 - getH3() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
h3 - getHtmlValue() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
-
Deprecated.
- getI18n() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
-
Gets the internationalization object previously set for this component.
- getImage() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
image - getIndent() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
indent - getItalic() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
italic - getLink() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
link - getListBullet() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
listBullet - getListOrdered() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
listOrdered - getOutdent() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
outdent - getRedo() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
redo - getStrike() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
strike - getSubscript() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
subscript - getSuperscript() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
superscript - getUnderline() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
underline - getUndo() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
undo - getValue() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
-
Returns the current value of the text editor in HTML format.
- getValueChangeMode() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
- getVariantName() - Method in enum class com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
-
Gets the variant name.
I
- isEmpty() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
-
Returns whether the value is considered to be empty.
L
- LUMO_COMPACT - Enum constant in enum class com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
- LUMO_NO_BORDER - Enum constant in enum class com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
O
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
R
- RichTextEditor - Class in com.vaadin.flow.component.richtexteditor
-
Rich Text Editor is an input field for entering rich text.
- RichTextEditor() - Constructor for class com.vaadin.flow.component.richtexteditor.RichTextEditor
-
Constructs an empty
RichTextEditor. - RichTextEditor(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<RichTextEditor, String>>) - Constructor for class com.vaadin.flow.component.richtexteditor.RichTextEditor
-
Constructs an empty
RichTextEditorwith a value change listener. - RichTextEditor.RichTextEditorI18n - Class in com.vaadin.flow.component.richtexteditor
-
The internationalization properties for
RichTextEditor. - RichTextEditorI18n() - Constructor for class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
- RichTextEditorVariant - Enum Class in com.vaadin.flow.component.richtexteditor
-
Set of theme variants applicable for
vaadin-rich-text-editorcomponent.
S
- setAlignCenter(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
alignCenter. - setAlignLeft(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
alignLeft. - setAlignRight(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
alignRight. - setBackground(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
background. - setBlockquote(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
blockquote. - setBold(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
bold. - setClean(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
clean. - setCodeBlock(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
codeBlock. - setColor(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
color. - setColorOptions(List<String>) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
-
Sets the list of colors in HEX format to use by the text color picker and background color picker controls of the text editor.
- setH1(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
h1. - setH2(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
h2. - setH3(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
h3. - setI18n(RichTextEditor.RichTextEditorI18n) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
-
Sets the internationalization object for this component.
- setImage(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
image. - setIndent(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
indent. - setItalic(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
italic. - setLink(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
link. - setListBullet(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
listBullet. - setListOrdered(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
listOrdered. - setOutdent(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
outdent. - setPresentationValue(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
- setRedo(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
redo. - setStrike(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
strike. - setSubscript(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
subscript. - setSuperscript(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
superscript. - setUnderline(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
underline. - setUndo(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
undo. - setValue(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
-
Sets the value of this editor in HTML format.
- setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
T
- toString() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the stringified values of the tooltips.
V
- valueOf(String) - Static method in enum class com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form
RichTextEditor.getValue()instead.