Class DynAttrFacetImpl

java.lang.Object
io.jmix.flowui.facet.impl.AbstractFacet
io.jmix.dynattrflowui.facet.DynAttrFacetImpl
All Implemented Interfaces:
DynAttrFacet, Facet

public class DynAttrFacetImpl extends AbstractFacet implements DynAttrFacet
  • Field Details

  • Constructor Details

  • Method Details

    • setOwner

      public <T extends com.vaadin.flow.component.Composite<?> & FacetOwner> void setOwner(@Nullable T owner)
      Description copied from interface: Facet
      Sets an owner containing this facet.
      Specified by:
      setOwner in interface Facet
      Overrides:
      setOwner in class AbstractFacet
      Type Parameters:
      T - the type of the owner
      Parameters:
      owner - an owner containing this facet
    • subscribe

      protected void subscribe()