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
Modifier and TypeClassDescriptionstatic enum
Tooltip order for multiple series.static enum
Render mode for tooltip.Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractTooltip
AbstractTooltip.AxisPointer, AbstractTooltip.Position, AbstractTooltip.Trigger
Nested classes/interfaces inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
ChartObservableObject.ObjectChangeEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected Boolean
protected String
protected Boolean
protected Boolean
protected Integer
protected Tooltip.OrderType
protected Tooltip.RenderMode
protected Boolean
protected Integer
protected Double
protected TriggerOnMode
Fields inherited from class io.jmix.chartsflowui.kit.component.model.shared.AbstractTooltip
axisPointer, backgroundColor, borderColor, borderWidth, extraCssText, formatter, formatterFunction, padding, position, show, textStyle, trigger, valueFormatter, valueFormatterFunction
Fields inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
children, dirty, listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOrder()
void
setAlwaysShowContent
(Boolean alwaysShowContent) void
setAppendToBody
(Boolean appendToBody) void
setClassName
(String className) void
setConfine
(Boolean confine) void
setEnterable
(Boolean enterable) void
setHideDelay
(Integer hideDelay) void
setOrder
(Tooltip.OrderType order) void
setRenderMode
(Tooltip.RenderMode renderMode) void
setShowContent
(Boolean showContent) void
setShowDelay
(Integer showDelay) void
setTransitionDuration
(Double transitionDuration) void
setTriggerOn
(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, withValueFormatterFunction
Methods inherited from class io.jmix.chartsflowui.kit.component.model.ChartObservableObject
addChild, fireChangeEvent, getChildren, isDirty, isDirtyInDepth, markAsDirty, markAsDirtyInDepth, removeChild, setChartObjectChangeListener, unmarkDirtyInDepth
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-