Namespace Nette\Application\UI
Control | Control is renderable Presenter component. |
Form | Web form adapted for Presenter. |
Link | Lazy encapsulation of PresenterComponent::link(). Do not instantiate directly, use PresenterComponent::lazyLink() |
Multiplier | Component multiplier. |
Presenter | Presenter component represents a webpage instance. It converts Request to IResponse. |
PresenterComponent | 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. |
ITemplate | Defines template. |
ITemplateFactory | Defines ITemplate factory. |
BadSignalException | Signal exception. |
InvalidLinkException | Link generation exception. |