Package io.jmix.dynattrflowui.impl
Class ListEmbeddingStrategy
java.lang.Object
io.jmix.dynattrflowui.impl.BaseEmbeddingStrategy
io.jmix.dynattrflowui.impl.ListEmbeddingStrategy
- All Implemented Interfaces:
- EmbeddingStrategy
- Direct Known Subclasses:
- DataGridEmbeddingStrategy
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final AttributeRecalculationManagerprotected final CurrentAuthenticationprotected final DataManagerprotected final MsgBundleToolsFields inherited from class io.jmix.dynattrflowui.impl.BaseEmbeddingStrategyaccessManager, dynAttrMetadata, metadata, metadataTools
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedListEmbeddingStrategy(Metadata metadata, MetadataTools metadataTools, DynAttrMetadata dynAttrMetadata, AccessManager accessManager, MsgBundleTools msgBundleTools, CurrentAuthentication currentAuthentication, DataManager dataManager, AttributeRecalculationManager attributeRecalculationManager) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringgetColumnCaption(AttributeDefinition attribute) protected StringgetColumnDescription(AttributeDefinition attribute) protected <T> Formatter<T>getColumnFormatter(AttributeDefinition attribute) protected <T> com.vaadin.flow.data.renderer.Renderer<T>getColumnRenderer(AttributeDefinition attribute) Methods inherited from class io.jmix.dynattrflowui.impl.BaseEmbeddingStrategycheckPermissions, embed, embed, findVisibleAttributes, getEntityMetaClass, getWindowId, isVisibleAttribute, setLoadDynamicAttributes, setLoadDynamicAttributesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.dynattrflowui.impl.EmbeddingStrategysupportComponent
- 
Field Details- 
msgBundleTools
- 
currentAuthentication
- 
dataManager
- 
attributeRecalculationManager
 
- 
- 
Constructor Details- 
ListEmbeddingStrategyprotected ListEmbeddingStrategy(Metadata metadata, MetadataTools metadataTools, DynAttrMetadata dynAttrMetadata, AccessManager accessManager, MsgBundleTools msgBundleTools, CurrentAuthentication currentAuthentication, DataManager dataManager, AttributeRecalculationManager attributeRecalculationManager) 
 
- 
- 
Method Details- 
getColumnDescription
- 
getColumnCaption
- 
getColumnFormatter
- 
getColumnRendererprotected <T> com.vaadin.flow.data.renderer.Renderer<T> getColumnRenderer(AttributeDefinition attribute) 
 
-