Class GaugeSeries.Detail
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.shared.AbstractText<T>
io.jmix.chartsflowui.kit.component.model.shared.AbstractRichText<T>
io.jmix.chartsflowui.kit.component.model.series.GaugeSeries.AbstractGaugeText<GaugeSeries.Detail>
io.jmix.chartsflowui.kit.component.model.series.GaugeSeries.Detail
- All Implemented Interfaces:
HasBorder<GaugeSeries.Detail>,HasShadow<GaugeSeries.Detail>,HasText<GaugeSeries.Detail>,HasPadding<GaugeSeries.Detail>,Serializable
- Enclosing class:
- GaugeSeries
The detail about gauge chart which is used to show data.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent -
Field Summary
FieldsFields inherited from class io.jmix.chartsflowui.kit.component.model.series.GaugeSeries.AbstractGaugeText
backgroundColor, borderColor, borderDashOffset, borderRadius, borderType, borderWidth, offsetCenter, padding, shadowBlur, shadowColor, shadowOffsetX, shadowOffsetY, show, valueAnimationFields inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractRichText
richStylesFields inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractText
color, ellipsis, fontFamily, fontSize, fontStyle, fontWeight, height, lineHeight, overflow, textBorderColor, textBorderDashOffset, textBorderType, textBorderWidth, textShadowBlur, textShadowColor, textShadowOffsetX, textShadowOffsetY, widthFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFormatter(String formatter) voidsetFormatterFunction(JsFunction formatterFunction) voidsetFormatterFunction(String formatterFunction) withFormatter(String formatter) withFormatterFunction(JsFunction formatterFunction) withFormatterFunction(String formatterFunction) Methods inherited from class io.jmix.chartsflowui.kit.component.model.series.GaugeSeries.AbstractGaugeText
getBackgroundColor, getBorderColor, getBorderDashOffset, getBorderRadius, getBorderType, getBorderWidth, getOffsetCenter, getPadding, getShadowBlur, getShadowColor, getShadowOffsetX, getShadowOffsetY, getShow, getValueAnimation, setBackgroundColor, setBorderColor, setBorderDashOffset, setBorderRadius, setBorderType, setBorderWidth, setOffsetCenter, setPadding, setPadding, setPadding, setShadowBlur, setShadowColor, setShadowOffsetX, setShadowOffsetY, setShow, setValueAnimation, withBackgroundColor, withBorderDashOffset, withBorderType, withOffsetCenter, withShow, withValueAnimationMethods inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractRichText
addRichStyle, getRichStyles, removeRichStyle, withRichStyleMethods inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractText
getColor, getEllipsis, getFontFamily, getFontSize, getFontStyle, getFontWeight, getHeight, getLineHeight, getOverflow, getTextBorderColor, getTextBorderDashOffset, getTextBorderType, getTextBorderWidth, getTextShadowBlur, getTextShadowColor, getTextShadowOffsetX, getTextShadowOffsetY, getWidth, setColor, setEllipsis, setFontFamily, setFontSize, setFontStyle, setFontWeight, setHeight, setLineHeight, setOverflow, setTextBorderColor, setTextBorderDashOffset, setTextBorderType, setTextBorderWidth, setTextShadowBlur, setTextShadowColor, setTextShadowOffsetX, setTextShadowOffsetY, setWidth, withColor, withEllipsis, withFontFamily, withFontSize, withFontStyle, withFontWeight, withHeight, withLineHeight, withOverflow, withWidthMethods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.chartsflowui.kit.component.model.HasBorder
withBorderColor, withBorderRadius, withBorderWidthMethods inherited from interface io.jmix.chartsflowui.kit.component.model.shared.HasPadding
withPadding, withPadding, withPaddingMethods inherited from interface io.jmix.chartsflowui.kit.component.model.HasShadow
withShadowBlur, withShadowColor, withShadowOffsetX, withShadowOffsetYMethods inherited from interface io.jmix.chartsflowui.kit.component.model.HasText
withTextBorderColor, withTextBorderDashOffset, withTextBorderType, withTextBorderWidth, withTextShadowBlur, withTextShadowColor, withTextShadowOffsetX, withTextShadowOffsetY
-
Field Details
-
formatter
-
formatterFunction
-
-
Constructor Details
-
Detail
public Detail()
-
-
Method Details
-
getFormatter
-
setFormatter
-
getFormatterFunction
-
setFormatterFunction
-
withFormatter
-
withFormatterFunction
-