Uses of Class
org.teamapps.dto.UiScaleType
-
-
Uses of UiScaleType in org.teamapps.dto
Fields in org.teamapps.dto declared as UiScaleType Modifier and Type Field Description protected UiScaleTypeUiLineChartLineFormat. yScaleTypeprotected UiScaleTypeUiTimeGraph.SetYScaleTypeCommand. yScaleTypeprotected UiScaleTypeUiTimeGraph. yScaleTypeMethods in org.teamapps.dto that return UiScaleType Modifier and Type Method Description UiScaleTypeUiLineChartLineFormat. getYScaleType()UiScaleTypeUiTimeGraph. getYScaleType()UiScaleTypeUiTimeGraph.SetYScaleTypeCommand. getYScaleType()static UiScaleTypeUiScaleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiScaleType[]UiScaleType. 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 UiScaleType Modifier and Type Method Description UiLineChartLineFormatUiLineChartLineFormat. setYScaleType(UiScaleType yScaleType)UiTimeGraphUiTimeGraph. setYScaleType(UiScaleType yScaleType)Constructors in org.teamapps.dto with parameters of type UiScaleType Constructor Description SetYScaleTypeCommand(java.lang.String componentId, java.lang.String lineId, UiScaleType yScaleType)
-