Uses of Interface
de.espirit.firstspirit.access.store.templatestore.gom.GomEditorProvider
Packages that use GomEditorProvider
Package
Description
-
Uses of GomEditorProvider in de.espirit.firstspirit.access.store
Methods in de.espirit.firstspirit.access.store that return GomEditorProvider -
Uses of GomEditorProvider in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore that return GomEditorProviderModifier and TypeMethodDescriptionGomSourceProvider.getGomProvider()Get this template's GOM provider containing the hierarchical definition of the templates GUI including structure and input elements.LinkTemplate.getGomProvider()Get this template's GOM provider containing the hierarchical definition of the templates GUI including structure and input elements.Methods in de.espirit.firstspirit.access.store.templatestore with parameters of type GomEditorProviderModifier and TypeMethodDescriptionTableTemplate.getMappings(TableTemplate.Mapping[] oldMappings, GomEditorProvider gomProvider) Convenience method forgetMappings(oldMappings, gomProvider, false).TableTemplate.getMappings(TableTemplate.Mapping[] oldMappings, GomEditorProvider gomProvider, boolean release) Get theTableTemplate.Mappings for this template based on the given GOM provider.voidGomSourceProvider.setGomProvider(GomEditorProvider gomProvider) Set the GOM provider to be used by this template. -
Uses of GomEditorProvider in de.espirit.firstspirit.access.store.templatestore.gom
Classes in de.espirit.firstspirit.access.store.templatestore.gom that implement GomEditorProviderModifier and TypeClassDescriptionclassGOM implementation for groups.classDefault GOM module implementation.Methods in de.espirit.firstspirit.access.store.templatestore.gom that return GomEditorProviderModifier and TypeMethodDescription@NotNull GomEditorProviderGomCheckable.Context.getProvider()Gets the form defining editor provider. -
Uses of GomEditorProvider in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency with parameters of type GomEditorProviderModifier and TypeMethodDescription@NotNull Collection<RuleValidationFailure>RuleValidationAgent.validateRules(@NotNull String ruleSetDefinition, @NotNull GomEditorProvider gomEditorProvider) Validates the given rule definition by parsing the XML content and evaluating all detected rules. -
Uses of GomEditorProvider in de.espirit.firstspirit.forms
Methods in de.espirit.firstspirit.forms that return GomEditorProviderModifier and TypeMethodDescription@NotNull GomEditorProviderFormData.getForm()Provides the form definition.Form.getModel()Get the object model of this form.