Uses of Interface
de.xima.fc.form.common.models.FormThemeReference.Matcher
- 
Packages that use FormThemeReference.Matcher Package Description de.xima.fc.form.common.models  - 
- 
Uses of FormThemeReference.Matcher in de.xima.fc.form.common.models
Classes in de.xima.fc.form.common.models that implement FormThemeReference.Matcher Modifier and Type Class Description static classFormThemeReference.DefaultMatcher<R,E extends Throwable>A special type ofFormThemeReference.Matcherfor a form theme that returns a given default value for each type of theme.Methods in de.xima.fc.form.common.models with parameters of type FormThemeReference.Matcher Modifier and Type Method Description static <R,E extends Throwable>
RFormThemeReference. matchFormThemeReference(FormThemeReference reference, FormThemeReference.Matcher<R,E> matcher)Matches the given form theme reference with the appropriate method of the given matcher. 
 -