Skip navigation links
A C G I R S T V 

A

addChangeListener(ComponentEventListener<GeneratedVaadinRichTextEditor.ChangeEvent<R>>) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Adds a listener for change events fired by the webcomponent.
addThemeVariants(RichTextEditorVariant...) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Adds theme variants to the component.
asHtml() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
Gets an instance of HasValue for binding the html value of the editor with Binder.

C

ChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor.ChangeEvent
 
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
Description copied from corresponding location in WebComponent:
GeneratedVaadinRichTextEditor(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Constructs a new GeneratedVaadinRichTextEditor component with the given arguments.
GeneratedVaadinRichTextEditor(T, T, boolean, boolean) - Constructor for class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Constructs a new GeneratedVaadinRichTextEditor component with the given arguments.
GeneratedVaadinRichTextEditor(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Constructs a new GeneratedVaadinRichTextEditor component with the given arguments.
GeneratedVaadinRichTextEditor() - Constructor for class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Default constructor.
GeneratedVaadinRichTextEditor.ChangeEvent<R extends GeneratedVaadinRichTextEditor<R,?>> - Class in com.vaadin.flow.component.richtexteditor
 
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
Description copied from corresponding location in WebComponent:
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
Description copied from corresponding location in WebComponent:
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
Returns the current value of the text editor in Delta format.
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
Description copied from corresponding location in WebComponent:
isReadonlyBoolean() - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Description copied from corresponding location in WebComponent:

R

removeThemeVariants(RichTextEditorVariant...) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Removes theme variants from the component.
RichTextEditor - Class in com.vaadin.flow.component.richtexteditor
Server-side component for the <vaadin-rich-text-editor> component.
RichTextEditor() - Constructor for class com.vaadin.flow.component.richtexteditor.RichTextEditor
Constructs an empty RichTextEditor.
RichTextEditor(String) - Constructor for class com.vaadin.flow.component.richtexteditor.RichTextEditor
Constructs a RichTextEditor with the initial value
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, 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 and an initial value.
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
Description copied from corresponding location in WebComponent:
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(JsonArray) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Description copied from corresponding location in WebComponent:
setI18n(RichTextEditor.RichTextEditorI18n) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
Sets the internationalization properties for this component.
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
Description copied from corresponding location in WebComponent:
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.
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 R S T V 
Skip navigation links

Copyright © 2021. All rights reserved.