| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
Header.Builder |
Header.Builder.setCondition(java.lang.String condition)
If the condition is met then the header will be applied.
|
Header.Builder |
Header.Builder.setContentAlignment(java.lang.String contentAlignment)
Possible values are:
Header.CONTENT_ALIGNMENT_LEFT
Header.CONTENT_ALIGNMENT_RIGHT
Alignment of header labels. |
Header.Builder |
Header.Builder.setSubHeaders(java.util.List<PropertyItem> subHeaders)
An array of label-value properties.
|
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.
|