Package io.jmix.ui.component
Interface ComponentGenerationStrategy
- All Known Implementing Classes:
AbstractComponentGenerationStrategy,BulkEditComponentGenerationStrategy,CustomDatatypesComponentGenerationStrategy,DataGridEditorComponentGenerationStrategy,DefaultComponentGenerationStrategy,DynAttrComponentGenerationStrategy,DynAttrPropertyFilterComponentGenerationStrategy,JpqlFilterComponentGenerationStrategy,PropertyFilterComponentGenerationStrategy,WebdavComponentGenerationStrategy
public interface ComponentGenerationStrategy
A strategy for creating UI components by
UiComponentsGenerator.-
Method Summary
Modifier and TypeMethodDescriptionCreates a component according to the givenComponentGenerationContext.
-
Method Details
-
createComponent
Creates a component according to the givenComponentGenerationContext.- Parameters:
context- the context instance- Returns:
- created component
-