Interface UiActionNavigate
- All Superinterfaces:
io.github.mmm.event.EventListener<io.github.mmm.ui.api.event.UiEvent>
,io.github.mmm.ui.api.event.action.UiAction
,io.github.mmm.ui.api.event.UiEventListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface UiActionNavigate
extends io.github.mmm.ui.api.event.action.UiAction
UiAction
for close.- Since:
- 1.0.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault String
getId()
static UiActionNavigate
static UiActionNavigate
Methods inherited from interface io.github.mmm.event.EventListener
isMatchedUsingEquals, onEvent
Methods inherited from interface io.github.mmm.ui.api.event.action.UiAction
getConfirmationMessage, getIconId, getLabel, getTooltip, requireConfirmation
-
Field Details
-
ACTION_ID
- See Also:
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceio.github.mmm.ui.api.event.action.UiAction
-
of
- Parameters:
place
- theUiPlace
tonavigate to
.- Returns:
- the new
UiActionNavigate
.
-
ofId
- Parameters:
controllerId
- thecontroller ID
tonavigate to
.- Returns:
- the new
UiActionNavigate
.
-