Class AbstractFacet

java.lang.Object
io.jmix.flowui.facet.impl.AbstractFacet
All Implemented Interfaces:
Facet
Direct Known Subclasses:
DataLoadCoordinatorImpl

public abstract class AbstractFacet extends Object implements Facet
  • Field Details

    • id

      protected String id
    • owner

      protected Screen<?> owner
  • Constructor Details

    • AbstractFacet

      public AbstractFacet()
  • Method Details

    • getId

      @Nullable public String getId()
      Specified by:
      getId in interface Facet
    • setId

      public void setId(@Nullable String id)
      Specified by:
      setId in interface Facet
    • getOwner

      @Nullable public Screen<?> getOwner()
      Specified by:
      getOwner in interface Facet
      Returns:
      a screen containing this facet
    • setOwner

      public void setOwner(Screen<?> owner)
      Specified by:
      setOwner in interface Facet