java.lang.Object
io.github.mmm.ui.api.controller.UiEmbedding
A
UiEmbedding
represents a location within the view
of a UiController
where a sub-dialog shall be embedded
.- Since:
- 1.0.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UiEmbedding
static final UiEmbedding
static final UiEmbedding
static final UiEmbedding
static final UiEmbedding
static final UiEmbedding
static final UiEmbedding
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PAGE
-
HEADER
-
FOOTER
-
NAVIGATION
-
CONTENT
-
MARGIN
-
HOME
-
-
Constructor Details
-
UiEmbedding
The constructor.- Parameters:
controllerId
- thecontroller ID
.slotId
- theslot ID
.
-
-
Method Details
-
getControllerId
- Returns:
- the
ID
of theUiController
owning thereferenced slot
.
-
getSlotId
- Returns:
- the ID of the slot where to
embed
. The name slot refers toUiSlot
that is a dedicated widget for generic embedding. However, any composite widget may be used as slot to embed child views.
-
toString
-