Interface EmbeddingStrategy

All Known Implementing Classes:
BaseEmbeddingStrategy, DataGridEmbeddingStrategy, FormEmbeddingStrategy, ListEmbeddingStrategy

public interface EmbeddingStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    embed(com.vaadin.flow.component.Component component, View<?> owner)
     
    boolean
    supportComponent(com.vaadin.flow.component.Component component)
     
  • Method Details

    • supportComponent

      boolean supportComponent(com.vaadin.flow.component.Component component)
    • embed

      void embed(com.vaadin.flow.component.Component component, View<?> owner)