Class FormThemeResource
java.lang.Object
de.xima.fc.form.render.FormThemeResource
- All Implemented Interfaces:
IFormThemeResource, Serializable
POJO implementation of
IFormThemeResource.- Since:
- 8.3.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<IFormThemeResource> fromFormThemeFileReferences(List<FormThemeFileReference> resources) Gets the reference to the file from the form theme.
-
Method Details
-
getThemeFile
Description copied from interface:IFormThemeResourceGets the reference to the file from the form theme.- Specified by:
getThemeFilein interfaceIFormThemeResource- Returns:
- The reference to the file from the form theme.
-
fromFormThemeFileReferences
public static List<IFormThemeResource> fromFormThemeFileReferences(List<FormThemeFileReference> resources)
-