Package org.teamapps.dto
Class UiTimeGraph
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiTimeGraph
- All Implemented Interfaces:
UiObject
public class UiTimeGraph extends UiComponent implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiTimeGraph.AddDataCommandstatic classUiTimeGraph.DataNeededEventstatic classUiTimeGraph.IntervalSelectedEventstatic classUiTimeGraph.ReplaceAllDataCommandstatic classUiTimeGraph.ResetAllDataCommandstatic classUiTimeGraph.SetIntervalXCommandstatic classUiTimeGraph.SetLineCommandstatic classUiTimeGraph.SetLinesCommandstatic classUiTimeGraph.SetMaxPixelsBetweenDataPointsCommandstatic classUiTimeGraph.SetMouseScrollZoomPanModeCommandstatic classUiTimeGraph.SetSelectedIntervalCommandstatic classUiTimeGraph.ZoomedEventstatic classUiTimeGraph.ZoomToCommandNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
Fields Modifier and Type Field Description protected UiLongIntervalintervalXprotected java.util.List<AbstractUiLineChartDataDisplay>linesprotected java.lang.Stringlocaleprotected intmaxPixelsBetweenDataPointsprotected UiLineChartMouseScrollZoomPanModemouseScrollZoomPanModeprotected java.lang.StringtimeZoneIdprotected UiScaleTypeyScaleTypeprotected UiLineChartYScaleZoomModeyScaleZoomModeprotected java.util.List<UiTimeChartZoomLevel>zoomLevelsFields inherited from class org.teamapps.dto.UiComponent
debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
Constructors Constructor Description UiTimeGraph()Deprecated.Only for Jackson deserialization.UiTimeGraph(UiLongInterval intervalX, java.util.List<UiTimeChartZoomLevel> zoomLevels, int maxPixelsBetweenDataPoints, java.util.List<AbstractUiLineChartDataDisplay> lines) -
Method Summary
Methods inherited from class org.teamapps.dto.UiComponent
getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
yScaleZoomMode
-
intervalX
-
zoomLevels
-
maxPixelsBetweenDataPoints
protected int maxPixelsBetweenDataPoints -
lines
-
yScaleType
-
mouseScrollZoomPanMode
-
locale
protected java.lang.String locale -
timeZoneId
protected java.lang.String timeZoneId
-
-
Constructor Details
-
UiTimeGraph
@Deprecated public UiTimeGraph()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiTimeGraph
public UiTimeGraph(UiLongInterval intervalX, java.util.List<UiTimeChartZoomLevel> zoomLevels, int maxPixelsBetweenDataPoints, java.util.List<AbstractUiLineChartDataDisplay> lines)
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()- Overrides:
toStringin classUiComponent
-
getYScaleZoomMode
-
getIntervalX
-
getZoomLevels
-
getMaxPixelsBetweenDataPoints
public int getMaxPixelsBetweenDataPoints() -
getLines
-
getYScaleType
-
getMouseScrollZoomPanMode
-
getLocale
public java.lang.String getLocale() -
getTimeZoneId
public java.lang.String getTimeZoneId() -
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
public UiTimeGraph setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)- Overrides:
setStylesBySelectorin classUiComponent
-
setYScaleZoomMode
-
setYScaleType
-
setMouseScrollZoomPanMode
public UiTimeGraph setMouseScrollZoomPanMode(UiLineChartMouseScrollZoomPanMode mouseScrollZoomPanMode) -
setLocale
-
setTimeZoneId
-