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 StringgetId()static UiActionNavigatestatic UiActionNavigateMethods inherited from interface io.github.mmm.event.EventListener
isMatchedUsingEquals, matches, onEvent, unwrap, weakMethods 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:
getIdin interfaceio.github.mmm.ui.api.event.action.UiAction
-
of
- Parameters:
place- theUiPlacetonavigate to.- Returns:
- the new
UiActionNavigate.
-
ofId
- Parameters:
controllerId- thecontroller IDtonavigate to.- Returns:
- the new
UiActionNavigate.
-