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 WidgetItemWidgetItem. _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 WidgetItemWidgetItem. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.WidgetItemWidgetItem.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.BuilderHeader.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.voidHeader. 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.BuilderContainerConfiguration.Builder. setWidgets(java.util.List<WidgetItem> widgets)If not specified, creates an empty container.voidContainerConfiguration. setWidgets(java.util.List<WidgetItem> widgets)If not specified, creates an empty container.MultiWidgetConfiguration.BuilderMultiWidgetConfiguration.Builder. setWidgets(java.util.List<WidgetItem> widgets)Array of widgets that are part of the multi-widget.voidMultiWidgetConfiguration. setWidgets(java.util.List<WidgetItem> widgets)Array of widgets that are part of the multi-widget.View.BuilderView.Builder. setWidgets(java.util.List<WidgetItem> widgets)Array of widgets that are part of the view.voidView. setWidgets(java.util.List<WidgetItem> widgets)Array of widgets that are part of the view.
-