Namespaces

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
      • Adapters
      • Extensions
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Diagnostics
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
      • PhpGenerator
  • NetteModule
  • none

Classes

  • Container
  • ControlGroup
  • Form
  • Rule
  • Rules

Interfaces

  • IControl
  • IFormRenderer
  • ISubmitterControl
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Interface ISubmitterControl

Defines method that must be implemented to allow a control to submit web form.

Nette\Forms\ISubmitterControl implements Nette\Forms\IControl

Direct known implementers

Nette\Forms\Controls\SubmitButton

Indirect known implementers

Nette\Forms\Controls\ImageButton
Namespace: Nette\Forms
Author: David Grudl
Located at Forms/ISubmitterControl.php
Methods summary
public boolean
# isSubmittedBy( )

Tells if the form was submitted by this button.

Tells if the form was submitted by this button.

Returns

boolean
public mixed
# getValidationScope( )

Gets the validation scope. Clicking the button validates only the controls within the specified scope.

Gets the validation scope. Clicking the button validates only the controls within the specified scope.

Returns

mixed
Methods inherited from Nette\Forms\IControl
getErrors(), getRules(), getValue(), isDisabled(), loadHttpData(), setValue(), translate()
Nette 2.0 API documentation generated by ApiGen 2.8.0