Class RemoveSelectedInElementCollectionAction

All Implemented Interfaces:
IAction, IChangeModeAction, IModuleContextAction, IRequestAction

public class RemoveSelectedInElementCollectionAction extends RemoveSelectedInCollectionAction
Remove an element in an @ElementCollection. This action is not used by default, because OpenXava uses JavaScript to remove a row in an element collection directly in the browser. However, you can use @RemoveSelectedAction to call this action and it works. The goal of this action is to be refined, so the developer could add Java code to the row removal.
Since:
5.3.2
Author:
Javier Paniza