Generated View Classes¶
This documentation is auto-generated from djadmin's ViewFactory output. It shows the structure of dynamically generated view classes including their methods, attributes, and plugin contributions.
Generic Action Views¶
These are the base view patterns generated for each action type. Model-specific views inherit from these patterns with additional model-specific configuration.
| Action | View Class | Type |
|---|---|---|
| ListAction | GenericListView | general |
| AddAction | GenericAddView | general |
| ViewAction | GenericView | record |
| EditAction | GenericEditView | record |
| DeleteAction | GenericDeleteView | record |
| DeleteBulkAction | GenericDeleteBulkView | bulk |
Summary¶
- Generic action types: 6