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 FormThemeData
FormThemeAPI. 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 FormThemeData
IFormThemeHandler. 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 FormThemeData
FormThemeHandler. 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 FormThemeData
FormThemeData.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 FormThemeData
FormResponder. loadFormThemeData(Mandant client, FormThemeReference formTheme)
Loads the data for the given form theme from the database.static FormThemeData
FormResponder. loadFormThemeData(IFormRequestContext requestContext, FormThemeReference formTheme)
Loads the data for the given form theme from the database.
-