Uses of Interface
de.xima.fc.form.common.models.FormThemeReference.Matcher
Packages that use FormThemeReference.Matcher
-
Uses of FormThemeReference.Matcher in de.xima.fc.form.common.models
Classes in de.xima.fc.form.common.models that implement FormThemeReference.MatcherModifier and TypeClassDescriptionstatic 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.MatcherModifier and TypeMethodDescriptionstatic <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.