Class RichTextEditorDelegate<C extends com.vaadin.flow.component.AbstractField<?,String>,V>

Type Parameters:
C - component type
V - component value type
All Implemented Interfaces:
ValueBindingDelegate<V>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Component("flowui_RichTextEditorDelegate") @Scope("prototype") public class RichTextEditorDelegate<C extends com.vaadin.flow.component.AbstractField<?,String>,V> extends AbstractFieldDelegate<C,V,String>