Uses of Class
org.teamapps.dto.UiMapType
-
Uses of UiMapType in org.teamapps.dto
Fields in org.teamapps.dto declared as UiMapType Modifier and Type Field Description protected UiMapTypeUiMap. mapTypeprotected UiMapTypeUiMap.SetMapTypeCommand. mapTypeMethods in org.teamapps.dto that return UiMapType Modifier and Type Method Description UiMapTypeUiMap. getMapType()UiMapTypeUiMap.SetMapTypeCommand. getMapType()static UiMapTypeUiMapType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiMapType[]UiMapType. 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 UiMapType Modifier and Type Method Description UiMapUiMap. setMapType(UiMapType mapType)Constructors in org.teamapps.dto with parameters of type UiMapType Constructor Description SetMapTypeCommand(java.lang.String componentId, UiMapType mapType)