Class DynamicTemplateViewSupport

java.lang.Object
io.jmix.dynmodelflowui.impl.DynamicTemplateViewSupport

@Component("dynmod_DynamicTemplateViewSupport") public class DynamicTemplateViewSupport extends Object
Resolves the runtime template-generated view ids (@ListViewTemplate/@DetailViewTemplate) owned by a static entity. Used to keep such views under automatic refresh: their declarations are rejected by validation and not offered for manual editing in the Admin UI.
  • Field Details

  • Constructor Details

    • DynamicTemplateViewSupport

      public DynamicTemplateViewSupport()
  • Method Details

    • getTemplateViewIds

      public Set<String> getTemplateViewIds(@Nullable String entityName)
    • isTemplateBased

      public boolean isTemplateBased(@Nullable String entityName)