Uses of Interface
de.espirit.firstspirit.access.store.templatestore.StyleTemplate
-
Uses of StyleTemplate in de.espirit.firstspirit.access.store.templatestore
Modifier and TypeMethodDescriptionFormatTemplateContainer.createStyleTemplate
(String uid, boolean unifyNameOnServer, @Nullable Map<Language, String> lang2DisplayName) Factory for aStyleTemplate
based on a uid.@Nullable StyleTemplate
TableFormatTemplate.getDefaultStyleTemplate()
Returns theStyleTemplate
used for any table cell if not explicitly overridden using aStyleTemplateLink
.FormatTemplateContainer.getStyleTemplate
(long id) Looks up the template having the given id.@Nullable StyleTemplate
StyleTemplateLink.getTargetTemplate()
Returns the targettemplate
Modifier and TypeMethodDescriptionTableFormatTemplate.addLink
(@NotNull StyleTemplate template) Provide aStyleTemplate
which should be used for table cells defined in the returnedStyleTemplateLink
void
TableFormatTemplate.setDefaultStyleTemplate
(@Nullable StyleTemplate template) Provide theStyleTemplate
that should be used for any table cell which style isn't explicitly overriden using aStyleTemplateLink
definitionvoid
StyleTemplateLink.setTargetTemplate
(@NotNull StyleTemplate styleTemplate) Provide theStyleTemplate
to be linked to.