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 ApplicationContext.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends Facet>
    T
    create(Class<T> facetClass)
    Create a facet instance by its class.
  • Method Details

    • create

      <T extends Facet> T create(Class<T> facetClass)
      Create a facet instance by its class.
      Type Parameters:
      T - type of facet
      Parameters:
      facetClass - facet class
      Returns:
      facet instance