CRUDKit
Interfaces, Classes, Traits and Enums
- Action
- Defines a custom action on a page.
- AjaxOptions
- Provides parameters for the behavoir of ajax powered columns. (Custom ajax columns or many to one ajax columns)
- AuthHelper
- Provides functionality for user/permisson handling.
- DataProcessor
- Entity for formatting and processing data coming eiter from, or going into the Database.
- FilterDefinition
- Represents a filter definition on a record (no acutaly filter)
- Lookup
- A lookup is a calculated field with values from other tables or fixed values
- PageDescriptor
- Definition of a webpage (UI).
- PageStore
- Object to store an access all the pages (bundeling)
- RestrictionSet
- Defines a set of restrictions or rights to access pages and specific actions on pages. The $type 'allow-all' or 'deny-all' defines its behavior. A RestrictionSet belongs to a User.
- RestrictionSetEntry
- Defines a single permission or restriction.
- Startpage
- Defines a startpage for users.
- TableDescriptor
- Definition of a database table.
- User
- Represents a user account (login)
- CrudkitServiceProvider
- This class is used to create your application.