Package Nette\Application\UI
| NAppForm | Web form adapted for Presenter. |
| NControl | Control is renderable Presenter component. |
| NMultiplier | Component multiplier. |
| NPresenter | Presenter component represents a webpage instance. It converts Request to IResponse. |
| NPresenterComponent | PresenterComponent is the base class for all Presenter components. |
| IRenderable | Component with ability to repaint. |
| ISignalReceiver | Component with ability to receive signal. |
| IStatePersistent | Component with ability to save and load its state. |
| NBadSignalException | Signal exception. |
| NInvalidLinkException | Link generation exception. |