Package io.jmix.dynattrflowui.impl
Interface EmbeddingStrategy
- All Known Implementing Classes:
BaseEmbeddingStrategy,DataGridEmbeddingStrategy,FormEmbeddingStrategy,ListEmbeddingStrategy
public interface EmbeddingStrategy
-
Method Summary
Modifier and TypeMethodDescriptionvoidembed(com.vaadin.flow.component.Component component, com.vaadin.flow.component.Component owner) booleansupportComponent(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, com.vaadin.flow.component.Component owner)
-