Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationLatte
      • ApplicationTracy
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsLatte
      • Framework
      • HttpTracy
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
    • Reflection
    • Security
    • Templating
    • Utils
  • NetteModule
  • none
  • Tracy

Classes

  • Control
  • Form
  • Multiplier
  • Presenter
  • PresenterComponent

Interfaces

  • IRenderable
  • ISignalReceiver
  • IStatePersistent
  • ITemplate
  • ITemplateFactory

Exceptions

  • BadSignalException
  • InvalidLinkException
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Interface IStatePersistent

Component with ability to save and load its state.

Direct known implementers

Nette\Application\UI\PresenterComponent

Indirect known implementers

Nette\Application\UI\Control, Nette\Application\UI\Multiplier, Nette\Application\UI\Presenter
Namespace: Nette\Application\UI
Author: David Grudl
Located at Application/UI/IStatePersistent.php
Methods summary
public
# loadState( array $params )

Loads state informations.

Loads state informations.

public
# saveState( array & $params )

Saves state informations for next request.

Saves state informations for next request.

Nette 2.2 API documentation generated by ApiGen 2.8.0