Uses of Class
org.teamapps.dto.UiVisibilityRule.ActionType
-
Uses of UiVisibilityRule.ActionType in org.teamapps.dto
Fields in org.teamapps.dto declared as UiVisibilityRule.ActionType Modifier and Type Field Description protected UiVisibilityRule.ActionTypeUiVisibilityRule. actionTypeMethods in org.teamapps.dto that return UiVisibilityRule.ActionType Modifier and Type Method Description UiVisibilityRule.ActionTypeUiVisibilityRule. getActionType()static UiVisibilityRule.ActionTypeUiVisibilityRule.ActionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiVisibilityRule.ActionType[]UiVisibilityRule.ActionType. 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 UiVisibilityRule.ActionType Constructor Description UiVisibilityRule(java.util.List<UiValueMatcher> valueMatcher, UiVisibilityRule.ActionType actionType)