Module io.github.mmm.ui.api.core
Interface UiActionPrevious
-
- All Superinterfaces:
EventListener<UiEvent>
,UiAction
,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 UiActionPrevious extends UiAction
UiAction
for edit. It will allow the user to go back to the previous item or step.- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
- See Also:
UiActionNext
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String
getId()
-
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 Detail
-
ACTION_ID
static final String ACTION_ID
- See Also:
getId()
, Constant Field Values
-
-