Interface | Description |
---|---|
AddAction.AfterAddHandler | |
BaseAction.EnabledRule |
Callback interface which is invoked by the action to determine its enabled state.
|
CreateAction.AfterCommitHandler | |
CreateAction.AfterWindowClosedHandler | |
EditAction.AfterCommitHandler | |
EditAction.AfterWindowClosedHandler | |
RemoveAction.AfterRemoveHandler |
Class | Description |
---|---|
AddAction |
Standard list action adding an entity instance to list from a lookup screen.
|
BaseAction |
Action that can change its enabled and visible properties depending on the user permissions and current context.
|
BulkEditAction |
Action used in
BulkEditor visual component. |
CreateAction |
Standard list action to create a new entity instance.
|
EditAction |
Standard list action to edit an entity instance.
|
EditAction.BulkEditorCloseEvent |
Event that is fired when
BulkEditor windows gets closed. |
EditAction.BulkEditorIntegration |
BulkEditor integration options.
|
ExcelAction |
Standard table action to export the list of entities to XLS.
|
ExcludeAction |
The
RemoveAction variant that excludes instances from the list, but doesn't delete them from DB. |
FilterApplyAction | Deprecated |
GuiActionSupport |
Contains utility methods used by GUI actions.
|
ItemTrackingAction |
Standard action that changes enabled property depending on selection of a bound
ListComponent . |
RefreshAction |
Standard list action to refresh a list of entities.
|
RelatedAction |
Action used in
RelatedEntities visual component. |
RemoveAction |
Standard list action to remove an entity instance.
|
Enum | Description |
---|---|
ListActionType |
Enumerates standard list action types.
|