Uses of Interface
de.xima.fc.interfaces.form.IFormThemeResource
-
Packages that use IFormThemeResource Package Description de.xima.fc.form.render de.xima.fc.interfaces.form de.xima.fc.mdl.form -
-
Uses of IFormThemeResource in de.xima.fc.form.render
Classes in de.xima.fc.form.render that implement IFormThemeResource Modifier and Type Class Description classFormThemeResourcePOJO implementation ofIFormThemeResource.Methods in de.xima.fc.form.render that return types with arguments of type IFormThemeResource Modifier and Type Method Description static List<IFormThemeResource>FormThemeResource. fromFormThemeFileReferences(List<FormThemeFileReference> resources)Map<EFormResourceType,List<IFormThemeResource>>FormRenderContext. getFormThemeResourceMap()List<IFormThemeResource>FormRenderContext. getFormThemeResources(EFormResourceType type)Method parameters in de.xima.fc.form.render with type arguments of type IFormThemeResource Modifier and Type Method Description voidFormRenderContext. setFormThemeResourceMap(Map<EFormResourceType,List<IFormThemeResource>> formThemePluginResources) -
Uses of IFormThemeResource in de.xima.fc.interfaces.form
Methods in de.xima.fc.interfaces.form that return types with arguments of type IFormThemeResource Modifier and Type Method Description Map<EFormResourceType,List<IFormThemeResource>>IFormRenderContext. getFormThemeResourceMap()Gets the map with all resources from theIFormThemethat was selected for the currently rendered form.List<IFormThemeResource>IFormRenderContext. getFormThemeResources(EFormResourceType type)Gets all resources of the given type from theIFormThemethat was selected for the currently rendered form.Method parameters in de.xima.fc.interfaces.form with type arguments of type IFormThemeResource Modifier and Type Method Description voidIFormRenderContext. setFormThemeResourceMap(Map<EFormResourceType,List<IFormThemeResource>> resourceMap)Sets the map with all resources from theIFormThemethat was selected for the currently rendered form. -
Uses of IFormThemeResource in de.xima.fc.mdl.form
Methods in de.xima.fc.mdl.form that return types with arguments of type IFormThemeResource Modifier and Type Method Description Map<EFormResourceType,List<IFormThemeResource>>FormRenderData. getFormThemResourceMap()Gets the map with all resources from the form theme that was selected for the currently rendered form.
-