Package io.jmix.dynattrflowui.facet
Class DynAttrFacetProvider
java.lang.Object
io.jmix.dynattrflowui.facet.DynAttrFacetProvider
- All Implemented Interfaces:
FacetProvider<DynAttrFacet>
@Deprecated(since="2.8",
forRemoval=true)
@Component("dynat_DynamicAttributeFacetProvider")
public class DynAttrFacetProvider
extends Object
implements FacetProvider<DynAttrFacet>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AttributeDefaultValuesDeprecated, for removal: This API element is subject to removal in a future version.protected final DynAttrEmbeddingStrategiesDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDynAttrFacetProvider(DynAttrEmbeddingStrategies embeddingStrategies, AttributeDefaultValues attributeDefaultValues) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidloadFromXml(DynAttrFacet facet, org.dom4j.Element element, ComponentLoader.ComponentContext context) Deprecated, for removal: This API element is subject to removal in a future version.Loads properties of the facet from XML.
-
Field Details
-
embeddingStrategies
Deprecated, for removal: This API element is subject to removal in a future version. -
attributeDefaultValues
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
DynAttrFacetProvider
public DynAttrFacetProvider(DynAttrEmbeddingStrategies embeddingStrategies, AttributeDefaultValues attributeDefaultValues) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getFacetClass
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getFacetClassin interfaceFacetProvider<DynAttrFacet>- Returns:
- facet interface
-
create
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createin interfaceFacetProvider<DynAttrFacet>- Returns:
- new instance of the facet class
-
getFacetTag
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getFacetTagin interfaceFacetProvider<DynAttrFacet>- Returns:
- facet XML tag
-
loadFromXml
public void loadFromXml(DynAttrFacet facet, org.dom4j.Element element, ComponentLoader.ComponentContext context) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:FacetProviderLoads properties of the facet from XML.- Specified by:
loadFromXmlin interfaceFacetProvider<DynAttrFacet>- Parameters:
facet- facetelement- XML elementcontext- loading context
-
FacetRegistrationBuilderinstead