Uses of Class
com.vmware.nsx_policy.model.WidgetItem
-
Packages that use WidgetItem Package Description com.vmware.nsx_policy.model -
-
Uses of WidgetItem in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return WidgetItem Modifier and Type Method Description static WidgetItem
WidgetItem. _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 WidgetItem
WidgetItem. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.WidgetItem
WidgetItem.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type WidgetItem Modifier and Type Method Description java.util.List<WidgetItem>
Header. getSubHeaderWidgets()
An array of widgets which will appear inside the container header Instead of 'sub_headers' property use this property.java.util.List<WidgetItem>
ContainerConfiguration. getWidgets()
If not specified, creates an empty container.java.util.List<WidgetItem>
MultiWidgetConfiguration. getWidgets()
Array of widgets that are part of the multi-widget.java.util.List<WidgetItem>
View. getWidgets()
Array of widgets that are part of the view.Method parameters in com.vmware.nsx_policy.model with type arguments of type WidgetItem Modifier and Type Method Description Header.Builder
Header.Builder. setSubHeaderWidgets(java.util.List<WidgetItem> subHeaderWidgets)
An array of widgets which will appear inside the container header Instead of 'sub_headers' property use this property.void
Header. setSubHeaderWidgets(java.util.List<WidgetItem> subHeaderWidgets)
An array of widgets which will appear inside the container header Instead of 'sub_headers' property use this property.ContainerConfiguration.Builder
ContainerConfiguration.Builder. setWidgets(java.util.List<WidgetItem> widgets)
If not specified, creates an empty container.void
ContainerConfiguration. setWidgets(java.util.List<WidgetItem> widgets)
If not specified, creates an empty container.MultiWidgetConfiguration.Builder
MultiWidgetConfiguration.Builder. setWidgets(java.util.List<WidgetItem> widgets)
Array of widgets that are part of the multi-widget.void
MultiWidgetConfiguration. setWidgets(java.util.List<WidgetItem> widgets)
Array of widgets that are part of the multi-widget.View.Builder
View.Builder. setWidgets(java.util.List<WidgetItem> widgets)
Array of widgets that are part of the view.void
View. setWidgets(java.util.List<WidgetItem> widgets)
Array of widgets that are part of the view.
-