Package org.teamapps.dto
Klasse UiPieChart.SetDataPointsCommand
java.lang.Object
org.teamapps.dto.UiPieChart.SetDataPointsCommand
- Umschließende Klasse:
UiPieChart
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected longprotected Stringprotected List<UiChartNamedDataPoint> -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.SetDataPointsCommand(String componentId, List<UiChartNamedDataPoint> dataPoints, long animationDuration) -
Methodenübersicht
-
Felddetails
-
componentId
-
dataPoints
-
animationDuration
protected long animationDuration
-
-
Konstruktordetails
-
SetDataPointsCommand
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
SetDataPointsCommand
public SetDataPointsCommand(String componentId, List<UiChartNamedDataPoint> dataPoints, long animationDuration)
-
-
Methodendetails
-
toString
-
getComponentId
- Angegeben von:
getComponentIdin SchnittstelleUiCommand<Void>
-
getDataPoints
-
getAnimationDuration
public long getAnimationDuration()
-