Namespace LaravelUi5\Core\Ui5\Controls\Sap\M

Classes
ActionTile Typed DTO for `sap.m.ActionTile` — a {@see GenericTile} specialised for todos / situations (since OpenUI5 1.122).…
Button Typed DTO for `sap.m.Button` — the canonical action control inside card-header toolbars (sap.f.cards.Header /…
FeedContent Typed DTO for `sap.m.FeedContent` — text feed Payload (value + caption) that goes inside `sap.m.GenericTile.tileContent…
GenericTile Typed DTO for `sap.m.GenericTile` — Core's default {@see Tile} widget. Its `tileContent` aggregation holds one or more …
ImageContent Typed DTO for `sap.m.ImageContent` — image / icon Payload that goes inside `sap.m.GenericTile.tileContent`.
NewsContent Typed DTO for `sap.m.NewsContent` — news headline Payload that goes inside `sap.m.GenericTile.tileContent`.
NumericContent Typed DTO for `sap.m.NumericContent` — a value-only Payload that goes inside `sap.m.GenericTile.tileContent`.
OverflowToolbar Typed DTO for `sap.m.OverflowToolbar` — the responsive toolbar that UI5 uses inside card-header toolbars and similar…
Panel Typed DTO for `sap.m.Panel` — Core's default container at the Group level (set by {@see \LaravelUi5\Core\Ui5\Dashboard…
SlideTile Typed DTO for `sap.m.SlideTile` — a {@see Tile} container that cycles through a set of {@see GenericTile}s as changing…
TileContent Typed DTO for `sap.m.TileContent` — the **required wrapper** between a tile and its content. `sap.m.GenericTile…
VBox Typed DTO for `sap.m.VBox` — Core's default container at the Dashboard root (one VBox of Group panels, set by {@see …
Enums
AvatarColor Available background colours for the icon/avatar displayed in a sap.f.cards.Header.
AvatarImageFitType Defines how an image fits in the icon area of a sap.f.cards.Header avatar.
AvatarShape Available shapes for the icon/avatar displayed in a sap.f.cards.Header.
AvatarSize Available sizes for the icon/avatar displayed in a sap.f.cards.Header.
BackgroundDesign Background design for `sap.m.FlexBox` / `sap.m.VBox`.
ButtonType Available button types for sap.m.Button — the visual variants UI5 offers for actions placed in card-header toolbars,…
DeviationIndicator Enum of the available deviation markers for the NumericContent control.
FlexAlignContent Cross-axis distribution of wrapped lines in a `sap.m.FlexBox` / `sap.m.VBox` (only takes effect when {@see FlexWrap}…
FlexAlignItems Cross-axis alignment of items in a `sap.m.FlexBox` / `sap.m.VBox`.
FlexDirection Direction of the `sap.m.FlexBox` main axis.
FlexJustifyContent Main-axis distribution of items in a `sap.m.FlexBox` / `sap.m.VBox`.
FlexRendertype The HTML element a `sap.m.FlexBox` / `sap.m.VBox` renders into.
FlexWrap Whether a `sap.m.FlexBox` / `sap.m.VBox` wraps its items onto multiple lines.
FrameType Enum for possible frame size types for sap.m.TileContent and sap.m.GenericTile control.
GenericTileMode Defines the mode of GenericTile.
GenericTileScope Defines the scopes of GenericTile enabling the developer to implement different "flavors" of tiles.
LoadState Load status for loadable tile controls (`sap.m.GenericTile`, `sap.m.NumericContent`, …) — drives the placeholder /…
PanelAccessibleRole ARIA landmark role for `sap.m.Panel`. Pick the role that matches how the panel is used so assistive technology…
Priority Defines the priority for the TileContent in ActionMode.
TileSizeBehavior Describes the behavior of tiles when displayed on a small-screened phone (374px wide and lower).
ValueColor Enumeration of possible value color settings.
WrappingType Available wrapping types for text controls that can be wrapped that enable you to display the text as hyphenated.