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
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
     
    of(UiPlace place)
     
    ofId(String controllerId)
     

    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