Class Tooltip
java.lang.Object
io.jmix.chartsflowui.kit.component.model.ChartObservableObject
io.jmix.chartsflowui.kit.component.model.shared.AbstractTooltip<Tooltip>
io.jmix.chartsflowui.kit.component.model.Tooltip
- All Implemented Interfaces:
HasPadding<Tooltip>,Serializable
Tooltip component. Used to display some contextual information.
More detailed information is provided in the documentation.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumTooltip order for multiple series.static enumRender mode for tooltip.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractTooltip
AbstractTooltip.AxisPointer, AbstractTooltip.Position, AbstractTooltip.TriggerNested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected Stringprotected Booleanprotected Booleanprotected Integerprotected Tooltip.OrderTypeprotected Tooltip.RenderModeprotected Booleanprotected Integerprotected Doubleprotected TriggerOnModeFields inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractTooltip
axisPointer, backgroundColor, borderColor, borderWidth, extraCssText, formatter, formatterFunction, padding, position, show, textStyle, trigger, valueFormatter, valueFormatterFunctionFields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()voidsetAlwaysShowContent(Boolean alwaysShowContent) voidsetAppendToBody(Boolean appendToBody) voidsetClassName(String className) voidsetConfine(Boolean confine) voidsetEnterable(Boolean enterable) voidsetHideDelay(Integer hideDelay) voidsetOrder(Tooltip.OrderType order) voidsetRenderMode(Tooltip.RenderMode renderMode) voidsetShowContent(Boolean showContent) voidsetShowDelay(Integer showDelay) voidsetTransitionDuration(Double transitionDuration) voidsetTriggerOn(TriggerOnMode triggerOn) withAlwaysShowContent(Boolean alwaysShowContent) withAppendToBody(Boolean appendToBody) withClassName(String className) withConfine(Boolean confine) withEnterable(Boolean enterable) withHideDelay(Integer hideDelay) withOrder(Tooltip.OrderType order) withRenderMode(Tooltip.RenderMode renderMode) withShowContent(Boolean showContent) withShowDelay(Integer showDelay) withTransitionDuration(Double transitionDuration) withTriggerOn(TriggerOnMode triggerOn) Methods inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractTooltip
getAxisPointer, getBackgroundColor, getBorderColor, getBorderWidth, getExtraCssText, getFormatter, getFormatterFunction, getPadding, getPosition, getShow, getTextStyle, getTrigger, getValueFormatter, getValueFormatterFunction, setAxisPointer, setBackgroundColor, setBorderColor, setBorderWidth, setExtraCssText, setFormatter, setFormatterFunction, setFormatterFunction, setPadding, setPadding, setPadding, setPosition, setPosition, setShow, setTextStyle, setTrigger, setValueFormatter, setValueFormatterFunction, setValueFormatterFunction, withAxisPointer, withBackgroundColor, withBorderColor, withBorderWidth, withExtraCssText, withFormatter, withFormatterFunction, withFormatterFunction, withPosition, withPosition, withShow, withTextStyle, withTrigger, withValueFormatter, withValueFormatterFunction, withValueFormatterFunctionMethods 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.shared.HasPadding
withPadding, withPadding, withPadding
-
Field Details
-
showContent
-
alwaysShowContent
-
triggerOn
-
showDelay
-
hideDelay
-
enterable
-
renderMode
-
confine
-
appendToBody
-
className
-
transitionDuration
-
order
-
-
Constructor Details
-
Tooltip
public Tooltip()
-
-
Method Details
-
getShowContent
-
setShowContent
-
getAlwaysShowContent
-
setAlwaysShowContent
-
getTriggerOn
-
getShowDelay
-
setShowDelay
-
getHideDelay
-
setHideDelay
-
getEnterable
-
setEnterable
-
getRenderMode
-
setRenderMode
-
getConfine
-
setConfine
-
getAppendToBody
-
setAppendToBody
-
getClassName
-
setClassName
-
getTransitionDuration
-
setTransitionDuration
-
getOrder
-
setOrder
-
withShowContent
-
withAlwaysShowContent
-
withShowDelay
-
withHideDelay
-
withEnterable
-
withRenderMode
-
withConfine
-
withAppendToBody
-
withClassName
-
withTransitionDuration
-
withOrder
-