Package io.jmix.ui
Interface Facets
- All Known Implementing Classes:
FacetsImpl
public interface Facets
Factory to create UI facets.
An instance of the factory can be injected into screen controllers or obtained through
An instance of the factory can be injected into screen controllers or obtained through
ApplicationContext
.-
Method Summary
-
Method Details
-
create
Create a facet instance by its class.- Type Parameters:
T
- type of facet- Parameters:
facetClass
- facet class- Returns:
- facet instance
-