Interface ViewableInterface
Separates object state from its view logic.
Implementors receive a view object where to copy view-relevant data and can choose a template script or callback function, that renders the view as a string.
Direct known implementers
Nethgui\Module\AbstractModuleIndirect known implementers
Nethgui\Controller\AbstractController, Nethgui\Controller\Collection\AbstractAction, Nethgui\Controller\Table\Read, Nethgui\Controller\Table\RowAbstractAction, Nethgui\Controller\Table\RowPluginAction, Nethgui\Controller\TableController, Nethgui\Controller\TabsController, Nethgui\Module\Composite, Nethgui\Module\Help, Nethgui\Module\Help\Common, Nethgui\Module\Help\Read, Nethgui\Module\Help\Show, Nethgui\Controller\CollectionController, Nethgui\Module\Help\Template, Nethgui\Module\Language, Nethgui\Module\Login, Nethgui\Module\Logout, Nethgui\Module\Main, Nethgui\Module\Menu, Nethgui\Module\Notification, Nethgui\Module\Resource, Nethgui\Module\Tracker, Nethgui\Test\Unit\Nethgui\Module\ConcreteCompositeModule1, Nethgui\Controller\CompositeController, Nethgui\Test\Unit\Nethgui\Module\ConcreteStandardModule1, Nethgui\Controller\ListComposite, Nethgui\Controller\Table\AbstractAction, Nethgui\Controller\Table\Help, Nethgui\Controller\Table\Modify, Nethgui\Controller\Table\PluggableAction, Nethgui\Controller\Table\PluginCollector
Namespace: Nethgui\View
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
Located at View/ViewableInterface.php
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
Located at View/ViewableInterface.php
public
|