Package io.jmix.dynattrflowui.facet
Class DynAttrFacetImpl
java.lang.Object
io.jmix.flowui.facet.impl.AbstractFacet
io.jmix.dynattrflowui.facet.DynAttrFacetImpl
- All Implemented Interfaces:
DynAttrFacet,Facet
-
Field Summary
FieldsFields inherited from class io.jmix.flowui.facet.impl.AbstractFacet
id, ownerFields inherited from interface io.jmix.dynattrflowui.facet.DynAttrFacet
FACET_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends com.vaadin.flow.component.Composite<?> & FacetOwner>
voidsetOwner(T owner) Sets an owner containing this facet.protected voidMethods inherited from class io.jmix.flowui.facet.impl.AbstractFacet
getId, getOwner, setId
-
Field Details
-
attributeDefaultValues
-
-
Constructor Details
-
DynAttrFacetImpl
-
-
Method Details
-
setOwner
public <T extends com.vaadin.flow.component.Composite<?> & FacetOwner> void setOwner(@Nullable T owner) Description copied from interface:FacetSets an owner containing this facet.- Specified by:
setOwnerin interfaceFacet- Overrides:
setOwnerin classAbstractFacet- Type Parameters:
T- the type of the owner- Parameters:
owner- an owner containing this facet
-
subscribe
protected void subscribe()
-