Package io.jmix.flowui
Interface Facets
- All Known Implementing Classes:
FacetsImpl
public interface Facets
Factory to create UI facets.
An instance of the factory can be injected into view controllers or obtained through
An instance of the factory can be injected into view 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
-