Class OnSelectElementBaseAction

All Implemented Interfaces:
IAction, IChangeModeAction, IModuleContextAction, IRequestAction

public abstract class OnSelectElementBaseAction extends CollectionBaseAction
Base action for actions executed when a collection element is selected or unselected.

This type of action is defined using {link org.openxava.annotations.OnSelectElementAction} annotation, or its XML counterpart on-select-element-action.
This is a convenience class, if you want you can extend directly from {link CollectionBaseAction} and add the properties row and selected to your own action.

Author:
Javier Paniza