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 TooltipTooltip. _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 TooltipTooltip. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.TooltipTooltip.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.BuilderColumnItem.Builder. setTooltip(java.util.List<Tooltip> tooltip)Multi-line text to be shown on tooltip while hovering over a cell in the grid.voidColumnItem. setTooltip(java.util.List<Tooltip> tooltip)Multi-line text to be shown on tooltip while hovering over a cell in the grid.DonutPart.BuilderDonutPart.Builder. setTooltip(java.util.List<Tooltip> tooltip)Multi-line text to be shown on tooltip while hovering over the portion.voidDonutPart. setTooltip(java.util.List<Tooltip> tooltip)Multi-line text to be shown on tooltip while hovering over the portion.Icon.BuilderIcon.Builder. setTooltip(java.util.List<Tooltip> tooltip)Multi-line text to be shown on tooltip while hovering over the icon.voidIcon. setTooltip(java.util.List<Tooltip> tooltip)Multi-line text to be shown on tooltip while hovering over the icon.PointDefinition.BuilderPointDefinition.Builder. setTooltip(java.util.List<Tooltip> tooltip)Multi-line text to be shown on tooltip while hovering over the point of a graph.voidPointDefinition. setTooltip(java.util.List<Tooltip> tooltip)Multi-line text to be shown on tooltip while hovering over the point of a graph.RenderConfiguration.BuilderRenderConfiguration.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.voidRenderConfiguration. 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.BuilderStatItem.Builder. setTooltip(java.util.List<Tooltip> tooltip)Multi-line text to be shown on tooltip while hovering over the stat.voidStatItem. setTooltip(java.util.List<Tooltip> tooltip)Multi-line text to be shown on tooltip while hovering over the stat.
-