A C G I L M R S T V 
All Classes All Packages

A

addChangeListener(ComponentEventListener<GeneratedVaadinRichTextEditor.ChangeEvent<R>>) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Deprecated.
since v23.3, generated classes will be removed in v24.
addThemeVariants(RichTextEditorVariant...) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Deprecated.
since v23.3, generated classes will be removed in v24. Use RichTextEditor.addThemeVariants(com.vaadin.flow.component.richtexteditor.RichTextEditorVariant...) instead.
addThemeVariants(RichTextEditorVariant...) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
Adds theme variants to the component.
asDelta() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
Gets an instance of HasValue for the editor in the Quill Delta format.
asHtml() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
Gets an instance of HasValue for the editor in the HTML format.

C

ChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor.ChangeEvent
Deprecated.
 
com.vaadin.flow.component.richtexteditor - package com.vaadin.flow.component.richtexteditor
 

G

GeneratedVaadinRichTextEditor<R extends GeneratedVaadinRichTextEditor<R,​T>,​T> - Class in com.vaadin.flow.component.richtexteditor
Deprecated.
since v23.3, generated classes will be removed in v24.
GeneratedVaadinRichTextEditor() - Constructor for class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Deprecated.
since v23.3, generated classes will be removed in v24.
GeneratedVaadinRichTextEditor(T, T, boolean, boolean) - Constructor for class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Deprecated.
since v23.3, generated classes will be removed in v24.
GeneratedVaadinRichTextEditor(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Deprecated.
since v23.3, generated classes will be removed in v24.
GeneratedVaadinRichTextEditor(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Deprecated.
since v23.3, generated classes will be removed in v24.
GeneratedVaadinRichTextEditor.ChangeEvent<R extends GeneratedVaadinRichTextEditor<R,​?>> - Class in com.vaadin.flow.component.richtexteditor
Deprecated.
since v23.3, generated classes will be removed in v24.
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
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
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
The value of the editor presented as an HTML string.
getHtmlValueString() - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Deprecated.
since v23.3, generated classes will be removed in v24.
getI18n() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
Gets the internationalization object previously set for this component.
getI18nJsonArray() - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Deprecated.
since v23.3, generated classes will be removed in v24.
getImage() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for image
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
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
Deprecated.
since 23.3, from 24 onwards the value will be in HTML format. Use RichTextEditor.asDelta() instead.
getValueChangeMode() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
getVariantName() - Method in enum com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
Gets the variant name.

I

isDisabledBoolean() - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Deprecated.
since v23.3, generated classes will be removed in v24.
isReadonlyBoolean() - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Deprecated.
since v23.3, generated classes will be removed in v24.

L

LUMO_COMPACT - com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
 
LUMO_NO_BORDER - com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
 

M

MATERIAL_NO_BORDER - com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
 

R

removeThemeVariants(RichTextEditorVariant...) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Deprecated.
since v23.3, generated classes will be removed in v24. Use RichTextEditor.removeThemeVariants(com.vaadin.flow.component.richtexteditor.RichTextEditorVariant...) instead.
removeThemeVariants(RichTextEditorVariant...) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
Removes theme variants from the component.
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 RichTextEditor with a value change listener.
RichTextEditor(String) - Constructor for class com.vaadin.flow.component.richtexteditor.RichTextEditor
Deprecated.
Since 23.3, this API is deprecated in order to maintain API consistency. Use RichTextEditor.setValue(String) instead.
RichTextEditor(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<RichTextEditor, String>>) - Constructor for class com.vaadin.flow.component.richtexteditor.RichTextEditor
Deprecated.
Since 23.3, this API is deprecated in order to maintain API consistency. Use RichTextEditor.setValue(String) instead.
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 in com.vaadin.flow.component.richtexteditor
Set of theme variants applicable for vaadin-rich-text-editor component.

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.
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.
setDisabled(boolean) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Deprecated.
since v23.3, generated classes will be removed in v24.
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 properties for this component.
setI18n(JsonArray) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Deprecated.
since v23.3, generated classes will be removed in v24.
setImage(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Sets the translated word for image.
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.
setReadonly(boolean) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Deprecated.
since v23.3, generated classes will be removed in v24.
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
Deprecated.
since 23.3, from 24 onwards the value will be in HTML format. Use RichTextEditor.asDelta() instead.
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 com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
Returns an array containing the constants of this enum type, in the order they are declared.
A C G I L M R S T V 
All Classes All Packages