I don’t want to override them, just have a look at what they are doing and more importantly how - in the code.
Hi,
See com.haulmont.cuba.gui.components.actions.ListActionType
enum. It contains the standard action types:
- CreateAction
- EditAction
- RemoveAction
- RefreshAction
- AddAction
- ExcludeAction
See also: Standard Actions over Collection - CUBA Platform. Developer’s Manual