Uses of Class
org.teamapps.dto.UiValidationRule.DisplayType
-
-
Uses of UiValidationRule.DisplayType in org.teamapps.dto
Fields in org.teamapps.dto declared as UiValidationRule.DisplayType Modifier and Type Field Description protected UiValidationRule.DisplayTypeUiValidationRule. displayTypeMethods in org.teamapps.dto that return UiValidationRule.DisplayType Modifier and Type Method Description UiValidationRule.DisplayTypeUiValidationRule. getDisplayType()static UiValidationRule.DisplayTypeUiValidationRule.DisplayType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiValidationRule.DisplayType[]UiValidationRule.DisplayType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiValidationRule.DisplayType Modifier and Type Method Description UiValidationRuleUiValidationRule. setDisplayType(UiValidationRule.DisplayType displayType)
-