Uses of Class
org.teamapps.dto.UiSizeType
-
-
Uses of UiSizeType in org.teamapps.dto
Fields in org.teamapps.dto declared as UiSizeType Modifier and Type Field Description protected UiSizeTypeUiSizingPolicy. typeMethods in org.teamapps.dto that return UiSizeType Modifier and Type Method Description UiSizeTypeUiSizingPolicy. getType()static UiSizeTypeUiSizeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiSizeType[]UiSizeType. 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 UiSizeType Constructor Description UiSizingPolicy(UiSizeType type)
-