Uses of Class
de.xima.fc.form.common.models.FormThemeReference
-
-
Uses of FormThemeReference in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return FormThemeReference Modifier and Type Method Description FormThemeReferenceFormThemeAPI. findDefaultFormThemeByClient(UserContext userContext, Mandant client)Gets the default form theme for the givenclientscope.FormThemeReferenceFormThemeAPI. findDefaultFormThemeByProject(UserContext userContext, Projekt project)FormThemeReferenceFormThemeAPI. findDefaultFormThemeByProject(UserContext userContext, Long projectId)Methods in de.xima.fc.api.entity with parameters of type FormThemeReference Modifier and Type Method Description FormThemeDataFormThemeAPI. loadFormThemeDataHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, String resourceContext, Set<String> extensions, boolean useDefaultIfUnresolvable)Combines multiple methods to load all data of a form theme at once.Set<String>FormThemeAPI. resolveFormThemeCssClassesHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, boolean useDefaultIfUnresolvable)Gets all CSS classes from the given form theme and all its parent themes.Map<String,List<FormThemeFileReference>>FormThemeAPI. resolveFormThemeFilesHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, String resourceContext, Set<String> extensions, boolean useDefaultIfUnresolvable)Gets all files from the given form theme, including files from parent form themes (if any). -
Uses of FormThemeReference in de.xima.fc.common.form_theme
Methods in de.xima.fc.common.form_theme that return FormThemeReference Modifier and Type Method Description FormThemeReferenceStaticFormTheme. getParentFormTheme()Methods in de.xima.fc.common.form_theme that return types with arguments of type FormThemeReference Modifier and Type Method Description List<FormThemeReference>CyclicFormThemeHierarchyException. cycle()Gets the nodes in the parent-child hierarchy graph that form the cycle.Methods in de.xima.fc.common.form_theme with parameters of type FormThemeReference Modifier and Type Method Description StaticFormTheme.BuilderStaticFormTheme.Builder. parent(FormThemeReference parent)Sets the parent form theme for the form theme, seeIFormTheme.getParentFormTheme().Constructors in de.xima.fc.common.form_theme with parameters of type FormThemeReference Constructor Description CyclicFormThemeHierarchyException(FormThemeReference node)Creates a new exception for a cycle in a form theme hierarchy.CyclicFormThemeHierarchyException(String message, FormThemeReference node)Creates a new exception for a cycle in a form theme hierarchy.Constructor parameters in de.xima.fc.common.form_theme with type arguments of type FormThemeReference Constructor Description CyclicFormThemeHierarchyException(String message, List<FormThemeReference> nodes)Creates a new exception for a cycle in a form theme hierarchy.CyclicFormThemeHierarchyException(List<FormThemeReference> nodes)Creates a new exception for a cycle in a form theme hierarchy. -
Uses of FormThemeReference in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return FormThemeReference Modifier and Type Method Description FormThemeReferenceMandantDao. getDefaultFormFormThemeByClient(IEntityContext ec, Mandant client)FormThemeReferenceSystemPropertyDao. getDefaultSystemFormTheme(IEntityContext ec)Methods in de.xima.fc.dao.impl with parameters of type FormThemeReference Modifier and Type Method Description List<Mandant>MandantDao. getByDefaultFormTheme(IEntityContext ec, FormThemeReference formTheme)List<FormVersion>FormVersionDao. getByFormTheme(IEntityContext ec, Mandant client, FormThemeReference formTheme)List<ClientFormTheme>ClientFormThemeDao. getByParentFormTheme(IEntityContext ec, Mandant client, FormThemeReference formTheme)Method parameters in de.xima.fc.dao.impl with type arguments of type FormThemeReference Modifier and Type Method Description List<ClientFormTheme>ClientFormThemeDao. getByThemeReferences(IEntityContext ec, Mandant client, Set<FormThemeReference> themeReferences) -
Uses of FormThemeReference in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return FormThemeReference Modifier and Type Method Description FormThemeReferenceIMandantDao. getDefaultFormFormThemeByClient(IEntityContext ec, Mandant client)Finds the configured default form theme.FormThemeReferenceISystemPropertyDao. getDefaultSystemFormTheme(IEntityContext ec)Gets the form theme that was configured as the default theme for the entire system.Methods in de.xima.fc.dao.interfaces with parameters of type FormThemeReference Modifier and Type Method Description List<Mandant>IMandantDao. getByDefaultFormTheme(IEntityContext ec, FormThemeReference formThemeReference)Finds all clients that have the given form theme configured as theirdefault form theme.List<FormVersion>IFormVersionDao. getByFormTheme(IEntityContext ec, Mandant client, FormThemeReference formTheme)Finds all form versions that are associated with the given form theme.List<ClientFormTheme>IClientFormThemeDao. getByParentFormTheme(IEntityContext ec, Mandant client, FormThemeReference formTheme)Finds all form versions that are associated with the given form theme.Method parameters in de.xima.fc.dao.interfaces with type arguments of type FormThemeReference Modifier and Type Method Description List<ClientFormTheme>IClientFormThemeDao. getByThemeReferences(IEntityContext ec, Mandant client, Set<FormThemeReference> themeReferences)Gets a list ofclient form themesfrom the given client that correspond to the givenform theme references. -
Uses of FormThemeReference in de.xima.fc.entities
Methods in de.xima.fc.entities that return FormThemeReference Modifier and Type Method Description FormThemeReferenceMandant. getDefaultFormTheme()Gets the default form theme for this client.FormThemeReferenceClientFormTheme. getParentFormTheme()Gets the parent theme from which this theme inherits.Methods in de.xima.fc.entities with parameters of type FormThemeReference Modifier and Type Method Description voidMandant. setDefaultFormTheme(FormThemeReference defaultFormTheme)Sets the default form theme for this client.voidClientFormTheme. setParentFormTheme(FormThemeReference parentFormTheme)Sets the parent theme from which this theme inherits. -
Uses of FormThemeReference in de.xima.fc.form.common.interfaces
Methods in de.xima.fc.form.common.interfaces that return FormThemeReference Modifier and Type Method Description FormThemeReferenceIFormTheme. getParentFormTheme()The parent form theme from which this form theme inherits.FormThemeReferenceIReferencableFormTheme. reference()Gets the reference to the form theme. -
Uses of FormThemeReference in de.xima.fc.form.common.models
Subclasses of FormThemeReference in de.xima.fc.form.common.models Modifier and Type Class Description static classFormThemeReference.ClientFormThemeA form theme reference to a client form theme.static classFormThemeReference.FormThemePluginA form theme reference to a form theme provided by a plugin, i.e.static classFormThemeReference.SystemA form theme reference to a system form theme, i.e.Methods in de.xima.fc.form.common.models that return FormThemeReference Modifier and Type Method Description static FormThemeReferenceFormThemeReference. clientFormTheme(UUID templateUuid)Creates a reference to a client form theme with the given UUID.FormThemeReferenceFormThemeReference.ClientFormTheme. copy()abstract FormThemeReferenceFormThemeReference. copy()Creates a copy of this form theme reference.FormThemeReferenceFormThemeReference.FormThemePlugin. copy()FormThemeReferenceFormThemeReference.System. copy()static FormThemeReferenceFormThemeReference. formThemePlugin(String pluginKey, String pluginName, String themeId)Gets a reference to a form theme provided by a form theme plugin (de.xima.fc.plugin.form.IPluginFormTheme).FormThemeReferenceXFormProperties. getFormTheme()Gets the form theme to use for styling the form.FormThemeReferenceFormThemeFileReference. getTheme()The reference to the form theme that contains the file.static FormThemeReferenceFormThemeReference. ofAttributeMap(String prefix, Map<String,String> map)Reads a form theme reference to the given attribute map that is stored at the given prefix.static FormThemeReferenceFormThemeReference. ofCanonicalParts(String[] parts, int offset)Creates a form theme reference from its canonical parts representation.static FormThemeReferenceFormThemeReference. ofCanonicalPartsOrNull(String[] parts, int offset)Creates a form theme reference from its canonical parts representation.static FormThemeReferenceFormThemeReference. ofCanonicalPayloadParts(EFormThemeReferenceKind kind, String[] parts, int offset)Creates a form theme reference from its canonical parts representation.static FormThemeReferenceFormThemeReference. ofCanonicalPayloadPartsOrNull(EFormThemeReferenceKind kind, String[] parts, int offset)Creates a form theme reference from its canonical parts representation.static FormThemeReferenceFormThemeReference. ofCanonicalPayloadString(EFormThemeReferenceKind kind, String canonicalRepresentation)Creates a form theme reference from its canonical string representation.static FormThemeReferenceFormThemeReference. ofCanonicalPayloadStringOrNull(EFormThemeReferenceKind kind, String canonicalRepresentation)Creates a form theme reference from its canonical string representation.static FormThemeReferenceFormThemeReference. ofCanonicalString(String canonicalRepresentation)Creates a form theme reference from its canonical string representation.static FormThemeReferenceFormThemeReference. ofCanonicalStringOrNull(String canonicalRepresentation)Creates a form theme reference from its canonical string representation.FormThemeReferenceDefaultReferencableFormTheme. reference()static FormThemeReferenceFormThemeReference. system(ESystemFormThemeType type)Gets a reference to the system form theme of the given type.static FormThemeReferenceFormThemeReference. systemClassic()Gets a reference to the classic system form theme.static FormThemeReferenceFormThemeReference. systemModern()Gets a reference to the modern system form theme.static FormThemeReferenceFormThemeReference. systemUnstyled()Gets a reference to the unstyled system form theme.Methods in de.xima.fc.form.common.models with parameters of type FormThemeReference Modifier and Type Method Description static FormThemeFileReferenceFormThemeFileReference. forThemeFile(FormThemeReference theme, String context, String filePath)Creates a reference to a file in a form theme.static <R,E extends Throwable>
RFormThemeReference. matchFormThemeReference(FormThemeReference reference, FormThemeReference.Matcher<R,E> matcher)Matches the given form theme reference with the appropriate method of the given matcher.voidXFormProperties. setFormTheme(FormThemeReference formTheme)Sets the form theme to use for styling the form.static voidFormThemeReference. toAttributeMap(FormThemeReference theme, String prefix, Map<String,String> map)Writes the given form theme reference to the given attribute map.Constructors in de.xima.fc.form.common.models with parameters of type FormThemeReference Constructor Description DefaultReferencableFormTheme(FormThemeReference reference, IFormTheme theme)Creates a new POJO with the given theme and reference. -
Uses of FormThemeReference in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper that return FormThemeReference Modifier and Type Method Description static FormThemeReferenceURLHelper. resolveFormThemeByContext(IFormRequestContext requestContext, boolean allowFormTheme)Resolves the form theme to use for the given form version.static FormThemeReferenceURLHelper. resolveFormThemeByContext(IFormRequestContext requestContext, Textbaustein textTemplate)Resolves the form theme to use for the given form version.static FormThemeReferenceURLHelper. resolveFormThemeByContext(javax.servlet.http.HttpServletRequest request, FormVersion formVersion, boolean allowFormTheme)Resolves the form theme to use for the given form version.static FormThemeReferenceURLHelper. resolveFormThemeByContext(javax.servlet.http.HttpServletRequest request, FormVersion formVersion, Textbaustein textTemplate)Resolves the form theme to use for the given form version.static FormThemeReferenceURLHelper. resolveFormThemeByParam(FormVersion formVersion, String requestedThemeParam, boolean allowFormTheme)Resolves the form theme to use for the given form version. -
Uses of FormThemeReference in de.xima.fc.form.request
Methods in de.xima.fc.form.request with parameters of type FormThemeReference Modifier and Type Method Description static IExtendedFormRequestContextFormRequestContextFactory. forDesignerPreviewRequest(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, long projektId, FormThemeReference formTheme) -
Uses of FormThemeReference in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return FormThemeReference Modifier and Type Method Description FormThemeReferenceProjectShareBean. getRpTheme()Methods in de.xima.fc.gui.bean.project with parameters of type FormThemeReference Modifier and Type Method Description voidProjectShareBean. setRpTheme(FormThemeReference rpTheme) -
Uses of FormThemeReference in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return FormThemeReference Modifier and Type Method Description FormThemeReferenceApplicationConfigBean. getDefaultFormTheme()FormThemeReferenceClientBean. getFormThemeToApply()Methods in de.xima.fc.gui.bean.settings with parameters of type FormThemeReference Modifier and Type Method Description voidApplicationConfigBean. setDefaultFormTheme(FormThemeReference defaultFormTheme)voidClientBean. setFormThemeToApply(FormThemeReference formThemeToApply) -
Uses of FormThemeReference in de.xima.fc.gui.bean.templates
Methods in de.xima.fc.gui.bean.templates that return FormThemeReference Modifier and Type Method Description FormThemeReferenceTemplatesBean. getPreviewFormTheme()Only for HTML text templates: gets the form theme to use for previewing the selected text template.Methods in de.xima.fc.gui.bean.templates with parameters of type FormThemeReference Modifier and Type Method Description voidTemplatesBean. setPreviewFormTheme(FormThemeReference previewFormTheme)Only for HTML text templates: sets the form theme to use for previewing the selected text template. -
Uses of FormThemeReference in de.xima.fc.gui.builder
Fields in de.xima.fc.gui.builder declared as FormThemeReference Modifier and Type Field Description protected FormThemeReferenceAFormShareScriptBuilder. rpThemeMethods in de.xima.fc.gui.builder with parameters of type FormThemeReference Modifier and Type Method Description AFormShareScriptBuilderAFormShareScriptBuilder. withRpTheme(FormThemeReference formThemeReference)Sets the form theme to use for the form. -
Uses of FormThemeReference in de.xima.fc.gui.common.converter
Methods in de.xima.fc.gui.common.converter that return FormThemeReference Modifier and Type Method Description FormThemeReferenceFormThemeReferenceConverter. getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)Methods in de.xima.fc.gui.common.converter with parameters of type FormThemeReference Modifier and Type Method Description StringFormThemeReferenceConverter. getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, FormThemeReference value) -
Uses of FormThemeReference in de.xima.fc.gui.designer.form.model
Methods in de.xima.fc.gui.designer.form.model that return FormThemeReference Modifier and Type Method Description FormThemeReferenceFormThemeItem. getParent()Gets the parent form theme of the form theme, if it has any.FormThemeReferenceFormThemeItemCssUrl. getTheme()The reference to the theme that provides the CSS file.FormThemeReferenceFormThemeItem. getValue()Gets the unique identifier of the form theme.Constructors in de.xima.fc.gui.designer.form.model with parameters of type FormThemeReference Constructor Description FormThemeItem(String name, String groupName, FormThemeReference value, FormThemeReference parent, List<String> cssClasses, List<FormThemeItemCssUrl> cssUrls)Creates a new form them item with the given data.FormThemeItemCssUrl(String url, boolean offerClassesAsSuggestions, FormThemeReference theme)Creates a new form theme item CSS URL with the given data. -
Uses of FormThemeReference in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils with parameters of type FormThemeReference Modifier and Type Method Description static StringFormCssHelper. fetchFormThemeCss(Mandant client, FormThemeReference themeReference) -
Uses of FormThemeReference in de.xima.fc.gui.model.form_theme
Methods in de.xima.fc.gui.model.form_theme that return FormThemeReference Modifier and Type Method Description FormThemeReferenceFormThemeView. getParentFormTheme()Gets the client form theme'sparent form theme.Methods in de.xima.fc.gui.model.form_theme with parameters of type FormThemeReference Modifier and Type Method Description voidFormThemeView. setParentFormTheme(FormThemeReference parentFormTheme)Sets the client form theme'sparent form theme. -
Uses of FormThemeReference in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return FormThemeReference Modifier and Type Method Description FormThemeReferenceIFormThemeHandler. findDefaultFormThemeByClient(UserContext userContext, Mandant client)Gets the default form theme for the givenclientscope.FormThemeReferenceIFormThemeHandler. findDefaultFormThemeByProject(UserContext userContext, Projekt project)FormThemeReferenceIFormThemeHandler. findDefaultFormThemeByProject(UserContext userContext, Long projectId)Methods in de.xima.fc.handler.interfaces.system with parameters of type FormThemeReference Modifier and Type Method Description FormThemeDataIFormThemeHandler. loadFormThemeDataHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, String resourceContext, Set<String> extensions, boolean useDefaultIfUnresolvable)Combines multiple methods to load all data of a form theme at once.Set<String>IFormThemeHandler. resolveFormThemeCssClassesHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, boolean useDefaultIfUnresolvable)Gets all CSS classes from the given form theme and all its parent themes.Map<String,List<FormThemeFileReference>>IFormThemeHandler. resolveFormThemeFilesHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, String resourceContext, Set<String> extensions, boolean useDefaultIfUnresolvable)Gets all files from the given form theme, including files from parent form themes (if any). -
Uses of FormThemeReference in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return FormThemeReference Modifier and Type Method Description FormThemeReferenceFormThemeHandler. findDefaultFormThemeByClient(UserContext userContext, Mandant client)FormThemeReferenceFormThemeHandler. findDefaultFormThemeByProject(UserContext userContext, Projekt project)FormThemeReferenceFormThemeHandler. findDefaultFormThemeByProject(UserContext userContext, Long projectId)Methods in de.xima.fc.handler.system with parameters of type FormThemeReference Modifier and Type Method Description FormThemeDataFormThemeHandler. loadFormThemeDataHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, String context, Set<String> extensions, boolean useDefaultIfUnresolvable)Set<String>FormThemeHandler. resolveFormThemeCssClassesHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, boolean useDefaultIfUnresolvable)Map<String,List<FormThemeFileReference>>FormThemeHandler. resolveFormThemeFilesHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, String context, Set<String> extensions, boolean useDefaultIfUnresolvable) -
Uses of FormThemeReference in de.xima.fc.importer.mdl.descriptor
Methods in de.xima.fc.importer.mdl.descriptor with parameters of type FormThemeReference Modifier and Type Method Description static DependencyDescriptorDependencyDescriptor. ofFormThemeReference(FormThemeReference formTheme) -
Uses of FormThemeReference in de.xima.fc.interfaces.servlet
Methods in de.xima.fc.interfaces.servlet that return FormThemeReference Modifier and Type Method Description default FormThemeReferenceIServletResponse. getFormTheme()A form theme to apply to the response. -
Uses of FormThemeReference in de.xima.fc.logic.form_theme
Methods in de.xima.fc.logic.form_theme that return FormThemeReference Modifier and Type Method Description static FormThemeReferenceFormThemeManager. defaultFormThemeReferenceIfUnresolvable(IEntityContext ec, Mandant client, FormThemeReference themeReference)Checks whether the given form theme reference can be resolved to a correspondingIFormTheme.static FormThemeReferenceFormThemeManager. findDefaultFormTheme(IEntityContext ec, Mandant client)Finds the configured default form theme.Methods in de.xima.fc.logic.form_theme that return types with arguments of type FormThemeReference Modifier and Type Method Description static Set<FormThemeReference>FormThemeManager. findAvailableFormThemes(IEntityContext ec, Mandant client)Finds all form themes that are available to the given client.static Set<FormThemeReference>FormThemeManager. findFormThemesPossibleAsParentFor(IEntityContext ec, Mandant client, FormThemeReference theme, Set<FormThemeReference> themes)Finds all form themes that can be used as a parent theme for the given theme.Methods in de.xima.fc.logic.form_theme with parameters of type FormThemeReference Modifier and Type Method Description static FormThemeReferenceFormThemeManager. defaultFormThemeReferenceIfUnresolvable(IEntityContext ec, Mandant client, FormThemeReference themeReference)Checks whether the given form theme reference can be resolved to a correspondingIFormTheme.static StringFormThemeManager. findFormThemeFileVersion(IEntityContext ec, Mandant client, FormThemeReference theme, String context, String filePath)Finds the version of a file from the given form theme.static StringFormThemeManager. findFormThemeFileVersion(IEntityContext ec, UUID clientUuid, FormThemeReference theme, String context, String filePath)Finds the version of a file from the given form theme.static Set<FormThemeReference>FormThemeManager. findFormThemesPossibleAsParentFor(IEntityContext ec, Mandant client, FormThemeReference theme, Set<FormThemeReference> themes)Finds all form themes that can be used as a parent theme for the given theme.static FormThemeUsagesFormThemeManager. findFormThemeUsages(IEntityContext ec, Mandant client, FormThemeReference themeReference)Finds all locations where the given form theme is still used.static booleanFormThemeManager. isFormThemeReferenceResolvable(IEntityContext ec, Mandant client, FormThemeReference themeReference)Checks whether form theme reference can be resolved to a correspondingIFormTheme.static InputStreamFormThemeManager. openFormThemeFilesHierarchically(IEntityContext ec, Mandant client, FormThemeReference themeReference, String context, Predicate<? super String> fileNameFilter)Opens an input stream to a file or multiple files from the given form theme.IFormThemeIFormThemeResolver. resolve(FormThemeReference reference)Resolves aform theme referenceto aform theme.static Set<String>FormThemeManager. resolveFormThemeCssClassesHierarchically(IEntityContext ec, Mandant client, FormThemeReference formTheme)Gets all CSS classes from the given form theme, including all its parent themes.static List<FormThemeFileReference>FormThemeManager. resolveFormThemeFilesHierarchically(IEntityContext ec, Mandant client, FormThemeReference themeReference, String context, Predicate<? super String> fileNameFilter)Resolves one or multiple files from the given form theme.static IFormThemeFormThemeManager. resolveFormThemeReference(IEntityContext ec, Mandant client, FormThemeReference themeReference)Resolves a form theme reference to the correspondingIFormThemethat can be used to access the form theme.static IFormThemeChainFormThemeManager. resolveFormThemeReferenceHierarchy(IEntityContext ec, Mandant client, FormThemeReference themeReference)Resolves the given theme reference and all its parents to a list ofIFormThemeinstances.static IFormThemeChainFormThemeManager. resolveFormThemeReferenceHierarchy(IFormThemeResolver themeResolver, FormThemeReference themeReference)Resolves the given theme reference and all its parents to a list ofIFormThemeinstances.Method parameters in de.xima.fc.logic.form_theme with type arguments of type FormThemeReference Modifier and Type Method Description static Set<FormThemeReference>FormThemeManager. findFormThemesPossibleAsParentFor(IEntityContext ec, Mandant client, FormThemeReference theme, Set<FormThemeReference> themes)Finds all form themes that can be used as a parent theme for the given theme. -
Uses of FormThemeReference in de.xima.fc.mdl.request
Methods in de.xima.fc.mdl.request that return FormThemeReference Modifier and Type Method Description FormThemeReferencePublishRequestParameter. getFormTheme()Constructors in de.xima.fc.mdl.request with parameters of type FormThemeReference Constructor Description PublishRequestParameter(long projektId, int formVersionNum, EFormTyp formTyp, String form, String notes, String charsetName, int origVersionsNummer, boolean derive, String fd2rid, boolean isResourceUpload, String b64File, String resourceType, FormThemeReference formTheme) -
Uses of FormThemeReference in de.xima.fc.mdl.response
Fields in de.xima.fc.mdl.response declared as FormThemeReference Modifier and Type Field Description protected FormThemeReferenceServletResponse. formThemeMethods in de.xima.fc.mdl.response that return FormThemeReference Modifier and Type Method Description FormThemeReferenceServletResponse. getFormTheme()Methods in de.xima.fc.mdl.response with parameters of type FormThemeReference Modifier and Type Method Description voidServletResponse. setFormTheme(FormThemeReference formTheme)A form theme to apply to the response. -
Uses of FormThemeReference in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper with parameters of type FormThemeReference Modifier and Type Method Description static ClientFormThemeEntityDummyFactory. dummyClientFormTheme(Mandant client, String name, FormThemeReference parent)Creates a new, unsaved client form theme with the given name and the given parent theme.static ClientFormThemeEntityDummyFactory. dummyClientFormTheme(Mandant client, String name, FormThemeReference parent, Map<String,?> files)Creates a new, unsaved client form theme with the given name and the given parent theme. -
Uses of FormThemeReference in de.xima.fc.web.common.respond
Fields in de.xima.fc.web.common.respond declared as FormThemeReference Modifier and Type Field Description FormThemeReferenceFormResponder.TemplateMessageData. formThemeMethods in de.xima.fc.web.common.respond with parameters of type FormThemeReference Modifier and Type Method Description static StringServletResponder. buildTemplateHTML(IExtendedFormRequestContext ctx, String msg, FormThemeReference formTheme)static StringServletResponder. buildTemplateHTML(String baseUrl, Mandant client, Projekt project, Locale locale, String msg, FormThemeReference formTheme)static StringServletResponder. buildTemplateHTML(javax.servlet.http.HttpServletRequest request, Mandant client, Projekt project, Locale locale, String msg, FormThemeReference formTheme)static FormThemeDataFormResponder. loadFormThemeData(Mandant client, FormThemeReference formTheme)Loads the data for the given form theme from the database.static FormThemeDataFormResponder. loadFormThemeData(IFormRequestContext requestContext, FormThemeReference formTheme)Loads the data for the given form theme from the database.static voidFormResponder. respondTemplate(IExtendedFormRequestContext ctx, Vorgang formRecord, String message, FormThemeReference formTheme, boolean success)static voidFormResponder. respondTemplate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Mandant client, Projekt project, Locale locale, String templateText, boolean success, ETextbausteinMsgCode msgCode, FormThemeReference formTheme)static voidFormResponder. respondTemplateByCtx(IExtendedFormRequestContext ctx, String textbaustein, FormThemeReference formTheme, boolean success, boolean withRedirect)
-