Uses of Class
de.xima.fc.mdl.form.FormThemeData
-
Packages that use FormThemeData Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.mdl.form de.xima.fc.web.common.respond -
-
Uses of FormThemeData in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return FormThemeData 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. -
Uses of FormThemeData in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return FormThemeData 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. -
Uses of FormThemeData in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return FormThemeData Modifier and Type Method Description FormThemeDataFormThemeHandler. 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 FormThemeData Modifier and Type Method Description FormThemeDataFormThemeData.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 FormThemeData Modifier and Type Method Description 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.
-