Namespace Nethgui\Controller\Table
AbstractAction | A Table Action receives the table adapter object through the setAdapter() method. |
Help | This class does nothing |
Modify | Processes the table modification actions: create, update, delete |
PluggableAction | Decorate an AbstractAction, allowing other (plugin) actions to extend it. |
PluginCollector | A collection of modules automatically loaded from a specific directory |
Read | Display a table adapter as a TABLE element |
RowAbstractAction | Table action that works on a database record identified by a key |
RowPluginAction | Extends an action parameter schema with additional parameters, mapped to the record adapter props. |