Enum LaravelUi5\Core\Ui5\Controls\Lux\ContentPadding

implements BackedEnum

UI5 predefined CSS content-padding classes (addStyleClass() / class="…").

Unlike {@see Margin} (a four-size directional matrix), content padding is a small container-level family applied to the element that holds content — a Panel, a layout box — to inset its children:

  • {@see Content} — a fixed content padding all-round.
  • {@see NoContent} — removes the content padding (reset).
  • {@see ResponsiveContent} — content padding that adapts to the screen size.
  • {@see Responsive} — the generic responsive padding (S/M/L/XL), independent of the content-padding family.

Use on a control's class seat. Combine with a {@see Margin} via the raw-string form ('sapUiSmallMargin sapUiResponsiveContentPadding').

Cases