Uses of Class
org.teamapps.dto.UiLineChartMouseScrollZoomPanMode
-
-
Uses of UiLineChartMouseScrollZoomPanMode in org.teamapps.dto
Fields in org.teamapps.dto declared as UiLineChartMouseScrollZoomPanMode Modifier and Type Field Description protected UiLineChartMouseScrollZoomPanModeUiTimeGraph. mouseScrollZoomPanModeprotected UiLineChartMouseScrollZoomPanModeUiTimeGraph.SetMouseScrollZoomPanModeCommand. mouseScrollZoomPanModeMethods in org.teamapps.dto that return UiLineChartMouseScrollZoomPanMode Modifier and Type Method Description UiLineChartMouseScrollZoomPanModeUiTimeGraph. getMouseScrollZoomPanMode()UiLineChartMouseScrollZoomPanModeUiTimeGraph.SetMouseScrollZoomPanModeCommand. getMouseScrollZoomPanMode()static UiLineChartMouseScrollZoomPanModeUiLineChartMouseScrollZoomPanMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiLineChartMouseScrollZoomPanMode[]UiLineChartMouseScrollZoomPanMode. 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 UiLineChartMouseScrollZoomPanMode Modifier and Type Method Description UiTimeGraphUiTimeGraph. setMouseScrollZoomPanMode(UiLineChartMouseScrollZoomPanMode mouseScrollZoomPanMode)Constructors in org.teamapps.dto with parameters of type UiLineChartMouseScrollZoomPanMode Constructor Description SetMouseScrollZoomPanModeCommand(java.lang.String componentId, UiLineChartMouseScrollZoomPanMode mouseScrollZoomPanMode)
-