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 TableTemplateTableTemplateProvider.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 DatasetContainerDatasetContainer.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 TableTemplateDataset.getTableTemplate()Returns the template of this element.@NotNull TableTemplateContent2.getTemplate()Returns theTableTemplateof 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 TableTemplateContent2Section.getTableTemplate()Returns thetable templatethis content section belongs to.@NotNull TableTemplateContent2Section.getTemplate()Returns the template of this element.Methods in de.espirit.firstspirit.access.store.pagestore with parameters of type TableTemplateModifier and TypeMethodDescriptionvoidContent2Section.setTemplate(@NotNull TableTemplate template) Throws anUnsupportedOperationExceptionas 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 TableTemplateContent2Params.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()ornullif no table template with the given ID exists in this subtreeSchemes.getTableTemplateByTemplateID(long id) Returns the table template specified by the given template id ornullif 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 TableTemplateAbstractGomTableTemplateElement.validate(@NotNull GomCheckable.Context context, @NotNull TableTemplateReference table, @NotNull GomElement gomElement) Validates a form elementstatic @NotNull TableTemplateAbstractGomTableTemplateElement.validateTableTemplate(@NotNull GomCheckable.Context context, @NotNull TableTemplateReference table, @NotNull GomElement gomElement) Validates a table template