public interface UiHandlerActionStopEdit extends UiHandlerAction
UiHandlerAction
for the action stop edit mode
.Modifier and Type | Method and Description |
---|---|
void |
onStopEditMode(UiEvent event)
This method is invoked for the action stop edit mode, typically labeled with revert.
|
void onStopEditMode(UiEvent event)
switched
to the view mode
. If the current dialog is
modified
a popup should ask
the user to confirm if he really wants to discard his changes or likes to cancel the operation.event
- is the UiEvent
that triggered this action.Copyright © 2001–2016 mmm-Team. All rights reserved.