Uses of Class
com.vmware.nsx_policy.model.Tooltip
-
Packages that use Tooltip Package Description com.vmware.nsx_policy.model -
-
Uses of Tooltip in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return Tooltip Modifier and Type Method Description static Tooltip
Tooltip. _newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static Tooltip
Tooltip. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.Tooltip
Tooltip.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type Tooltip Modifier and Type Method Description java.util.List<Tooltip>
ColumnItem. getTooltip()
Multi-line text to be shown on tooltip while hovering over a cell in the grid.java.util.List<Tooltip>
DonutPart. getTooltip()
Multi-line text to be shown on tooltip while hovering over the portion.java.util.List<Tooltip>
Icon. getTooltip()
Multi-line text to be shown on tooltip while hovering over the icon.java.util.List<Tooltip>
PointDefinition. getTooltip()
Multi-line text to be shown on tooltip while hovering over the point of a graph.java.util.List<Tooltip>
RenderConfiguration. getTooltip()
Multi-line text to be shown on tooltip while hovering over the UI element if the condition is met.java.util.List<Tooltip>
StatItem. getTooltip()
Multi-line text to be shown on tooltip while hovering over the stat.Method parameters in com.vmware.nsx_policy.model with type arguments of type Tooltip Modifier and Type Method Description ColumnItem.Builder
ColumnItem.Builder. setTooltip(java.util.List<Tooltip> tooltip)
Multi-line text to be shown on tooltip while hovering over a cell in the grid.void
ColumnItem. setTooltip(java.util.List<Tooltip> tooltip)
Multi-line text to be shown on tooltip while hovering over a cell in the grid.DonutPart.Builder
DonutPart.Builder. setTooltip(java.util.List<Tooltip> tooltip)
Multi-line text to be shown on tooltip while hovering over the portion.void
DonutPart. setTooltip(java.util.List<Tooltip> tooltip)
Multi-line text to be shown on tooltip while hovering over the portion.Icon.Builder
Icon.Builder. setTooltip(java.util.List<Tooltip> tooltip)
Multi-line text to be shown on tooltip while hovering over the icon.void
Icon. setTooltip(java.util.List<Tooltip> tooltip)
Multi-line text to be shown on tooltip while hovering over the icon.PointDefinition.Builder
PointDefinition.Builder. setTooltip(java.util.List<Tooltip> tooltip)
Multi-line text to be shown on tooltip while hovering over the point of a graph.void
PointDefinition. setTooltip(java.util.List<Tooltip> tooltip)
Multi-line text to be shown on tooltip while hovering over the point of a graph.RenderConfiguration.Builder
RenderConfiguration.Builder. setTooltip(java.util.List<Tooltip> tooltip)
Multi-line text to be shown on tooltip while hovering over the UI element if the condition is met.void
RenderConfiguration. setTooltip(java.util.List<Tooltip> tooltip)
Multi-line text to be shown on tooltip while hovering over the UI element if the condition is met.StatItem.Builder
StatItem.Builder. setTooltip(java.util.List<Tooltip> tooltip)
Multi-line text to be shown on tooltip while hovering over the stat.void
StatItem. setTooltip(java.util.List<Tooltip> tooltip)
Multi-line text to be shown on tooltip while hovering over the stat.
-