Package org.teamapps.dto
Class UiTimeGraph.SetMouseScrollZoomPanModeCommand
java.lang.Object
org.teamapps.dto.UiTimeGraph.SetMouseScrollZoomPanModeCommand
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiTimeGraph
public static class UiTimeGraph.SetMouseScrollZoomPanModeCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected UiLineChartMouseScrollZoomPanModemouseScrollZoomPanMode -
Constructor Summary
Constructors Constructor Description SetMouseScrollZoomPanModeCommand()Deprecated.Only for Jackson deserialization.SetMouseScrollZoomPanModeCommand(java.lang.String componentId, UiLineChartMouseScrollZoomPanMode mouseScrollZoomPanMode) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()UiLineChartMouseScrollZoomPanModegetMouseScrollZoomPanMode()java.lang.StringtoString()
-
Field Details
-
componentId
protected java.lang.String componentId -
mouseScrollZoomPanMode
-
-
Constructor Details
-
SetMouseScrollZoomPanModeCommand
@Deprecated public SetMouseScrollZoomPanModeCommand()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetMouseScrollZoomPanModeCommand
public SetMouseScrollZoomPanModeCommand(java.lang.String componentId, UiLineChartMouseScrollZoomPanMode mouseScrollZoomPanMode)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getMouseScrollZoomPanMode
-