Interface IFormThemeResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Resolves a
form theme reference to a form theme.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionresolve(FormThemeReference reference) Resolves aform theme referenceto aform theme.
-
Method Details
-
resolve
Resolves aform theme referenceto aform theme.- Parameters:
reference- A reference to a form theme.- Returns:
- The resolved form theme, or null if the reference could not be resolved.
-