Uses of Interface
de.espirit.firstspirit.access.store.templatestore.StyleTemplate
Packages that use StyleTemplate
-
Uses of StyleTemplate in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore that return StyleTemplateModifier and TypeMethodDescriptionFormatTemplateContainer.createStyleTemplate(String uid, boolean unifyNameOnServer, @Nullable Map<Language, String> lang2DisplayName) Factory for aStyleTemplatebased on a uid.@Nullable StyleTemplateTableFormatTemplate.getDefaultStyleTemplate()Returns theStyleTemplateused for any table cell if not explicitly overridden using aStyleTemplateLink.FormatTemplateContainer.getStyleTemplate(long id) Looks up the template having the given id.@Nullable StyleTemplateStyleTemplateLink.getTargetTemplate()Returns the targettemplateMethods in de.espirit.firstspirit.access.store.templatestore with parameters of type StyleTemplateModifier and TypeMethodDescriptionTableFormatTemplate.addLink(@NotNull StyleTemplate template) Provide aStyleTemplatewhich should be used for table cells defined in the returnedStyleTemplateLinkvoidTableFormatTemplate.setDefaultStyleTemplate(@Nullable StyleTemplate template) Provide theStyleTemplatethat should be used for any table cell which style isn't explicitly overriden using aStyleTemplateLinkdefinitionvoidStyleTemplateLink.setTargetTemplate(@NotNull StyleTemplate styleTemplate) Provide theStyleTemplateto be linked to.