Package io.jmix.flowui.component
Interface ComponentGenerationStrategy
- All Known Implementing Classes:
AbstractComponentGenerationStrategy
,AppSettingsComponentGenerationStrategy
,CustomDatatypesComponentGenerationStrategy
,DefaultComponentGenerationStrategy
,InputDialogGenerationStrategy
,JpqlFilterComponentGenerationStrategy
,MultiValueSelectDialogGenerationStrategy
,PropertyFilterComponentGenerationStrategy
public interface ComponentGenerationStrategy
A strategy for creating FlowUi components by
UiComponentsGenerator
.-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.Component
Creates a component according to the givenComponentGenerationContext
.
-
Method Details
-
createComponent
Creates a component according to the givenComponentGenerationContext
.- Parameters:
context
- the context instance- Returns:
- created component
-