Interface HasConfig

All Superinterfaces:
com.vaadin.flow.component.HasElement, Serializable
All Known Implementing Classes:
VaadinCKEditor

public interface HasConfig extends com.vaadin.flow.component.HasElement
  • Method Summary

    Modifier and Type
    Method
    Description
    default Config
     
    default void
    setConfig(Config config)
     

    Methods inherited from interface com.vaadin.flow.component.HasElement

    getElement
  • Method Details

    • setConfig

      default void setConfig(Config config)
    • getConfig

      default Config getConfig()