Package de.xima.fc.logic.form_theme
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.
 
@FunctionalInterface public interface IFormThemeResolver
Resolves aform theme referenceto aform theme.- Since:
 - 8.3.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFormThemeresolve(FormThemeReference reference)Resolves aform theme referenceto aform theme. 
 - 
 
- 
- 
Method Detail
- 
resolve
IFormTheme resolve(FormThemeReference reference)
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.
 
 
 - 
 
 -