Uses of Class
org.teamapps.dto.UiValueMatcher.Comparator
-
-
Uses of UiValueMatcher.Comparator in org.teamapps.dto
Fields in org.teamapps.dto declared as UiValueMatcher.Comparator Modifier and Type Field Description protected UiValueMatcher.ComparatorUiValueMatcher. comparatorMethods in org.teamapps.dto that return UiValueMatcher.Comparator Modifier and Type Method Description UiValueMatcher.ComparatorUiValueMatcher. getComparator()static UiValueMatcher.ComparatorUiValueMatcher.Comparator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiValueMatcher.Comparator[]UiValueMatcher.Comparator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.dto with parameters of type UiValueMatcher.Comparator Constructor Description UiValueMatcher(UiValueMatcher.Comparator comparator, java.lang.Object compareValue)
-