public interface UiHandlerActionRemove extends UiHandlerAction
UiHandlerAction
for the action remove
.UiHandlerActionDelete
Modifier and Type | Method and Description |
---|---|
void |
onRemove(UiEvent event)
This method is invoked for the action remove.
|
void onRemove(UiEvent event)
delete
this operation will NOT (immediately) perform a
persistent change. E.g. this action is appropriate for removing entries from a list locally while the
user still has the option to save
or
cancel
his changes.event
- is the UiEvent
that triggered this action.Copyright © 2001–2016 mmm-Team. All rights reserved.