Uses of Class
org.teamapps.dto.UiValueMatcher
-
Uses of UiValueMatcher in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiValueMatcher Modifier and Type Field Description protected java.util.List<UiValueMatcher>UiMatcherRule. valueMatcherMethods in org.teamapps.dto that return UiValueMatcher Modifier and Type Method Description UiValueMatcherUiValueMatcher. setCaseSensitive(boolean caseSensitive)UiValueMatcherUiValueMatcher. setInvertMatch(boolean invertMatch)Methods in org.teamapps.dto that return types with arguments of type UiValueMatcher Modifier and Type Method Description java.util.List<UiValueMatcher>UiMatcherRule. getValueMatcher()Constructor parameters in org.teamapps.dto with type arguments of type UiValueMatcher Constructor Description UiFormattingRule(java.util.List<UiValueMatcher> valueMatcher)UiMatcherRule(java.util.List<UiValueMatcher> valueMatcher)UiValidationRule(java.util.List<UiValueMatcher> valueMatcher, java.lang.String errorMessage)UiVisibilityRule(java.util.List<UiValueMatcher> valueMatcher, UiVisibilityRule.ActionType actionType)