Package de.xima.fc.form.render
Class FormThemeResource
- java.lang.Object
-
- de.xima.fc.form.render.FormThemeResource
-
- All Implemented Interfaces:
IFormThemeResource
,Serializable
public final class FormThemeResource extends Object implements IFormThemeResource
POJO implementation ofIFormThemeResource
.- Since:
- 8.3.0
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<IFormThemeResource>
fromFormThemeFileReferences(List<FormThemeFileReference> resources)
FormThemeFileReference
getThemeFile()
Gets the reference to the file from the form theme.
-
-
-
Method Detail
-
getThemeFile
public FormThemeFileReference getThemeFile()
Description copied from interface:IFormThemeResource
Gets the reference to the file from the form theme.- Specified by:
getThemeFile
in interfaceIFormThemeResource
- Returns:
- The reference to the file from the form theme.
-
fromFormThemeFileReferences
public static List<IFormThemeResource> fromFormThemeFileReferences(List<FormThemeFileReference> resources)
-
-