Uses of Interface
de.espirit.firstspirit.access.store.templatestore.TableFormatTemplate
Packages that use TableFormatTemplate
Package
Description
-
Uses of TableFormatTemplate in de.espirit.firstspirit.access.editor.value
Methods in de.espirit.firstspirit.access.editor.value that return TableFormatTemplateModifier and TypeMethodDescriptionTableDomNode.getTableFormatTemplate()Returns the table format template used for this table.Methods in de.espirit.firstspirit.access.editor.value with parameters of type TableFormatTemplateModifier and TypeMethodDescriptionDefaultDomNode.appendChild(@NotNull TableFormatTemplate tableFormat) Creates and appends an (inline) table node. -
Uses of TableFormatTemplate in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore that return TableFormatTemplateModifier and TypeMethodDescriptionFormatTemplateContainer.createTableFormatTemplate(String uid, boolean unifyNameOnServer, @Nullable Map<Language, String> lang2DisplayName) Factory for aTableFormatTemplatebased on a uid.FormatTemplateContainer.getTableFormatTemplate(String uid) Looks up the template having the given uid.