Uses of Interface
de.espirit.firstspirit.access.store.templatestore.TableTemplate
Packages that use TableTemplate
Package
Description
-
Uses of TableTemplate in de.espirit.firstspirit.access.editor
Methods in de.espirit.firstspirit.access.editor that return TableTemplateModifier and TypeMethodDescription@Nullable TableTemplate
TableTemplateProvider.getTableTemplate()
Get the table template for this value based on the form's definition.Methods in de.espirit.firstspirit.access.editor with parameters of type TableTemplateModifier and TypeMethodDescriptionDatasetEditorValue.createDatasetContainer
(Entity entity, TableTemplate template, Language language) Deprecated.Factory method to create a value container for the specified template and entity. -
Uses of TableTemplate in de.espirit.firstspirit.access.editor.value
Methods in de.espirit.firstspirit.access.editor.value with parameters of type TableTemplateModifier and TypeMethodDescriptionstatic DatasetContainer
DatasetContainer.Factory.create
(Entity entity, TableTemplate template, Language language) Factory method to create a DatasetContainer for the specified entity, template and language. -
Uses of TableTemplate in de.espirit.firstspirit.access.store.contentstore
Methods in de.espirit.firstspirit.access.store.contentstore that return TableTemplateModifier and TypeMethodDescription@NotNull TableTemplate
Dataset.getTableTemplate()
Returns the template of this element.@NotNull TableTemplate
Content2.getTemplate()
Returns theTableTemplate
of this content2 node.Methods in de.espirit.firstspirit.access.store.contentstore with parameters of type TableTemplateModifier and TypeMethodDescriptionContentFolder.addContent
(TableTemplate table, String name) Creates and returns a content2 node based on the given template.ContentFolder.createContent
(TableTemplate tableTemplate, String uidSuggestion, @Nullable Map<Language, String> language2displayNameMapping, boolean unifyUidOnServer) Creates a new content node in this folder. -
Uses of TableTemplate in de.espirit.firstspirit.access.store.pagestore
Methods in de.espirit.firstspirit.access.store.pagestore that return TableTemplateModifier and TypeMethodDescription@NotNull TableTemplate
Content2Section.getTableTemplate()
Returns thetable template
this content section belongs to.@NotNull TableTemplate
Content2Section.getTemplate()
Returns the template of this element.Methods in de.espirit.firstspirit.access.store.pagestore with parameters of type TableTemplateModifier and TypeMethodDescriptionvoid
Content2Section.setTemplate
(@NotNull TableTemplate template) Throws anUnsupportedOperationException
as changing the template is not supported. -
Uses of TableTemplate in de.espirit.firstspirit.access.store.sitestore
Methods in de.espirit.firstspirit.access.store.sitestore that return TableTemplateModifier and TypeMethodDescription@Nullable TableTemplate
Content2Params.getTableTemplate()
Provides the table template for rendering records. -
Uses of TableTemplate in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore that return TableTemplateModifier and TypeMethodDescriptionSchema.addTableTemplate
(EntityType table, String uidSuggestion) Creates and adds a table template based on this schema's definition to the store.Schema.createTableTemplate
(EntityType entityType, String uidSuggestion, boolean unifyUidOnServer) Creates a table template under this schema for the given entity type.SchemaContainer.getTableTemplate
(long ID) Returns the table template specified by the givenIDProvider.getId()
ornull
if no table template with the given ID exists in this subtreeSchemes.getTableTemplateByTemplateID
(long id) Returns the table template specified by the given template id ornull
if not table template was found with the given id. -
Uses of TableTemplate in de.espirit.firstspirit.access.store.templatestore.gom
Methods in de.espirit.firstspirit.access.store.templatestore.gom that return TableTemplateModifier and TypeMethodDescriptionstatic @NotNull TableTemplate
AbstractGomTableTemplateElement.validate
(@NotNull GomCheckable.Context context, @NotNull TableTemplateReference table, @NotNull GomElement gomElement) Validates a form elementstatic @NotNull TableTemplate
AbstractGomTableTemplateElement.validateTableTemplate
(@NotNull GomCheckable.Context context, @NotNull TableTemplateReference table, @NotNull GomElement gomElement) Validates a table template