Uses of Class
com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
-
Packages that use RichTextEditorVariant Package Description com.vaadin.flow.component.richtexteditor -
-
Uses of RichTextEditorVariant in com.vaadin.flow.component.richtexteditor
Methods in com.vaadin.flow.component.richtexteditor that return RichTextEditorVariant Modifier and Type Method Description static RichTextEditorVariantRichTextEditorVariant. valueOf(String name)Returns the enum constant of this type with the specified name.static RichTextEditorVariant[]RichTextEditorVariant. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.richtexteditor with parameters of type RichTextEditorVariant Modifier and Type Method Description voidGeneratedVaadinRichTextEditor. addThemeVariants(RichTextEditorVariant... variants)Deprecated.since v23.3, generated classes will be removed in v24.voidRichTextEditor. addThemeVariants(RichTextEditorVariant... variants)Adds theme variants to the component.voidGeneratedVaadinRichTextEditor. removeThemeVariants(RichTextEditorVariant... variants)Deprecated.since v23.3, generated classes will be removed in v24.voidRichTextEditor. removeThemeVariants(RichTextEditorVariant... variants)Removes theme variants from the component.
-