Uses of Class
de.xima.fc.mdl.form.FormThemeData
Packages that use FormThemeData
Package
Description
Package for the API access of the model classes.
-
Uses of FormThemeData in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return FormThemeDataModifier and TypeMethodDescriptionFormThemeAPI.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. -
Uses of FormThemeData in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return FormThemeDataModifier and TypeMethodDescriptionIFormThemeHandler.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. -
Uses of FormThemeData in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return FormThemeDataModifier and TypeMethodDescriptionFormThemeHandler.loadFormThemeDataHierarchically(UserContext uc, Mandant client, FormThemeReference formThemeReference, String context, Set<String> extensions, boolean useDefaultIfUnresolvable) -
Uses of FormThemeData in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return FormThemeDataModifier and TypeMethodDescriptionFormThemeData.Builder.build()Builds the form theme data instance. -
Uses of FormThemeData in de.xima.fc.web.common.respond
Methods in de.xima.fc.web.common.respond that return FormThemeDataModifier and TypeMethodDescriptionstatic 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.